Skip to content

Commit

Permalink
Update Migration guide
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Aug 2, 2024
1 parent c6fedb1 commit bd0c153
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ release will remove the deprecated code.
each time step, whereas previously the component values were set to `0`
after each time step. Persistent velocity commands should be reapplied at
each time step.
+ The ForceTorque system has been changed from updating sensor data during
the parallelized `PostUpdate` phase to use the sequential `Update` phase
and writing directly to the ECM if a sensor entity has a `WrenchMeasured`
component. The ForceTorque system priority is specified to ensure that its
`Update` phase executes after `Physics::Update`.

## Gazebo Sim 7.x to 8.0
* **Deprecated**
Expand Down

0 comments on commit bd0c153

Please sign in to comment.