BerkeleyAutomation / FogROS2

An Adaptive and Extensible Platform for Cloud and Fog Robotics Using ROS 2
https://berkeleyautomation.github.io/FogROS2
Apache License 2.0
172 stars 29 forks source link

Colcon package discovery error (does not affect function) #57

Closed mjd3 closed 2 years ago

mjd3 commented 2 years ago

Describe the bug Somewhere in the colcon build part of the launch process, we get the error below. However, it doesn't appear to affect the talker/listener example.

To Reproduce Steps to reproduce the behavior:

  1. docker run -it --rm --net=host --cap-add=NET_ADMIN fogros2
  2. aws configure
  3. ros2 launch fogros2_examples talker.aws.launch.py

Expected behavior Should be no errors during the launch process.

Screenshots

image
mjd3 commented 2 years ago

This appears to have disappeared now when I run in Docker. @jeffi @KeplerC will close if you can confirm.

mjd3 commented 2 years ago

Ok I am marking this as resolved since I no longer see it in my docker containers with 22.04; reopen if you still see it at some point.