Skip to content

Commit

Permalink
🔨 Updated build and show_image scripts to source rolling in /opt.
Browse files Browse the repository at this point in the history
Signed-off-by: Bey Hao Yun <[email protected]>
  • Loading branch information
cardboardcode committed Mar 3, 2024
1 parent f90b5d9 commit c13c9cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

source /opt/ros/humble/setup.bash
source /opt/ros/rolling/setup.bash
colcon build
2 changes: 1 addition & 1 deletion scripts/show_image.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/env bash

source /opt/ros/humble/setup.bash
source /opt/ros/rolling/setup.bash
source install/setup.bash
ros2 launch virtual_camera showimageraw.launch.py

0 comments on commit c13c9cf

Please sign in to comment.