MarineRoboticsGroup / cora

This is the official repository for the paper "Certifiably Correct Range-Aided SLAM"
14 stars 1 forks source link

Add visualizer #21

Closed TimMagoun closed 7 months ago

TimMagoun commented 7 months ago
TimMagoun commented 7 months ago

TODO: Add docs to readme, add instructions about installing opencv and pangolin (v0.6) which TonioViz depends on

alanpapalia commented 7 months ago

In the CMakeLists.txt I set viz to default to on:

set(ENABLE_VISUALIZATION ON CACHE BOOL "Enable visualization module.")

This is to make sure that we have the build environment nailed down to perform visualization. If it's a pain to modify the build environments in the github actions then I'm okay turning it off by default and letting interested users follow the instructions to set it up.

TimMagoun commented 7 months ago

LGTM!