We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb76e09 commit 7590500Copy full SHA for 7590500
1 file changed
srv/SetEntityState.srv
@@ -6,6 +6,9 @@ EntityState state # New state to set immediately. The time
6
# If non-zero twist or acceleration is requested for static object, the service call
7
# fails and RESULT_OPERATION_FAILED is returned.
8
# 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
12
13
---
14
0 commit comments