Skip to content

Commit

Permalink
use custom branch for webots_ros2 repo [TEMP]
Browse files Browse the repository at this point in the history
  • Loading branch information
skpawar1305 committed Jun 10, 2024
1 parent 6a31052 commit 751ecb2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test_ros2_jazzy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
cp -r $GITHUB_WORKSPACE/. ~/ros2_ws/src/webots_ros2_spot
- name: Install Webots Spot Dependencies
run: |
cd ~/ros2_ws
source /opt/ros/jazzy/setup.bash
cd ~/ros2_ws
sudo rosdep init
rosdep update
sudo apt install -y libunwind-dev # Nav2 dependency
Expand All @@ -79,6 +79,7 @@ jobs:
chmod +x src/webots_ros2/webots_ros2_driver/webots_ros2_driver/ros2_supervisor.py
- name: MoveIt2 Dependencies
run: |
source /opt/ros/jazzy/setup.bash
cd ~/ros2_ws/src
mkdir moveit
cd moveit
Expand All @@ -87,7 +88,9 @@ jobs:
rosdep install -r --from-paths . --ignore-src --rosdistro $ROS_DISTRO -y
- name: Build Packages
run: |
cd ~/ros2_ws
cd ~/ros2_ws/src/webots_ros2
git checkout skpawar1305/jazzy
cd ../..
source /opt/ros/jazzy/setup.bash
colcon build --symlink-install
source install/setup.bash
Expand Down

0 comments on commit 751ecb2

Please sign in to comment.