Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Fix formatting of PoseStamped messages in trajectory yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
uavster committed Dec 22, 2023
1 parent 6f5790b commit b78298e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pose1:
---
header:

Check failure on line 2 in src/picknik_ur_gazebo_scan_and_plan_config/objectives/trajectory_around_hercules.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

2:2 [indentation] wrong indentation: expected 0 but found 1
frame_id: "world"
pose:
Expand All @@ -12,7 +12,7 @@ pose1:
z: 0.270598
w: 0.6532815

pose2:
---
header:

Check failure on line 16 in src/picknik_ur_gazebo_scan_and_plan_config/objectives/trajectory_around_hercules.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

16:2 [indentation] wrong indentation: expected 0 but found 1
frame_id: "world"
pose:
Expand All @@ -26,7 +26,7 @@ pose2:
z: 0.0
w: 0.7071068

pose3:
---
header:

Check failure on line 30 in src/picknik_ur_gazebo_scan_and_plan_config/objectives/trajectory_around_hercules.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

30:2 [indentation] wrong indentation: expected 0 but found 1
frame_id: "world"
pose:
Expand Down

0 comments on commit b78298e

Please sign in to comment.