rosversion ros gives <unversioned>.What does that mean?
I wanted to know if ros has been installed correctly.My system is ubuntu 18.04
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2020-04-21 22:52:48 -0500
Seen: 38 times
Last updated: Apr 22 '20
Closing kinematic loop with trac_ik
Autoware NDT_Matching not matching
Running navigation stack with odom, IMU and gps
Custom costmap values of non-trinary character (move_base with global_planner)
Advice on FANUC CR-35iA and fanuc package
How do I deploy a rosdep mirror?
The command to check the "version of ROS" would be
rosversion -d
(ie:--distro
).