mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 09:20:40 +00:00
change astra_msgs to latest main hash
This commit is contained in:
@@ -14,8 +14,8 @@ echo "[INFO] Network interface is up!"
|
||||
# Your actual ROS node start command goes here
|
||||
echo "[INFO] Starting ROS node..."
|
||||
|
||||
# Source ROS 2 Humble setup script
|
||||
source /opt/ros/humble/setup.bash
|
||||
# Source ROS 2 Humble setup script (if we aren't using nix)
|
||||
command -v ros2 || source /opt/ros/humble/setup.bash
|
||||
|
||||
# Source your workspace setup script
|
||||
source $SCRIPT_DIR/../install/setup.bash
|
||||
|
||||
@@ -15,7 +15,7 @@ echo "[INFO] Network interface is up!"
|
||||
echo "[INFO] Starting ROS node..."
|
||||
|
||||
# Source ROS 2 Humble setup script
|
||||
source /opt/ros/humble/setup.bash
|
||||
command -v ros2 || source /opt/ros/humble/setup.bash
|
||||
|
||||
# Source your workspace setup script
|
||||
source $SCRIPT_DIR/../install/setup.bash
|
||||
|
||||
@@ -17,7 +17,7 @@ done
|
||||
echo "[INFO] Network interface is up!"
|
||||
|
||||
|
||||
source /opt/ros/humble/setup.bash
|
||||
command -v ros2 || source /opt/ros/humble/setup.bash
|
||||
source $ANCHOR_WS/install/setup.bash
|
||||
[[ -f $AUTONOMY_WS/install/setup.bash ]] && source $AUTONOMY_WS/install/setup.bash
|
||||
|
||||
|
||||
Submodule src/astra_descriptions updated: 4ab41e9c82...29a3eea9c5
Submodule src/astra_msgs updated: ea0a680d22...91883d8cab
Reference in New Issue
Block a user