ROS2 version
How can I know which version of ROS2 have i installed ? Ardent or Bouncy Bolson ?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
The ROS_DISTRO
envrionment variable will tell you which release you have. You can run:
printenv ROS_DISTRO
on the command line and it will tell you.
I think you need to export this variable (export ROS_DISTRO=bouncy # or ardent : https://github.com/ros2/ros2/wiki/Lin... )
If you already have a distro of ROS2 installed then it will already be set
@aakash_sehgal It's cleared mentioned in these instructions: https://github.com/ros2/ros2/wiki/Lin...
Yes probably, this is all moving quite fast at the moment!
Asked: 2018-07-27 06:43:37 -0600
Seen: 35,129 times
Last updated: Jul 27 '18
Is there an example command for remote discovery?
How can I run two ROS2 nodes each in a separate docker container?
How can I build a specific ROS2 package only?
When will be ROS2 fully realtime compatible?
Unreliable communication using executors
ROS2 Talker Listener not communicating
Is there a release date of ros 2 or more informations about it?