SMACC2
|
#include <actionlib/server/simple_action_server.h>
#include <odom_tracker/OdomTrackerAction.h>
#include <memory>
#include <nav2z_client/components/odom_tracker/odom_tracker.hpp>
Go to the source code of this file.
Classes | |
class | OdomTrackerActionServer |
Typedefs | |
typedef actionlib::SimpleActionServer< odom_tracker::OdomTrackerAction > | Server |
Functions | |
int | main (int argc, char **argv) |
typedef actionlib::SimpleActionServer<odom_tracker::OdomTrackerAction> Server |
Definition at line 25 of file odom_tracker_node.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 116 of file odom_tracker_node.cpp.
References OdomTrackerActionServer::run().