SMACC
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
odom_tracker_node.cpp File Reference
#include <move_base_z_client_plugin/components/move_base_z_plugin/components/odom_tracker/odom_tracker.h>
#include <odom_tracker/OdomTrackerAction.h>
#include <actionlib/server/simple_action_server.h>
#include <memory>
Include dependency graph for odom_tracker_node.cpp:

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 Documentation

◆ Server

typedef actionlib::SimpleActionServer<odom_tracker::OdomTrackerAction> Server

Definition at line 11 of file odom_tracker_node.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 101 of file odom_tracker_node.cpp.

102{
103 ros::init(argc, argv, "odom_tracker_node");
105
106 as.run();
107}

References OdomTrackerActionServer::run().

Here is the call graph for this function: