No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
Package Summary
| Tags | No category tags. |
| Version | 1.0.0 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://gitlab.com/easymov/twistimu.git |
| VCS Type | git |
| VCS Version | 1.0.0 |
| Last Updated | 2017-10-16 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
Package Description
ROS Node that convert IMU data to a Twist for manual robot drive.
Additional Links
No additional links.
Maintainers
- Easymov Robotics
Authors
- Gérald Lelong
TwistIMU
Package Summary
ROS Node that convert IMU data to a Twist for manual robot drive.
- Maintainer status: maintained
- Maintainer: Gérald Lelong (gerald.lelong AT easymov DOT fr)
- Author: Gérald Lelong
- License: BSD
- Source: git git@gitlab.com:easymov/twistimu.git (branch: master)
Overview
Use this node to drive your robot with an IMU device. Try this android app : https://github.com/chadrockey/android_sensors_driver to use an android phone as controller.
X axis command velocity, Y axis command direction.
Quick start
Clone this repository into the source directory of a valid catkin workspace then build it and don't forget to source the setup file in the devel directory of your catkin workspace.
roslaunch twistimu turtle.launch
rosbag play bags/android_imu.bag
Node
twistimu.py
Subscribed Topics
~imu (sensors_msgs/IMU)
IMU input
Published Topics
~cmd (geometry_msgs/Twist)
Command output
Parameters (Dynamic Reconfigure)
- pitch_min [double]: angle where direction is full left
- pitch_neutral [double]: angle where direction is straight
- pitch_max [double]: angle where direction is full right
- roll_min [double]: angle where output speed is full backward
- roll_neutral [double]: angle where output speed is neutral
- roll_max [double]: angle where output speed is full forward
- speed_min [double]: maximum allowed backward speed
- speed_neutral [double]: stop speed
- speed_max [double]: maximum allowed forward speed
- roll_dead_zone [double]: neutral speed zone size
- pitch_dead_zone [double]: straight direction zone size
- max_acceleration [double]: maximum allowed acceleration
- track [double]: distance between the centerline of two roadwheels on the same axle
Launch file
roslaunch twistimu turtle.launch
Publish to /android/imu and control a turtle.
CHANGELOG
Could not convert RST to MD: No such file or directory - pandoc
Wiki Tutorials
See ROS Wiki Tutorials for more details.
Source Tutorials
Not currently indexed.
Package Dependencies
| Deps | Name | |
|---|---|---|
| 1 | dynamic_reconfigure | |
| 1 | catkin | |
| 2 | geometry_msgs | |
| 2 | rospy | |
| 2 | sensor_msgs |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged twistimu at answers.ros.org
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.