You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The message StatePoint should be extended by fields for velocity, acceleration, orientation and orientation rate.
To sufficiently express a planned trajectory as created by a route planer we need to communicate time, position, orientation, acceleration, orientation and orientation rate. The proposed changes cover the minimum we found to be necessary for a cosimulation of a route planer and an environment simulation to communicate the resulting trajectory of the planing software using OSI.
Describe alternatives you have considered
The existing message MotionRequest fits the use case quiete well. But the current implementation for the trajectory only covers time, position and orientation.
Describe the backwards compatibility
The proposed change adds optional fields to an existing message. No issues with backwards compatibility expected.
The text was updated successfully, but these errors were encountered:
denotte
pushed a commit
to denotte/open-simulation-interface
that referenced
this issue
Dec 14, 2023
refers to OpenSimulationInterface#748
Extends the StatePoint with optional fields velocity,
acceleration, orientation and orientation rate.
Signed-off-by: Dennis Otte <[email protected]>
Describe the feature
The message StatePoint should be extended by fields for velocity, acceleration, orientation and orientation rate.
To sufficiently express a planned trajectory as created by a route planer we need to communicate time, position, orientation, acceleration, orientation and orientation rate. The proposed changes cover the minimum we found to be necessary for a cosimulation of a route planer and an environment simulation to communicate the resulting trajectory of the planing software using OSI.
Describe alternatives you have considered
The existing message MotionRequest fits the use case quiete well. But the current implementation for the trajectory only covers time, position and orientation.
Describe the backwards compatibility
The proposed change adds optional fields to an existing message. No issues with backwards compatibility expected.
The text was updated successfully, but these errors were encountered: