root@aellnar08116l:/opt/rosBagConversions/ros_ws_1&2# ros2 doctor --report
/opt/ros/humble/build/ros2doctor/ros2doctor/api/__init__.py: 154: UserWarning: Fail to call PackageReport class functions.
NETWORK CONFIGURATION
inet : 127.0.0.1
inet4 : ['127.0.0.1']
inet6 : ['::1']
netmask : 255.0.0.0
device : lo
flags : 73<LOOPBACK,UP,RUNNING>
mtu : 65536
inet : 192.168.1.252
inet4 : ['192.168.1.252']
ether : d4:f3:2d:48:53:aa
inet6 : ['fe80::1b9e:590b:7d6f:b824%wlp0s20f3']
netmask : 255.255.255.0
device : wlp0s20f3
flags : 4163<BROADCAST,UP,MULTICAST,RUNNING>
mtu : 1500
broadcast : 192.168.1.255
inet : 172.17.0.1
inet4 : ['172.17.0.1']
ether : 92:60:6a:55:17:be
inet6 : ['fe80::9060:6aff:fe55:17be%docker0']
netmask : 255.255.0.0
device : docker0
flags : 4099<BROADCAST,UP,MULTICAST>
mtu : 1500
broadcast : 172.17.255.255
ether : d0:46:0c:d2:cf:c9
device : enp0s31f6
flags : 4099<BROADCAST,UP,MULTICAST>
mtu : 1500
PLATFORM INFORMATION
system : Linux
platform info : Linux-6.5.0-44-generic-x86_64-with-glibc2.29
release : 6.5.0-44-generic
processor : x86_64
QOS COMPATIBILITY LIST
compatibility status : No publisher/subscriber pairs found
RMW MIDDLEWARE
middleware name : rmw_fastrtps_cpp
ROS 2 INFORMATION
distribution name : humble
distribution type : ros2
distribution status : active
release platforms : {'rhel': ['8'], 'ubuntu': ['jammy']}
TOPIC LIST
topic : none
publisher count : 0
subscriber count : 0
Operating System:
Linux aellnar08116l 6.5.0-44-generic #44~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Jun 18 14:36:16 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
ROS version or commit hash:
humble & noetic
RMW implementation (if applicable):
rmw_fastrtps_cpp
RMW Configuration (if applicable):
No response
Client library (if applicable):
No response
'ros2 doctor --report' output
ros2 doc --report
Steps to reproduce issue
FROM ubuntu:20.04. The rest of these commands were run inside that environment.colcon build --symlink-install --packages-select ros1_bridge --cmake-force-configureExpected behavior
The build process should hopefully complete successfully.
Actual behavior
However, I get the following errors:
Additional information
No response