Skip to content

Fix the bug that behavior tree plugin PathLongerOnApproach will not work while using smac planner. #550

Fix the bug that behavior tree plugin PathLongerOnApproach will not work while using smac planner.

Fix the bug that behavior tree plugin PathLongerOnApproach will not work while using smac planner. #550

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
ament_lint_general:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-jammy-ros-rolling-ros-base-latest
strategy:
fail-fast: false
matrix:
linter: [xmllint, cpplint, uncrustify, pep257, flake8]
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/action-ros-lint@v0.1
with:
linter: ${{ matrix.linter }}
distribution: rolling
package-name: "*"