Releases: PRBonn/rko_lio
Releases · PRBonn/rko_lio
v0.1.7
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
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
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_DISABLEDis 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
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
- @tianyilim made their first contribution in #39
Full Changelog: v0.1.1...v0.1.2
v0.1.1
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
What's Changed
- Remove scipy as a dependency for the python side by @mehermvr in #16
- Add Windows 11 arm support by @mehermvr in #17
- Better python error messages by @mehermvr in #19
- Ros API improvements by @mehermvr in #20
New Contributors
- @dependabot[bot] made their first contribution in #18
Full Changelog: v0.0.4...v0.1.0
v0.0.4
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_configoption 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
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
What's Changed
Full Changelog: v0.0.1...v0.0.2
Initial version
First version release of the odometry system. This one is more for seeing this end up in pypi than anything else