Robowflex
v0.1
Making MoveIt Easy
|
This is the complete list of members for robowflex::Trajectory, including all inherited members.
addSuffixWaypoint(const robot_state::RobotState &state, double dt=1.) | robowflex::Trajectory | |
append(const Trajectory &source, double dt, size_t start_index=0, size_t end_index=std::numeric_limits< std::size_t >::max()) | robowflex::Trajectory | |
computeTimeParameterization(double max_velocity=1., double max_acceleration=1.) | robowflex::Trajectory | |
computeTimeParameterization(robot_trajectory::RobotTrajectory &trajectory, double max_velocity=1., double max_acceleration=1.) | robowflex::Trajectory | static |
fromYAMLFile(const robot_state::RobotState &reference_state, const std::string &filename) | robowflex::Trajectory | |
getClearance(const SceneConstPtr &scene) const | robowflex::Trajectory | |
getFinalPositions() const | robowflex::Trajectory | |
getJointNames() const | robowflex::Trajectory | |
getLength(const PathMetric &metric={}) const | robowflex::Trajectory | |
getMessage() const | robowflex::Trajectory | |
getNumWaypoints() const | robowflex::Trajectory | |
getSmoothness(const PathMetric &metric={}) const | robowflex::Trajectory | |
getTrajectory() | robowflex::Trajectory | |
getTrajectoryConst() const | robowflex::Trajectory | |
interpolate(unsigned int count) | robowflex::Trajectory | |
isCollisionFree(const SceneConstPtr &scene) const | robowflex::Trajectory | |
toYAMLFile(const std::string &filename) const | robowflex::Trajectory | |
Trajectory(const RobotConstPtr &robot, const std::string &group) | robowflex::Trajectory | |
Trajectory(const robot_trajectory::RobotTrajectory &trajectory) | robowflex::Trajectory | |
Trajectory(const robot_trajectory::RobotTrajectoryPtr trajectory) | robowflex::Trajectory | |
trajectory_ | robowflex::Trajectory | protected |
useMessage(const robot_state::RobotState &reference_state, const moveit_msgs::RobotTrajectory &msg) | robowflex::Trajectory | |
useMessage(const robot_state::RobotState &reference_state, const trajectory_msgs::JointTrajectory &msg) | robowflex::Trajectory | |
vectorize() const | robowflex::Trajectory |