RAPP Platform
v0.6.0
RAPP Platform is a collection of ROS nodes and back-end processes that aim to deliver ready-to-use generic services to robots
|
#include <path_planning/path_planning.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | mySigintHandler (int sig) |
Variables | |
PathPlanning * | path_planning_ |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 10 of file path_planning_node.cpp.
void mySigintHandler | ( | int | sig | ) |
Definition at line 5 of file path_planning_node.cpp.
PathPlanning* path_planning_ |
Definition at line 3 of file path_planning_node.cpp.