Skip to content

v2.1.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 15:11
fa4b8e2

Summary

This patch introduces additional tools to track resource usage and updates the PR template to include benchmarking results, to monitor how the framework evolves.

Detailed description

For a detailed summary, list of API changes, and benchmarking results, please see PR #83.

Package changelogs

Libraries

Interfaces

Upgrade notes

Upgrade instructions for

  • C++ Library
  • Python Library
  • ROS1
    • 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
    • Docker
      • docker build --tag=wavemap_ros1 --build-arg='VERSION=v2.1.2' -<<< $(curl -s https://raw.githubusercontent.com/ethz-asl/wavemap/v2.1.2/tooling/docker/ros1/incremental.Dockerfile)

For more info, see our guides on installing wavemap.