Hi,
When working on the ptests for meta-ros I found that the discovery of the os, version and codename in rospkg is not fully implemented.
First the environment variable has to be set:
export ROS_OS_OVERRIDE="openembedded"
A detection on the content of the rootfs could be better.
And version and codename are empty"
root@qemux86-64:/usr/lib/python3.14# python3 -m rospkg.os_detectg
OS Name: openembedded
OS Version:
OS Codename:
https://github.com/ros-infrastructure/rospkg/blame/master/src/rospkg/os_detect.py#L227
Hi,
When working on the ptests for meta-ros I found that the discovery of the os, version and codename in
rospkgis not fully implemented.First the environment variable has to be set:
export ROS_OS_OVERRIDE="openembedded"A detection on the content of the rootfs could be better.
And
versionandcodenameare empty"https://github.com/ros-infrastructure/rospkg/blame/master/src/rospkg/os_detect.py#L227