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
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,15 @@ Loading and reset times are reported in the server debug log. All plugin stats c
17
17
* When loading takes more than 0.25 seconds the simulation is no longer automatically paused.
18
18
* Fixed fetching of body quaternion in `get_body_state` service.
19
19
**tests*: PendulumEnvFixture now makes sure `mj_forward` has been run at least once. This ensures the data object is populated with correct initial positions and velocities.
20
-
* re-added services for getting and setting gravity, that somehow vanished.
21
-
* fixed flaky tests that did not consider control callbacks being called in paused mode, too (#40).
20
+
* Re-added services for getting and setting gravity, that somehow vanished.
21
+
* Fixed flaky tests that did not consider control callbacks being called in paused mode, too (#40).
22
+
* Fixed bug that would not allow breaking out of *as fast as possible* stepping in headless mode without shutting down the simulation.
22
23
23
24
### Changed
24
25
* Moved `mujoco_ros::Viewer::Clock` definition to `mujoco_ros::Clock` (into common_types.h).
25
26
* Increased test coverage of `mujoco_ros_sensors` plugin.
26
27
* Split monolithic ros interface tests into more individual tests.
28
+
* Added sleeping at least until the next lowerbound GUI refresh when paused to reduce cpu load.
0 commit comments