ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Noetic rviz joint_state_publisher window is not shown

asked 2022-01-23 15:38:22 -0500

cjuan gravatar image

Hi, this is my launch but when i trying to launch it doesn't appear the joint_state_publisher. .

<launch> <param name="robot_description" command="$(find xacro)/xacro '$(find robot)/urdf/mrm.xacro'"/>
    <node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher"/>

    <node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher">
        <param name="use_gui" value="True"/>
    </node>

<node name="rviz" pkg="rviz" type="rviz" args="-d $(find robot)/launch/config.rviz"/>  </launch>

I am new and i have research edin this forum and try but doesn't work. https://answers.ros.org/question/3634...

Thank you very much!!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-01-25 20:31:33 -0500

Mike Scheutzow gravatar image

According to the link you included, to get the graphical window you have to install and execute an additional ros node named joint_state_publisher_gui. You can add this to your existing launch file, or run it from a terminal.

edit flag offensive delete link more

Comments

try it after sudo apt-get install ros-$ROS_DISTRO-joint-state-publisher-gui

aarsh_t gravatar image aarsh_t  ( 2022-01-26 00:04:45 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2022-01-23 15:38:22 -0500

Seen: 91 times

Last updated: Jan 25 '22