You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Download distribution.yaml from main
2. Upload artifacts event build failed and set failed status at the end.
Signed-off-by: Jiaxing Shi <[email protected]>
if [ -f /etc/ros/rosdep/sources.list.d/20-default.list ];then
43
-
echo "yaml file://${ROS_SRC}/${{ github.event.repository.name }}/qrb-ros-dep/qcom-distribution.yaml" | sudo tee -a /etc/ros/rosdep/sources.list.d/20-default.list
45
+
echo "yaml file://${ROS_SRC}/qcom-distribution.yaml" | sudo tee -a /etc/ros/rosdep/sources.list.d/20-default.list
44
46
fi
47
+
45
48
source /opt/ros/jazzy/setup.sh
49
+
# NOT WORK:'sudo rosdep fix-permissions' and invoke 'rosdep update' again without sudo
0 commit comments