Skip to content

Commit 5af2e29

Browse files
authored
Merge pull request #21 from luca-della-vedova/luca/boolean_set_flags
Make setting entity values optional
2 parents 3a65de3 + 7590500 commit 5af2e29

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)