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: jazzy
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 5 files changed
  • 4 contributors

Commits on Jul 17, 2024

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

Commits on Aug 23, 2024

  1. Avoid compilation on jazzy or higher (#301)

    On jazzy the released openvdb version is already 10.0.1, so we don't
    have to compile the vendor package.
    
    Compilation on the build farm was already quite flakey because the
    package is quite heavy, so I'd be best to avoid this. I don't know if
    openvdb is also released for ARM or any other ubuntu platforms, but
    we'll have to see on the buildfarm.
    Rayman authored and SteveMacenski committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    fe7d918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c9cd9c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Fix arm64 build (#303)

    The cmake module was located in another folder.
    Rayman authored and SteveMacenski committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    18e16e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a969a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    14ddb67 View commit details
    Browse the repository at this point in the history
  2. bump to 2.5.3 for jazzy sync

    Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
    SteveMacenski committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    eec5771 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Update in observation time comparison (#308)

    * last_updated_ is now not updated on reset(), and observation staleness is now determined by comparison to clock_->now() instead of the last observation.
    
    * Readded the observation buffer update on reset.
    
    * Used correct whitespace again
    sjusner authored and SteveMacenski committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    32f8a22 View commit details
    Browse the repository at this point in the history
  2. bumping jazzy to 2.5.4 for sync

    Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
    SteveMacenski committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    cc40b38 View commit details
    Browse the repository at this point in the history
Loading