Skip to content

Remove ros2_control include from QEV-3D URDF and clean up vehicle URD… #2198

Remove ros2_control include from QEV-3D URDF and clean up vehicle URD…

Remove ros2_control include from QEV-3D URDF and clean up vehicle URD… #2198

Workflow file for this run

name: pre-commit Check
on: [push]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: pre-commit
run: |
pip install pre-commit
pre-commit run --all-files --show-diff-on-failure