Skip to content

Commit 7590500

Browse files
Make setting entity values optional
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
1 parent cb76e09 commit 7590500

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

srv/SetEntityState.srv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ EntityState state # New state to set immediately. The time
66
# If non-zero twist or acceleration is requested for static object, the service call
77
# fails and RESULT_OPERATION_FAILED is returned.
88
# Note that the acceleration field may be ignored by simulators.
9+
bool set_pose # Flags to choose whether pose, twist or acceleration should be set or ignored.
10+
bool set_twist # These can be used to choose which EntityState properties to set.
11+
bool set_acceleration
912

1013
---
1114

0 commit comments

Comments
 (0)