Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PipelineState message #170

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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