ubc-subbots / triton

ROS2 system for the Triton AUV
11 stars 1 forks source link

Update Waypoint Marker #120

Closed Jared-Chan closed 1 year ago

Jared-Chan commented 1 year ago

Update the waypoint_marker node so that it works better with our control system.

The waypoint marker sends the desired pose to our control system, and determines whether the waypoint has been reached.

There are two types of waypoints: stabilize waypoints and passthrough waypoints. More information about them are in our wiki page.

We want our waypoint marker to be able to

The updated waypoint marker may contain the following subscribers and publishers:

New custom messages may be necessary. They should be added to triton_interfaces.

After a waypoint is achieved and before a new waypoint is set, the AUV should stay still, i.e. stabilize at the current pose.