Skip to content

Releases: makeecat/Peng

v0.5.3

07 Nov 03:47
f569ff4
Compare
Choose a tag to compare

What's New

Breaking Changes

  • Rename pinhole_depth to log_pinhole_depth and Change API: use &cam instead of separate camera data
  • Change API of log_depth_image: use &cam instead of separate camera data

New Contributors

Full Changelog: v0.5.2...v0.5.3

v0.5.2

30 Oct 03:51
Compare
Choose a tag to compare

What's New

  • Added pinhole functionality for depth mapping by @JoKhannn in #3
  • RK4-based dynamics update

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

08 Sep 02:12
Compare
Choose a tag to compare

What's new

  • [Breaking] render_depth does not rely on the condition of use_rerun
  • add multithreading option for depth rendering
  • optimize random number generation, use a rand_chacha::ChaCha8Rng for fast rng
  • exclude assets and GitHub-related md from release
    Full Changelog: v0.5.0...v0.5.1

v0.5.0

04 Sep 17:28
Compare
Choose a tag to compare

What's new

  • add render depth option, you can disable depth rendering if use_rerun is true
  • [Breaking] change frequency type from float to integer
  • [Breaking] change API of update_planner, adding simulation frequency into the argument
  • change planner schedule step unit from simulation step to millisecond.
  • fix blog post link
    Full Changelog: v0.4.1...v0.5.0

v0.4.1

02 Sep 03:50
Compare
Choose a tag to compare

What's new

  • update demo gif
  • add examples and tests
  • add opt flag for debug build by default

Full Changelog: v0.4.0...v0.4.1

v0.4.0

31 Aug 22:57
Compare
Choose a tag to compare

What's new

  • Improve docs coverage rate
  • [Breaking] use access_bias_std, gyro_bias_std instead of bias_instability for bias drifting parameter
  • Add obstacle velocity bounds and radius bounds in configuration
  • Change visibility of most API to public
    Full Changelog: v0.3.3...v0.4.0

v0.3.3

31 Aug 14:07
Compare
Choose a tag to compare

What's new

  • Improved obstacle avoidance planner to avoid aggressive motion
  • Wrapped is_finished trait with error handling
    Full Changelog: v0.3.2...v0.3.3

v0.3.2

30 Aug 18:24
Compare
Choose a tag to compare

What's new

  • add a use_rerun flag to enable/disable rerun logging
  • simplify the rerun spawn
    Full Changelog: v0.3.1...v0.3.2

v0.3.1

29 Aug 20:39
Compare
Choose a tag to compare

What's new

v0.3.0-alpha

29 Aug 07:58
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release

What's new

  • Fixed bugs in actual acceleration and angular velocity recording
  • Clean up the codebase
  • Add YAML-based configuration system

Full Changelog: v0.2.1...v0.3.0