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: mujoco_ros/CHANGELOG.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
<aname="Unreleased"></a>
2
-
## Unreleased
1
+
<aname="0.5.0"></a>
2
+
## [0.5.0] - 2023-03-24
3
3
4
4
### Added
5
5
* Reload service call to either reload current model or supply a new model to load.
@@ -12,16 +12,15 @@
12
12
* Bump MuJoCo required version to 2.3.3
13
13
14
14
### Fixed
15
-
<<<<<<< HEAD
16
15
* Stepping action server is now sensitive to preemts caused by reload/reset/shutdown and will inform clients in time instead of just severing the connection.
17
-
=======
18
16
* Missing roll back of collision functions to default on reload caused calling unloaded code.
19
-
>>>>>>> fix: Roll back collision functions on reload
20
17
* An invalid model will not result in trying to reload indefinitely anymore.
21
18
22
19
### Fixed
23
20
* Stepping action server is now sensitive to preemts caused by reload/reset/shutdown and will inform clients in time instead of just severing the connection.
0 commit comments