Skip to content

Commit

Permalink
Add PipelineState msg
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr committed Nov 6, 2023
1 parent 6d8b10e commit 30ef20a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ set(msg_files
"msg/WorkspaceParameters.msg"
"msg/KinematicSolverInfo.msg"
"msg/PositionIKRequest.msg"
"msg/PipelineState.msg"
"msg/ServoStatus.msg"
)

Expand Down
2 changes: 1 addition & 1 deletion msg/MotionPlanRequest.msg
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ float64 max_acceleration_scaling_factor

# Maximum cartesian speed for the given link.
# If max_cartesian_speed <= 0 the trajectory is not modified.
# These fields require the following planning request adapter: default_planner_request_adapters/LimitMaxCartesianLinkSpeed
# These fields require the following planning request adapter: default_planning_request_adapters/LimitMaxCartesianLinkSpeed
string cartesian_speed_limited_link
float64 max_cartesian_speed # m/s
8 changes: 8 additions & 0 deletions msg/PipelineState.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Motion plan response that is processed
MotionPlanRequest request

# Current solution
MotionPlanResponse response

# Latest stage of the planning pipeline that got invoked
string pipeline_stage

0 comments on commit 30ef20a

Please sign in to comment.