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

robot_description not accessible from custom ros2 controller #168

Open fafux opened 1 year ago

fafux commented 1 year ago

Environment

Description

solid-sinusoid commented 8 months ago

@fafux This is my temporary solution that solves your issue

https://github.com/solid-sinusoid/ros2_control/commit/e4a4aade5aa844f2bfb693d389e048ca509ce7db

https://github.com/solid-sinusoid/gz_ros2_control/commit/f74c56abf2f3a8a874cab863d0ab933258e4f931

bmagyar commented 8 months ago

If you can afford, I suggest hopping over to Rolling and using the specific API we have for passing the URDF down to the controllers smoothly. Jazzy will have this functionality too.