You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
rqt_joint_trajectory_controller is broken in my setup. Can anyone reproduce this?
Having a look into the code, the issue is that no /robot_description is received.
Nevertheless: If there is no /robot_description publisher, an infinite number of subsribers will be created. This would be an easy fix, but I can't test it without a successful subscription.
Describe the bug
rqt_joint_trajectory_controller is broken in my setup. Can anyone reproduce this?
Having a look into the code, the issue is that no
/robot_description
is received.Nevertheless: If there is no
/robot_description
publisher, an infinite number of subsribers will be created. This would be an easy fix, but I can't test it without a successful subscription.To Reproduce
Steps to reproduce the behavior:
ros2 launch ros2_control_demo_example_1 rrbot.launch.py
joint_trajectory_position_controller
ros2 run rqt_joint_trajectory_controller rqt_joint_trajectory_controller
ros2 topic info /robot_description
: Subscription count increasesExpected behavior
JTC can be selected, only one subscriber if no '/robot_description'
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: