-joint-state-publisher-gui not available even after installation in RVIZ
Hello, I have not been able to visualize joint_state_publisher in the RVIZ gui, even after keeping use_gui and value as true as follows:
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher">
<param name="use_gui" value="True"/>
</node>
Then I tried installing the joint_state_publisher_gui installer for the noetic to solve the issue using the following commands:
sudo apt update
sudo apt install ros-noetic-joint-state-publisher-gui
The output I got in the terminal is following:
ros-noetic-joint-state-publisher-gui is already the newest version (1.15.0-1focal.20210112.092212).
When I launched the RVIZ file again, the joint_state_publisher tool was not available and I can't use it. I also looked if it was hiding behind but not so, kindly help me out if possible. Thanks in advance. Good day.
please refrain from paraphrasing errors or warnings.
Include a verbatim copy-paste of any errors or warnings you see on the console.
Either the GUI is started or it isn't. But right now we have no way of finding out which of the options it is.
I have the same problem. There is neither warnings nor errors, just not an available joint-state-publisher-gui window. Have you resolved it now?