Skip to content

Commit e503521

Browse files
committed
update for 2.4.4
1 parent b56ce6c commit e503521

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
115
## ir-sim 2.4.3
216

317
- Bug Fixes:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "ir-sim"
9-
version = "2.4.3"
9+
version = "2.4.4"
1010
authors = [
1111
{ name="Han Ruihua", email="hanrh@connect.hku.hk" },
1212
]

0 commit comments

Comments
 (0)