-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add FT IMU in the ergoCubGazeboV1* models #216
Comments
@martinaxgloria also will benefit of this change |
I'm going to open a PR for the feet imu (added with xml blob) |
Why not as |
I've never did it. Can you point me some line of the code I can use as inspiration? |
If I'm not mistaken, @G-Cervettini noticed that the imu plugin needs to be attached to a link, and currently, there are no links exposed in the FTs. (The FT plugins are connected to a fixed joint) For this reason @G-Cervettini manually specified the pose of the sensor with respect to the parent. I don't know if this is possible with the approach you propose (for the head imu the pose seems to be zero) |
At the end in : We went for adding as xml blobs because we spotted a bug in creo2urdf: The generated imu sensors had wrong poses, in |
Description of the Task
The robot's Force/Torque (FT) sensor is equipped with an Inertial Measurement Unit (IMU) capable of streaming orientation data. Integrating this feature into simulation would be beneficial.
Previously, @G-Cervettini initiated a Pull Request (PR) to integrate this functionality, #145. However, it involved manual modifications to the urdf file.
Definition of Completion
Successfully implement the IMU streaming within the Gazebo model using multipleanalogsensorserver.
The text was updated successfully, but these errors were encountered: