rosversion ros gives <unversioned>.What does that mean?
I wanted to know if ros has been installed correctly.My system is ubuntu 18.04
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I wanted to know if ros has been installed correctly.My system is ubuntu 18.04
That command is for getting the version of a rospackage.
If you want to check your ros distribution version do: echo $ROS_DISTRO
You can also do simply a roscd
and it should take you to the ros installation folder.
Asked: 2020-04-21 22:52:48 -0600
Seen: 765 times
Last updated: Apr 22 '20
what is the meaning of transformGlobalPlan in goalfunction.cpp line 80
Kinect depth image to real world coordinate
Does ROS include I2C Driver for Odroid/Ubuntu?
error installing ros "gpg: keyserver receive failed: Server indicated a failure"
Python3, ROS Melodic and Debian Stretch
buildfarm: Melodic build with qt_gui_cpp dependency doesn't install qtbase5-dev
Unable to change the resolution of the camera without cropping the image
Significance of adding end effectors in MoveIt! Setup Assistant
The command to check the "version of ROS" would be
rosversion -d
(ie:--distro
).