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: SteveMacenski/spatio_temporal_voxel_layer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ros2
Choose a base ref
...
head repository: SteveMacenski/spatio_temporal_voxel_layer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: noetic-devel
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 13 files changed
  • 10 contributors

Commits on Dec 13, 2019

  1. Configuration menu
    Copy the full SHA
    331ee88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f6db2c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

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

Commits on Mar 5, 2020

  1. Add voxel_min_points param for voxel filter (#160)

    * Add voxel_min_points param for voxel filter
    
    * Update params in example
    
    * Use static_cast for type-casting & update default value in README
    SteveMacenski authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    f7384d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Cite works

    SteveMacenski authored Apr 23, 2020
    Configuration menu
    Copy the full SHA
    c9cf3fb View commit details
    Browse the repository at this point in the history
  2. Update README.md

    SteveMacenski authored Apr 23, 2020
    Configuration menu
    Copy the full SHA
    67a6e4d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. fix updateFootprint (#168)

    doisyg authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    e077795 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Adding optional filter (#172)

    * adding filter options to STVL
    
    * Update src/spatio_temporal_voxel_layer.cpp
    
    Co-authored-by: nickvaras <34077897+nickvaras@users.noreply.github.com>
    
    * adding param description
    
    * grammar
    
    Co-authored-by: nickvaras <34077897+nickvaras@users.noreply.github.com>
    SteveMacenski and nickvaras authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    14e7f5e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. cherry-picked melodic fix #200 (#201)

    Tiago Silva authored May 26, 2021
    Configuration menu
    Copy the full SHA
    7c06d54 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

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

Commits on Dec 14, 2022

  1. Implement CostmapLayer::clearArea (#243)

    * implement clear area
    
    * remove debug logs
    
    * call parent function to clear costmap
    
    * pretty comment
    siferati authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    1cc77c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

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

Commits on Feb 2, 2023

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

Commits on Mar 2, 2023

  1. Fix/voxel grid costmap mismatch (#256)

    * misalignment fix - Added grid translation and rounding in the marking
    
    * fixed misalignment between costmap, voxel grid and 2d grid
    
    Applied fix based on #226 that is applied to ROS 2.
    GeorgiosGkovo authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    647376e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Forward port #262 (#263)

    SteveMacenski authored May 2, 2023
    Configuration menu
    Copy the full SHA
    6077efe View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

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

Commits on Aug 8, 2023

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

Commits on Aug 14, 2023

  1. chore: Install header files. (#275)

    This would allow users installing the package to derive interfaces (eg.
    extend STVL).
    
    Co-authored-by: Diego Ramos <diego.enrique.ramos@node-robotics.com>
    dieg0- and Diego Ramos authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5e06daf View commit details
    Browse the repository at this point in the history
Loading