IllinoisAUV / robosub

Code that runs on the submarine
GNU General Public License v3.0
5 stars 1 forks source link

[WIP] Actionlib server setup #72

Closed abrandemuehl closed 6 years ago

abrandemuehl commented 6 years ago

SMACH integrates with actionlib, which is a library for implementing task servers. These tasks are generally long running and preemptible. They are high level, like "hit the red buoy".

I've laid the groundwork for actions, and written a basic dive action.