Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: PRBonn/rko_lio

v0.1.7

21 Oct 14:46
1c8a919

Choose a tag to compare

What's Changed

  • docs: overhaul and add a github pages workflow by @mehermvr in #55
  • python: data loader improvements and raw loader overhaul by @mehermvr in #56
  • python: pin version for compatibility by @mehermvr in #60
  • Update rerun-sdk requirement from <0.25,>=0.24 to >=0.24,<0.27 in /python by @dependabot[bot] in #64
  • Update typer requirement from <0.20,>=0.19 to >=0.19,<0.21 in /python by @dependabot[bot] in #62
  • Bump pypa/cibuildwheel from 3.2.0 to 3.2.1 by @dependabot[bot] in #61
  • Update rosbags requirement from <0.11,>=0.10 to >=0.10,<0.12 in /python by @dependabot[bot] in #63
  • Bump version 0.1.7 by @mehermvr in #65

Full Changelog: v0.1.6...v0.1.7

v0.1.4

04 Oct 11:41
11ab524

Choose a tag to compare

With this, we are ready for ros package releases into Jazzy, Kilted, and Rolling when the distros get updated (sync'ed) in the next few weeks.

What's Changed

  • Bump Eigen to 5.0 by @github-actions[bot] in #49
  • Drop ros cmake min version to 3.26.5 by @mehermvr in #50

New Contributors

  • @github-actions[bot] made their first contribution in #49

Full Changelog: v0.1.3...v0.1.4

v0.1.3

02 Oct 17:07
192a0f2

Choose a tag to compare

What's Changed

  • Bump pypa/cibuildwheel from 3.1.4 to 3.2.0 by @dependabot[bot] in #42
  • Change package layout to make ros package release easier by @mehermvr in #44
  • temp fix: ros builds when FETCHCONTENT_FULLY_DISABLED is ON, aka the ros build farm by @mehermvr in #45
  • bump version to 0.1.3 by @mehermvr in #46

Full Changelog: v0.1.2...v0.1.3

v0.1.2

28 Sep 08:37
6336f90

Choose a tag to compare

What's Changed

  • Switch python dataloaders to a sequential iterator style by @mehermvr in #31
  • fix (ros): proper component registration so it shows up ros2 component types by @mehermvr in #34
  • Drop irregular lidar frames by @mehermvr in #35
  • python: prettier logs using rich by @mehermvr in #36
  • fix (core): in case map is empty, correct lidar frame timestamping by @mehermvr in #37
  • Add self qualifer to iter function by @tianyilim in #39
  • Ros - bloom release by @mehermvr in #40

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

17 Sep 12:52
bbaaf62

Choose a tag to compare

What's Changed

  • Update defaults to provide an easier entry into using the system by @mehermvr in #24
  • fix: ros launch - correctly overload config file params with cli params by @mehermvr in #28
  • fix: correct logic in offline node (ros) and interval imu stats compute (core) by @mehermvr in #29

Full Changelog: v0.1.0...v0.1.1

v0.1.0

11 Sep 15:27
bafdb57

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.1.0

v0.0.4

08 Sep 23:12
765dffe

Choose a tag to compare

What's Changed

  • Add a version print for the python cli, and add a workflow to ensure python and ros versions match by @mehermvr in #11
  • Add a ros rolling CI build by @mehermvr in #12
  • Improve README for immedite clarity on how to use by @mehermvr in #13
  • C++ simplifications, py-rosbag reader improvements by @mehermvr in #14
    • handle no timestamps in point clouds (rosbag)
    • clearer error message if tf is missing
    • add a --dump_config option to dump default options to disk
    • cpp side simplifications to interval stats compute, and a bit more

Full Changelog: v0.0.3...v0.0.4

ROS humble, improve rerun visualization behavior

07 Sep 14:18
02bbec0

Choose a tag to compare

What's Changed

  • Add humble support and improve workflows by @mehermvr in #9
  • Fix/improve rerun visualization, remove matplotlib as an undocumented dep, bump version by @mehermvr in #10

Full Changelog: v0.0.2...v0.0.3

macOS and Windows python wheels

07 Sep 01:20
0bc1bee

Choose a tag to compare

What's Changed

  • Add macOS and Windows support/builds/wheels by @mehermvr in #8

Full Changelog: v0.0.1...v0.0.2

Initial version

06 Sep 20:34
ac9b564

Choose a tag to compare

First version release of the odometry system. This one is more for seeing this end up in pypi than anything else