Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lajoiepy authored Aug 24, 2023
1 parent f75f17a commit 875aa4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
sudo apt install libgtsam-dev libgtsam-unstable-dev
- name: Build rtabmap
run: |
mkdir /ros2_ws; mkdir /ros2_ws/src
mkdir /root/ros2_ws; mkdir /root/ros2_ws/src
cd /root/ros2_ws
git clone https://github.com/introlab/rtabmap.git src/rtabmap
cd src/rtabmap; git checkout 0.21.1-foxy; cd ../..
git clone --branch ros2 https://github.com/introlab/rtabmap_ros.git src/rtabmap_ros
Expand Down

0 comments on commit 875aa4b

Please sign in to comment.