Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Apr 5, 2024
1 parent 20de5c8 commit 976a2bf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/industrial_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
cp -r src/ros2_controllers/imu_sensor_broadcaster src/
rm -rf src/ros2_controllers
- name: Setup ROS2 Workspace and Clone Repositories
run: |
python3 -m pip install -U rosdep
rosdep init
rosdep update --rosdistro $ROS_DISTRO
export HUSARION_ROS_BUILD_TYPE=simulation
rosdep install -i --from-path src --rosdistro $ROS_DISTRO -y
# - name: Setup ROS2 Workspace and Clone Repositories
# run: |
# python3 -m pip install -U rosdep
# rosdep init
# rosdep update --rosdistro $ROS_DISTRO
# export HUSARION_ROS_BUILD_TYPE=simulation
# rosdep install -i --from-path src --rosdistro $ROS_DISTRO -y

- name: Leave only ROSbot tests
shell: bash
Expand Down

0 comments on commit 976a2bf

Please sign in to comment.