Use left-handed rotation for floorplan image #72
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: style | |
on: | |
pull_request: | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
linter: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
docker_image: ['ros:rolling-ros-base'] | |
container: | |
image: ${{ matrix.docker_image }} | |
steps: | |
- name: checkout | |
uses: actions/checkout@v2 | |
- name: uncrustify | |
run: | | |
sudo apt update && sudo apt install wget | |
wget https://raw.githubusercontent.com/open-rmf/rmf_utils/main/rmf_utils/test/format/rmf_code_style.cfg | |
/ros_entrypoint.sh ament_uncrustify -c rmf_code_style.cfg . --language C++ --exclude rmf_visualization_schedule/include/json.hpp rmf_visualization_schedule/include/jwt/* rmf_visualization_schedule/include/jwt/*/* |