-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ros distro showing "one" #26
Comments
My roscore reports I'm not clear where that version string comes from, rosversion is in https://github.com/ros-infrastructure/rospkg, but maybe ttps://github.com/ros-infrastructure/rosdistro or does that interact with files from somewhere else to determine version- and sets ROS_DISTRO?
|
I finally tracked it down to this code which for me is in
In the noetic version it would have been set to unknown https://github.com/ros-infrastructure/rospkg/blob/master/src/rospkg/rosversion.py#L118C1-L126C20
Which means your distro is coming from |
I followed the README and completed all the steps until docker. On running
roscore
, I get the following:Notice that the rosdistro shows "one"
On command line, I get the following output when running
rosversion ros
I was expecting to see
noetic
as the distro. Did I miss anything?The text was updated successfully, but these errors were encountered: