Skip to content

Commit 900ebbe

Browse files
riv-ljamesrr-aiden
andauthored
Add GetMultiStateValidity service (#186)
Co-authored-by: Aiden <[email protected]>
1 parent ec3ba4b commit 900ebbe

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ set(msg_files
7979

8080
set(srv_files
8181
"srv/GetMotionPlan.srv"
82+
"srv/GetMultiStateValidity.srv"
8283
"srv/GetStateValidity.srv"
8384
"srv/GetCartesianPath.srv"
8485
"srv/GetPlanningScene.srv"

srv/GetMultiStateValidity.srv

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
RobotState robot_state
2+
sensor_msgs/JointState[] joint_states
3+
string group_name
4+
Constraints constraints
5+
6+
---
7+
8+
bool valid
9+
ContactInformation[] contacts
10+
CostSource[] cost_sources
11+
ConstraintEvalResult[] constraint_result

0 commit comments

Comments
 (0)