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
|
||||
|
||||
Reference in New Issue
Block a user