We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56ce6c commit e503521Copy full SHA for e503521
changelog.md
@@ -1,3 +1,17 @@
1
+## ir-sim 2.4.4
2
+
3
+- Bug Fixes:
4
+ - Fix geometry tree bug
5
+ - Fix 3D plot bug
6
7
+- New Features:
8
+ - Add rrt star path planner
9
+ - Add neighbor_threshold parameter for the rvo behavior
10
11
+- Enhancements:
12
+ - Update the distance function to accelerate the rvo algorithm
13
+ - Update the robot image
14
15
## ir-sim 2.4.3
16
17
- Bug Fixes:
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "ir-sim"
-version = "2.4.3"
+version = "2.4.4"
authors = [
{ name="Han Ruihua", email="hanrh@connect.hku.hk" },
]
0 commit comments