Skip to content

v0.2.0

Choose a tag to compare

@juniorsundar juniorsundar released this 23 Jun 19:05
37e7092

0.2.0 (2025-06-23)

chore

Features

  • Bound checking in RealVectorStateSpace (7a78c0a)
  • Implement RealVectorStateSpace and basic structure (b42d9e8)
  • Implementing SO2StateSpace (a0ea17c)
  • planners: Implement basic RRT (f8828e9)
  • python: Implemented initial bindings for RRT (c563846)

Bug Fixes

  • Better error handling in RealVectorStateSpace::new (ec37a78)

Documentation

  • Added Documentation and DocTests + License header (#1) (f43319f)
  • oxmpl-py: Added documentation for Python Bindings (#6) (7621a71)
  • README: Updated initial README.md (#7) (0237de0)

Code Refactoring

  • Split python project out and state spaces into separate module (5387441)

Tests

  • RRT basic integration test (e081aef)

Build System

  • Added required fields to Cargo (a6a239d)

Continuous Integration