How to install joint_state_publisher_GUI in melodic version of ROS?
When i tried to install jointstatepublisher package in kinetic it also installed jointstatepublisher_gui along with that. But No commands available for installing packages are helping to install the gui package in melodic.
Asked by Gana on 2020-03-13 06:41:23 UTC
Answers
Hi go to 'Software and Updates' in the 'Other Software' tab check the
http://packages.ros.org/ros/ubuntu bionic main
if you don't have it add this then in the terminal
sudo apt update
now you can install the package with
sudo apt install ros-melodic-joint-state-publisher-gui
Asked by Erfan Zekri on 2020-05-31 10:48:42 UTC
Comments
This works for me. Thanks!
Asked by FelipeNM on 2020-12-27 09:15:02 UTC
Comments
Can you clarify this please ? If you said that installing
joint_state_publisher
also installedjoint_state_publisher_gui
then you don't need to install it anymore.Do you mean that
sudo apt install ros-melodic-joint-state-publisher-gui
isn't working ?Asked by Delb on 2020-03-13 07:15:40 UTC
Related: #q344992.
Asked by gvdhoorn on 2020-03-13 07:25:30 UTC
Actually when checking for the available packages i am not able find
joint_state_publisher_gui
in the available packages. On tryingsudo apt install ros-melodic-joint-state-publisher-gui
it is showing no packages found errorAsked by Gana on 2020-03-13 07:51:44 UTC