-
Notifications
You must be signed in to change notification settings - Fork 0
5.2 How to Run the Robot
💡 BEFORE YOU START:
- Make sure all electrical connections are complete.
- Test with a battery.
- Put the DVL in water.
-
Connect the tether and select the AUV Network on your laptop.
-
Open terminal and connect via SSH.
ssh jetson@ubuntu.local. If there is a “someone is trying to hack” error or such, type and enterssh-keygen -R ubuntu.local. -
Enter AUV-2026 folder
cd AUV-2026.
💡 If you're just monitoring and docker is already launched, skip steps 4-6 and the branch part in step 7
-
Make sure you are in the correct branch. Use
git branch. It should be the upcoming pooltest branch. Usegit checkout <branch>orgit switch <branch> -
cd into Docker and then into jetson
-
Compose docker
docker compose up -dthendocker exec -it jetson…(press tab) bash -
Make sure you’re on tmux. If you’re not, just type
tmuxIt should already be okay. But check your branch to make sure it’s the same out as outside the container.
💡 If you're just monitoring and docker is already launched, skip steps 8-11
-
Before running, type
ros2. If there is no ros2 commands showing up. If not, in the AUV-2026 directory, there should be asetup.shfile that you can run. -
Make sure power board teensy is connected with the digital isolator and type
ros2 launch propulsion propulsion.launch. A lot of green shit should pop up. Like 9999. -
Open a new tmux window and type
ros2 run propulsion drytest.pyand then dry test is there! Make sure the thruster KS is in. -
To launch sensors,
ros2 launch sensors sensors.launchand follow the similar steps. -
If you want to echo data, list your ros2 topics with
ros2 topic listand then echoing withros2 <topic> echo. -
Die