v1.5.3
Summary
This patch fixes an issue with assertions that would fail when running wavemap in debug mode.
New features
- Make the sign checks during Morton encoding optional
- Document the new behavior
- Always enable all assertions in CI
Package changelogs
- Libraries
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
- Rebuild wavemap:
catkin build wavemap_all
- Go to your catkin workspace src directory:
- Docker
docker build --tag=wavemap --build-arg="VERSION=v1.5.3" - <<< $(curl -s https://raw.githubusercontent.com/ethz-asl/wavemap/main/tooling/docker/incremental.Dockerfile)
For more info, see the installation page in the docs.