Skip to content

v1.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 10:22
· 286 commits to main since this release
5e827cd

Summary

This release adds a Dockerfile, scripts, and documentation to make it easy to reproduce the interactive multi-sensor, multi-resolution mapping demo we performed at RSS and the Swiss Robotics Day.

See the new documentation section here.

Main changes

  • A Dockerfile that includes all the required software (sensor drivers, FastLIO2, and wavemap)
  • A script to easily launch the demo in Docker
  • Documentation on how to setup and run the demo

Package changelogs

Upgrade notes

Upgrade instructions for

  • Catkin
    • Go to your catkin workspace src directory: cd ~/catkin_ws/src
    • Pull the newest wavemap code: cd wavemap && git checkout main && git pull
    • Rebuilding is not required, as the changes only affect launch and config files
  • Docker
    • docker build --tag=wavemap --build-arg="VERSION=v1.6.1" - <<< $(curl -s https://raw.githubusercontent.com/ethz-asl/wavemap/main/tooling/docker/incremental.Dockerfile)

For more info, see the installation page in the docs.