Skip to content

Commit 4598ae5

Browse files
author
Murilo Marinho
committed
Adding the clone instructions where it needs to be.
1 parent f7f4d01 commit 4598ae5

4 files changed

Lines changed: 7 additions & 9 deletions

File tree

.devel/prebuild_ros2.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
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
105
sudo 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

.devel/sas_deb_builder/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ RUN bash -c '~/git/docker_recipes/dependencies/install_ros_jazzy.sh'
1313
# ROS DOMAIN SETUP
1414
RUN 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
1721
RUN chmod +x ~/sas_ws/src/sas/.devel/prebuild_ros2.sh
1822
RUN cd ~/sas_ws/src/sas/.devel && bash -c "./prebuild_ros2.sh"

.github/workflows/autobuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.
33
on: [push,workflow_dispatch]
44
jobs:
55
test_docker: # On Linux, iterates on all ROS 1 and ROS 2 distributions.

.github/workflows/setup_ros.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.
33
on: [push,workflow_dispatch]
44
jobs:
55
test_docker: # On Linux, iterates on all ROS 1 and ROS 2 distributions.

0 commit comments

Comments
 (0)