|
static bool | setsEqual (const std::vector< std::string > &a, const std::vector< std::string > &b) |
|
Definition at line 43 of file joint_trajectory_action.cpp.
◆ GoalHandle
◆ JTAS
◆ JointTrajectoryExecuter()
◆ ~JointTrajectoryExecuter()
JointTrajectoryExecuter::~JointTrajectoryExecuter |
( |
| ) |
|
|
inline |
◆ cancelCB()
void JointTrajectoryExecuter::cancelCB |
( |
GoalHandle |
gh | ) |
|
|
inlineprivate |
◆ controllerStateCB()
void JointTrajectoryExecuter::controllerStateCB |
( |
const pr2_controllers_msgs::JointTrajectoryControllerStateConstPtr & |
msg | ) |
|
|
inlineprivate |
◆ goalCB()
void JointTrajectoryExecuter::goalCB |
( |
GoalHandle |
gh | ) |
|
|
inlineprivate |
◆ setsEqual()
static bool JointTrajectoryExecuter::setsEqual |
( |
const std::vector< std::string > & |
a, |
|
|
const std::vector< std::string > & |
b |
|
) |
| |
|
inlinestaticprivate |
◆ watchdog()
◆ action_server_
JTAS JointTrajectoryExecuter::action_server_ |
|
private |
◆ active_goal_
◆ current_traj_
trajectory_msgs::JointTrajectory JointTrajectoryExecuter::current_traj_ |
|
private |
◆ goal_constraints_
std::map<std::string,double> JointTrajectoryExecuter::goal_constraints_ |
|
private |
◆ goal_time_constraint_
double JointTrajectoryExecuter::goal_time_constraint_ |
|
private |
◆ has_active_goal_
bool JointTrajectoryExecuter::has_active_goal_ |
|
private |
◆ joint_names_
std::vector<std::string> JointTrajectoryExecuter::joint_names_ |
|
private |
◆ last_controller_state_
pr2_controllers_msgs::JointTrajectoryControllerStateConstPtr JointTrajectoryExecuter::last_controller_state_ |
|
private |
◆ node_
◆ pub_controller_command_
◆ stopped_velocity_tolerance_
double JointTrajectoryExecuter::stopped_velocity_tolerance_ |
|
private |
◆ sub_controller_state_
◆ trajectory_constraints_
std::map<std::string,double> JointTrajectoryExecuter::trajectory_constraints_ |
|
private |
◆ watchdog_timer_
ros::Timer JointTrajectoryExecuter::watchdog_timer_ |
|
private |
The documentation for this class was generated from the following file: