File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22# Copyright (c) Murilo M. Marinho (www.murilomarinho.info)
33
4- # SAS-RELATED THINGS (no need for recursive here)
5- mkdir -p ~ /sas_ws/src
6- cd ~ /sas_ws/src || exit 1
7- git clone -b jazzy https://github.com/SmartArmStack/smart_arm_stack_ROS2.git sas
8-
94# Pre-requisites
105sudo apt-get update
11- sudo apt-get install -y dh-make dh-python python3-bloom doxygen
12- sudo apt-get install --only-upgrade g++ cmake git python3-pybind11
6+ sudo apt-get install -y dh-make dh-python python3-bloom
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ RUN bash -c '~/git/docker_recipes/dependencies/install_ros_jazzy.sh'
1313# ROS DOMAIN SETUP
1414RUN echo "export ROS_DOMAIN_ID=$ROS_DOMAIN_ID" >> ~/.bashrc
1515
16+ # SAS-RELATED THINGS (no need for recursive here)
17+ RUN mkdir -p ~/sas_ws/src
18+ RUN cd ~/sas_ws/src && git clone -b jazzy https://github.com/SmartArmStack/smart_arm_stack_ROS2.git sas
19+
1620# BUILDER THINGS
1721RUN chmod +x ~/sas_ws/src/sas/.devel/prebuild_ros2.sh
1822RUN cd ~/sas_ws/src/sas/.devel && bash -c "./prebuild_ros2.sh"
Original file line number Diff line number Diff line change 11# https://github.com/ros-tooling/setup-ros
2- name : jazzy_and_rolling # On Linux, iterates on all ROS 1 and ROS 2 distributions.
2+ name : Debian Builder # On Linux, iterates on all ROS 1 and ROS 2 distributions.
33on : [push,workflow_dispatch]
44jobs :
55 test_docker : # On Linux, iterates on all ROS 1 and ROS 2 distributions.
Original file line number Diff line number Diff line change 11# https://github.com/ros-tooling/setup-ros
2- name : jazzy_and_rolling # On Linux, iterates on all ROS 1 and ROS 2 distributions.
2+ name : colcon build test # On Linux, iterates on all ROS 1 and ROS 2 distributions.
33on : [push,workflow_dispatch]
44jobs :
55 test_docker : # On Linux, iterates on all ROS 1 and ROS 2 distributions.
You can’t perform that action at this time.
0 commit comments