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
When launching moveit_sim_controller with one active and one inactive controller (i.e. JointTrajectoryController and JointGroupPositionController) the JointStateController somehow fails to publish /joint_states. I think it's probably due to some racing condition. A simple workaround is to only spawn one controller and then to load the other with a small delay (~1-2 seconds).
The text was updated successfully, but these errors were encountered:
When launching moveit_sim_controller with one active and one inactive controller (i.e. JointTrajectoryController and JointGroupPositionController) the JointStateController somehow fails to publish /joint_states. I think it's probably due to some racing condition. A simple workaround is to only spawn one controller and then to load the other with a small delay (~1-2 seconds).
The text was updated successfully, but these errors were encountered: