ApexAI / apex_rostest

Framework for ROS2 Integration Testing
5 stars 6 forks source link

Fix rclpy dep (again) #30

Closed pbaughman closed 5 years ago

pbaughman commented 5 years ago

My previous attempt at detecting accidental rclpy dependencies was a failure.

The problem

in the test_isolated job, the osrf/ros2:nightly docker image was sourcing /opt/ros/crystal/setup.bash automatically, so the test job was using dependencies from outside of the isolated install directory

Note for reviewer

The three commits here each show one stage of the fix.