#include <ros/ros.h>
#include <std_msgs/Empty.h>
#include <actionlib/client/simple_action_client.h>
#include <move_base_msgs/MoveBaseAction.h>
#include <rmp_msgs/RMPCommand.h>
Go to the source code of this file.
Classes | |
class | carl_estop |
Typedefs | |
typedef actionlib::SimpleActionClient < move_base_msgs::MoveBaseAction > | ActionClient |
Functions | |
int | main (int argc, char **argv) |
Allows for stopping of CARL. |
typedef actionlib::SimpleActionClient<move_base_msgs::MoveBaseAction> ActionClient |
.h Allows the stopping of the segway base without losing power to peripherals
carl_estop_node creates a ROS node that allows the stopping of the robot after a specified amount of time. This node listens to a /carl_estop topic and sends messages to the /move_base actionlib to stop the current execution of a goal.
Definition at line 23 of file carl_estop_node.h.
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 |
.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.