ir-sim-v2.10.1
-
Features:
- Add
orcagroup behavior fordiffrobots (ORCA's holonomic velocity mapped to(linear, angular)viaomni_to_diff), extending reciprocal collision avoidance to differential-drive fleets; see the19orca_world/orca_diff_worldexample. (#333) - Add a fog-of-map overlay (
FogMap, enabled viaworld: {fog_map: true, fog_map_resolution: ...}) revealed by each robot's lidar orfovsector, for modeling exploration under partial observability; see the24fog_worldexample. (#337)
- Add
-
Performance:
- Speed up the lidar step ~2x when a dynamic obstacle overlaps a static map. (#332)
-
Fix:
- Fix
dashin-place yaw oscillation and stalling when the goal is behind the robot. (#331) - Fix
diffRVO freezing when the goal is directly behind the robot. (#331) - Fix the headless keyboard event-queue overflow when spawning many environments. (#331)
- Keep saved animation frames at a fixed size and pad video to even dimensions so the saved mp4/gif matches the on-screen figure. (#330)
- Suppress the default velocity arrow on static obstacles (regression from v2.9.2's kinematics-handler refactor). (#313)
- Fix
-
Refactor:
- Send warnings and errors to the logger instead of
print. (#326)
- Send warnings and errors to the logger instead of
-
Docs:
- Overhaul the documentation site for clarity and navigation, with full English/Chinese parity. (#325)
- Add the arXiv paper citation and badge to the README. (#320)
- Add the IRSIM-3DGS-Bridge community project link. (#317) (@Wayneyujie)
New Contributors
- @Wayneyujie made their first contribution in #317
Full Changelog: v2.10.0...v2.10.1