Nautilus' Surface Control ROS Packages
IP's should already be configured for the router used, but in case something went wrong, these are the expected values:
- Surface computer:
192.168.0.69
(port 22) - Raspberry Pi on ROV:
192.168.0.99
(port 69 for the Pi itself, port 22 for thenautilus_pi
container)
Start the Pi docker container
cd nautilus_pi # or wherever the repo is located
sudo docker-compose up
In one terminal window:
cd nautilus_surface
sudo docker-compose up
In another window:
con # alias for `sudo docker exec -it surface bash`
roslaunch nautilus_launch system.launch
(Optional) execute pi
to SSH into the Raspberry Pi
See instructions in the simulator repo.
For more details, visit the additional documentation.