Skip to content

Commit

Permalink
add installation of ros-foxy-tf2-ros
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyLiu2886 committed Apr 19, 2024
1 parent 7e568be commit 47b962b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt -y update
sudo apt install -y dh-make fakeroot opencv-libs opencv-main opencv-python opencv-dev libboost-all-dev ros-foxy-clearbot-cv-bridge ros-foxy-image-transport ros-foxy-realsense2-camera-msgs ros-foxy-realsense2-description ros-foxy-geometry-msgs ros-foxy-launch-ros librealsense2-utils librealsense2-dev ros-foxy-nav-msgs ros-foxy-rclcpp ros-foxy-rclcpp-components ros-foxy-realsense2-camera-msgs ros-foxy-sensor-msgs ros-foxy-tf2 ros-foxy-ros-workspace
sudo apt install -y dh-make fakeroot opencv-libs opencv-main opencv-python opencv-dev libboost-all-dev ros-foxy-clearbot-cv-bridge ros-foxy-image-transport ros-foxy-realsense2-camera-msgs ros-foxy-realsense2-description ros-foxy-geometry-msgs ros-foxy-launch-ros librealsense2-utils librealsense2-dev ros-foxy-nav-msgs ros-foxy-rclcpp ros-foxy-rclcpp-components ros-foxy-realsense2-camera-msgs ros-foxy-sensor-msgs ros-foxy-tf2 ros-foxy-tf2-ros ros-foxy-ros-workspace
working-directory: ./
- name: fakeroot
run: fakeroot debian/rules binary
Expand Down

0 comments on commit 47b962b

Please sign in to comment.