$ ROSDISTRO is rolling, although ROS2 Galactic is installed
I have recently installed ROS2 Galactic from source with instructions from the tutorials (https://docs.ros.org/en/galactic/Inst...)
When I open a new terminal, and run echo $ROS_DISTRO
, the variable is empty as expected.
I source galactic's setup file, source ~/ros2_galactic/install/setup.bash
, then run echo $ROS_DISTRO
.
rolling
is printed out in the terminal, whereas it should be galactic
, why could this be happening?