#include <trajectory_monitor.h>
Public Member Functions | |
| void | clearTrajectory () |
| double | getSamplingFrequency () const |
| const robot_trajectory::RobotTrajectory & | getTrajectory () |
| bool | isActive () const |
| void | setOnStateAddCallback (const TrajectoryStateAddedCallback &callback) |
| void | setSamplingFrequency (double sampling_frequency) |
| void | startTrajectoryMonitor () |
| void | stopTrajectoryMonitor () |
| void | swapTrajectory (robot_trajectory::RobotTrajectory &other) |
| TrajectoryMonitor (const CurrentStateMonitorConstPtr &state_monitor, double sampling_frequency=0.0) | |
| Constructor. More... | |
| ~TrajectoryMonitor () | |
Private Member Functions | |
| void | recordStates () |
Private Attributes | |
| CurrentStateMonitorConstPtr | current_state_monitor_ |
| ros::Time | last_recorded_state_time_ |
| std::unique_ptr< boost::thread > | record_states_thread_ |
| double | sampling_frequency_ |
| TrajectoryStateAddedCallback | state_add_callback_ |
| robot_trajectory::RobotTrajectory | trajectory_ |
| ros::Time | trajectory_start_time_ |
Monitors the joint_states topic and tf to record the trajectory of the robot.
Definition at line 84 of file trajectory_monitor.h.
| planning_scene_monitor::TrajectoryMonitor::TrajectoryMonitor | ( | const CurrentStateMonitorConstPtr & | state_monitor, |
| double | sampling_frequency = 0.0 |
||
| ) |
Constructor.
Definition at line 45 of file trajectory_monitor.cpp.
| planning_scene_monitor::TrajectoryMonitor::~TrajectoryMonitor | ( | ) |
Definition at line 54 of file trajectory_monitor.cpp.
| void planning_scene_monitor::TrajectoryMonitor::clearTrajectory | ( | ) |
Definition at line 96 of file trajectory_monitor.cpp.
|
inline |
Definition at line 101 of file trajectory_monitor.h.
|
inline |
Return the current maintained trajectory. This function is not thread safe (hence NOT const), because the trajectory could be modified.
Definition at line 110 of file trajectory_monitor.h.
| bool planning_scene_monitor::TrajectoryMonitor::isActive | ( | ) | const |
Definition at line 71 of file trajectory_monitor.cpp.
|
private |
Definition at line 106 of file trajectory_monitor.cpp.
|
inline |
Definition at line 120 of file trajectory_monitor.h.
| void planning_scene_monitor::TrajectoryMonitor::setSamplingFrequency | ( | double | sampling_frequency | ) |
Definition at line 59 of file trajectory_monitor.cpp.
| void planning_scene_monitor::TrajectoryMonitor::startTrajectoryMonitor | ( | ) |
Definition at line 76 of file trajectory_monitor.cpp.
| void planning_scene_monitor::TrajectoryMonitor::stopTrajectoryMonitor | ( | ) |
Definition at line 85 of file trajectory_monitor.cpp.
|
inline |
Definition at line 115 of file trajectory_monitor.h.
|
private |
Definition at line 128 of file trajectory_monitor.h.
|
private |
Definition at line 133 of file trajectory_monitor.h.
|
private |
Definition at line 135 of file trajectory_monitor.h.
|
private |
Definition at line 129 of file trajectory_monitor.h.
|
private |
Definition at line 136 of file trajectory_monitor.h.
|
private |
Definition at line 131 of file trajectory_monitor.h.
|
private |
Definition at line 132 of file trajectory_monitor.h.