Skip to content
Open
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
3 changes: 3 additions & 0 deletions srv/SetEntityState.srv
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ EntityState state # New state to set immediately. The time
# If non-zero twist or acceleration is requested for static object, the service call
# fails and RESULT_OPERATION_FAILED is returned.
# Note that the acceleration field may be ignored by simulators.
bool set_pose # Flags to choose whether pose, twist or acceleration should be set or ignored.
bool set_twist # These can be used to choose which EntityState properties to set.
bool set_acceleration

---

Expand Down