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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
## 2.5.0
2
+
### Major changes
3
+
- Added support for [BasicSim](https://github.com/PepeOjeda/BasicSim). The preprocessing node now automatically generates a valid BasicSim scene yaml, and the main_simbot launchfile has an argument to let you select BasicSim as the robotic simulator.
4
+
5
+
### Minor changes
6
+
- Improved CMakelists build mode configuration and changed some of the fatal errors in `gaden_player` to raise `SIGTRAP` instead of calling `exit()` for easier debugging
7
+
1
8
## 2.4.0
2
9
### Major changes
3
10
- Simulation YAML files in the `test_env` directory are now more powerful than ever! You can define any ROS argument per-simulation, so a configuration does not need to be shared between all simulations in a given scenario. However, if you want to add a new parameter to the simulation YAML, you will also need to modify the shared YAML (under the `params` directory) to tell it to use the value that was read from the simulation file -- like this:
0 commit comments