A Docker container that:
- Connects to the Warthog's OBC using ROS1
- Links the Warthog's ROS1 network with our ROS2 nodes using Websockets
$ docker build . -t warthog_bridge:latest
$ docker run -it --network host --add-host CPR-CMU25=192.168.131.1 --hostname=steward --add-host steward=172.27.187.90 warthog_bridge bash