Skip to content

Commit

Permalink
CARET procedure break down
Browse files Browse the repository at this point in the history
  • Loading branch information
RaduLucianR authored Mar 4, 2024
1 parent fb56c1f commit fa83b0a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build_natively_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,24 @@ jobs:
run: |
sudo apt install python3-vcstool
- name: Install CARET
- name: Download CARET
run: |
git clone https://github.com/tier4/caret.git ros2_caret_ws
- name: Execute setup_caret
run: |
cd ros2_caret_ws
mkdir src
vcs import src < caret.repos
./setup_caret.sh
- name: Build CARET
run: |
source /opt/ros/humble/setup.bash
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
- name: Check CARET
run: |
source ~/ros2_caret_ws/install/local_setup.bash
ros2 run tracetools status # return Tracing enabled
Expand Down

0 comments on commit fa83b0a

Please sign in to comment.