ros-controls / gz_ros2_control

Connect the latest version of Gazebo with ros2_control.
https://gazebosim.org
Apache License 2.0
118 stars 86 forks source link

Add IMU as a separate plugin of ros2_control hardware interface #13

Open ahcorde opened 2 years ago

ahcorde commented 2 years ago

Add IMU as a separate plugin of ros2_control hardware interface

akshatpandya commented 2 years ago

Hi @ahcorde I'd like to take up this task. Can you guide me as to how to proceed and what do we want to implement?

destogl commented 2 years ago

Hi @akshatpandya, are you still interested into this? I can guide you if you want.

This probably means that IMU is added as implementation of "SensorInterface"

This would also lead to more specific plugins for different sensors, e.g., IMU and FTS.

akshatpandya commented 2 years ago

Hi @destogl, yes I'm interested in taking up this issue.

destogl commented 2 years ago

@akshatpandya, sorry I missed your comment. Here the list of tasks that I think has to be done for this functionality. (@ahcorde feel free to extend/correct as you think).

Please let me know if you have any questions.

akshatpandya commented 2 years ago

@destogl thanks for the explanation. I'll take up this task and keep you updated.

jclinton830 commented 1 year ago

Has anyone made any progress on this? Currently Nav2 tutorials found here only shows how to add an IMU for simulation in Gazebo Classic. Is something similar currently available for Ignition? @destogl