Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Allows for stopping of CARL. |
int main | ( | int | argc, |
char ** | argv | ||
) |
Allows for stopping of CARL.
.cpp pc_estop_node creates a ROS node that allows a user to stop CARL. and sends messages to the /carl_estop topic.
Creates and runs the carl_estop_node.
argc | argument count that is passed to ros::init |
argv | arguments that are passed to ros::init |
Definition at line 23 of file pc_estop_node.cpp.