rosmsg not found
Hi!
I am new to ROS. I was wondering why I get the following message after writing $ rosmsg show sensor_msgs/
:
Command 'rosmsg' not found, but can be installed with:
sudo apt install python-rosmsg
When I tried $ sudo apt install python-rosmsg
, it said:
The following packages have unmet dependencies:
python-rosmsg : Depends: python-roslib but it is not going to be installed
Depends: python-rosbag but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I am using ubuntu 18.04 on a windows machine and the Melodic version of ROS. Thank you for the clarification!
Try this command.
Thanks! I am not getting some errors that I was getting before.