Robotics StackExchange | Archived questions

joint_state_publisher_gui has no sliders, it's just blank

Hello everyone, This is part of my code, I don't know where my problem is, can you help me?

<arg name="use_gui" default="true" doc="Should the joint_state_publisher use a GUI for controlling joint states" />

<node name="joint_state_publisher_gui" pkg="joint_state_publisher_gui" type="joint_state_publisher_gui" />

<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" />

<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />

<node name="rviz" pkg="rviz" type="rviz" args="-d $(find mbot_description)/config/mbot.rviz" required="true" />

Asked by Chenlu on 2023-07-17 20:38:06 UTC

Comments

Might be helpful to add your URDF. A lack of sliders could be a result of the degrees of freedom in the URDF.

Asked by jarvisschultz on 2023-07-18 10:42:55 UTC

Answers