mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
List built ROS packages
This commit is contained in:
@@ -73,3 +73,8 @@ echo "--- Build ROS"
|
||||
--install-space=/opt/ros/$ROS_DISTRO
|
||||
|
||||
source /opt/ros/$ROS_DISTRO/setup.bash
|
||||
|
||||
echo "--- List built ROS packages"
|
||||
set +x
|
||||
rospack list-names | while read line; do echo $line `rosversion $line`; done
|
||||
set -x
|
||||
|
||||
Reference in New Issue
Block a user