
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| Allows for stopping of CARL. | |
Variables | |
| ros::Publisher | estop_pub |
| Allows for stopping of CARL. | |
| double | send_frequency |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Allows for stopping of CARL.
Creates and runs the carl_estop_node.
| argc | argument count that is passed to ros::init |
| argv | arguments that are passed to ros::init |
Creates and runs the carl_estop_node.
| argc | argument count that is passed to ros::init |
| argv | arguments that are passed to ros::init |
.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 73 of file carl_estop_node.cpp.
Allows for stopping of CARL.
.h pc_estop_node creates a ROS node that allows a user to stop CARL. and sends messages to the /carl_estop topic.
Definition at line 20 of file pc_estop_node.h.
| double send_frequency |
Definition at line 23 of file pc_estop_node.h.