Skip to content

added shadow and average filters #16

added shadow and average filters

added shadow and average filters #16

Workflow file for this run

---
name: Rolling build_test
on:
workflow_dispatch:
push:
branches:
- rolling
pull_request:
branches:
- rolling
jobs:
test_build_rolling:
runs-on: ubuntu-latest
container:
image: osrf/ros:rolling-desktop
steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: rolling
- uses: ros-tooling/[email protected]
with:
target-ros2-distro: rolling
skip-tests: false
rosdep-check: true
package-name: 'dual_laser_merger'