moveit2
The MoveIt Motion Planning Framework for ROS 2.
Loading...
Searching...
No Matches
MoveGroupInterface::Plan Struct Reference

The representation of a motion plan (as ROS messages). More...

#include <move_group_interface.hpp>

Public Attributes

moveit_msgs::msg::RobotState start_state
 The full starting state used for planning.
moveit_msgs::msg::RobotTrajectory trajectory
 The trajectory of the robot (may not contain joints that are the same as for the start_state_).
double planning_time
 The amount of time it took to generate the plan.

Detailed Description

The representation of a motion plan (as ROS messages).

Definition at line 115 of file move_group_interface.hpp.

Member Data Documentation

◆ planning_time

The amount of time it took to generate the plan.

Definition at line 124 of file move_group_interface.hpp.

◆ start_state

The full starting state used for planning.

Definition at line 118 of file move_group_interface.hpp.

◆ trajectory

The trajectory of the robot (may not contain joints that are the same as for the start_state_).

Definition at line 121 of file move_group_interface.hpp.


The documentation for this struct was generated from the following file: