Skip to content

Commit 265f3cf

Browse files
fixes to ros_bashrc.sh
1 parent 09244cd commit 265f3cf

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

docker/ros_bashrc.sh

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ fi
3131

3232
export _colcon_cd_root=/opt/ros/jazzy
3333

34+
alias launch-robot="ros2 launch execute robot.launch.py"
35+
36+
alias tp-run="ros2 run task_planning task_runner"
37+
38+
alias tp-run-auto="ros2 run task_planning task_runner --ros-args autonomous:=True"
39+
3440
# Alias to start foxglove bridge
3541
alias fg-ws="ros2 launch foxglove_bridge foxglove_bridge_launch.xml port:=28765"
3642

@@ -61,7 +67,4 @@ nvm use lts/jod > /dev/null # Suppress stdout, only show stderr
6167
source /home/ubuntu/robosub-ros2/venv.sh activate
6268

6369
# Get seconds since epoch
64-
alias secs="date +%s"
65-
hat is not random garbage—that is the standard ASCII ACK (Acknowledge) control character.
66-
67-
In serial communication, hardware devices often send an ACK (\x06) to confirm they successfully received and processed a comm
70+
alias secs="date +%s"

0 commit comments

Comments
 (0)