hello-robot / stretch_install

Install scripts for the Stretch mobile manipulators from Hello Robot Inc.
Other
7 stars 14 forks source link

Switch `_colcon_cd_root` #73

Closed hello-amal closed 2 months ago

hello-amal commented 2 months ago

Description

This PR makes two changes:

  1. Sets the colcon cd root to the workspace's top-level directory, so colcon_cd works.
  2. Only sets the colcon cd root for Ubuntu 22.04, because only ROS2 uses colcon as a build system (ROS1 uses catkin)

Testing