Support IMU
See original GitHub issueDoes ros-bridge
have plan to support IMU? Because, some ROS package need IMU data.
The carla-simulator
has the following API according to the document. So, I think that ros-bridge
can handle IMU.
- get_acceleration
- get_angular_velocity
- get_transform
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Support the IMU: About - Indiana Memorial Union
As we look to the IMU's next 100 years, your support is more important than ever. Support of the Indiana Memorial Union fund...
Read more >IMeasureU
User Guide ; Getting Started. New to IMeasureU Step? Get started here! ; IMU Sensor. An introduction to the IMU Sensor. Specs, instructions...
Read more >Imu-Max - Ortho Molecular Products
Imu-Max combines echinacea and propolis extracts in a pleasant-tasting liquid formula for immune system support. Imu-Max is a kosher product. 250 ML (8...
Read more >IMU (Inertial Measurement Unit) | Technical Support Tools
... IMU (Inertial Measurement Unit); Technical Support Tools | IMU (Inertial Measurement Unit). IMU (Inertial Measurement Unit). Technical Support Tools.
Read more >Project Support Program - International Mathematical Union
Under the Project Support Program the CDC supports capacity building projects ... regional or local initiatives in developing countries (IMU definition).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@fpasch Thank you for your advice.
linear_acceleration
I implemented and visualized linear_acceleration in rviz. Both cases seem to be valid.
move forward
sudden braking
orientation
I implemented the following code to calculate the orientation of IMU.
And, I tried to check value using
rostopic echo
. In both cases, vehicle is running on a flat ground. But, I think that the result ofCase2
is incorrect. Please give me your comment.Case1
Case2
implemented on carla-side and #215