Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PRBonn/MapClosures
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: PRBonn/MapClosures
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 18 commits
  • 27 files changed
  • 6 contributors

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    cb7d317 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    61fdbb3 View commit details
    Browse the repository at this point in the history
  2. Patch cmake bug fix from KISS (#19)

    * Patch cmake bug fix from KISS
    
    * fetch url instead of git repo
    
    * Fix licence
    
    ---------
    
    Co-authored-by: tizianoGuadagnino <[email protected]>
    saurabh1002 and tizianoGuadagnino authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2f81f7b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Add comment string

    tizianoGuadagnino committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    aa2f77d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. fix bug, refactor code (#21)

    * fix bug #20, refactor groundtruth closure computation script
    
    * Add groundtruth closure candidates link in README for datasets used in paper
    
    ---------
    
    Co-authored-by: Benedikt Mersch <[email protected]>
    saurabh1002 and benemer authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4d28ad9 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. fix typo

    saurabh1002 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0749c71 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    1195b38 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    30e151e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Add Visualizer for the pipeline (#22)

    * Add visualizer support, upgrade to match kiss main
    
    * Update CLI usage image
    saurabh1002 authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    db54cc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. fix visualizer

    saurabh1002 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    90677b5 View commit details
    Browse the repository at this point in the history
  2. Cleanup python API (#25)

    * Save Kiss poses in kitti format
    
    * Do it once outside ifelse block
    
    * Handle default config differently
    
    * Avoid if else, use StubEvaluation class when no eval flag
    
    * Use dataclass
    
    * Use *kwargs in StubVisualizer class, avoid unused arg lists
    
    * Remove open3d as class member, make as global import
    
    * Filter gt closures by overlap within function, pass data max_range directly
    
    * format sort-include
    
    * format cmake
    
    * fix typo
    
    * Add INFO msgs, beautify logging
    saurabh1002 authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    318673b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    14e4d68 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Add instructions to use MapClosures C++ API (#28)

    * add intall interface
    
    * Revert "add intall interface"
    
    This reverts commit e20d725.
    
    * Add C++ FetchContent Instructions
    
    * Provide core API info
    
    * Rework README
    
    * Rework description again
    
    ---------
    
    Co-authored-by: Tiziano Guadagnino <[email protected]>
    saurabh1002 and tizianoGuadagnino authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    904d2a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    b8573f9 View commit details
    Browse the repository at this point in the history
  2. Visualizer based on Polyscope (#29)

    * Registration Visualizer works
    
    * Closures also visualized now, more improvement needed
    
    * This visualizer looks good, density maps added
    
    * fix closure trace in visualizer
    
    * Second imgui window for closures
    
    * Screenshot raus
    
    * cosmetic changes
    
    * Final layout of gui, fix some issues in maytplotlib
    
    ---------
    
    Co-authored-by: Luca Lobefaro <[email protected]>
    saurabh1002 and l00p3 authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bee36c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Rework folder structure for visualizer (#31)

    * remove stale function from earlier version
    
    * Split into parts, make cleaner to understand
    
    * Add visualization of individual local maps and density maps
    
    * Update README.md
    
    * Update README.md
    
    * use kiss local map for registration visualizer
    
    * fix bug in update pose for regn local map
    
    * fix next local map callback
    
    ---------
    
    Co-authored-by: Luca Lobefaro <[email protected]>
    saurabh1002 and l00p3 authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4ae8cf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    799d141 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. bump version (#38)

    saurabh1002 authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8b4ba0d View commit details
    Browse the repository at this point in the history
Loading