This repository has been archived by the owner on Dec 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #159 from PickNikRobotics/fix-trajectory-format
Fix formatting of PoseStamped messages in trajectory yaml of example scan and plan objective.
- Loading branch information
Showing
1 changed file
with
39 additions
and
39 deletions.
There are no files selected for viewing
78 changes: 39 additions & 39 deletions
78
src/picknik_ur_gazebo_scan_and_plan_config/objectives/trajectory_around_hercules.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
pose1: | ||
header: | ||
frame_id: "world" | ||
pose: | ||
position: | ||
x: 0.4 | ||
y: -0.2 | ||
z: 0.4 | ||
orientation: | ||
x: -0.6532815 | ||
y: -0.2705981 | ||
z: 0.270598 | ||
w: 0.6532815 | ||
--- | ||
header: | ||
frame_id: "world" | ||
pose: | ||
position: | ||
x: 0.4 | ||
y: -0.2 | ||
z: 0.4 | ||
orientation: | ||
x: -0.6532815 | ||
y: -0.2705981 | ||
z: 0.270598 | ||
w: 0.6532815 | ||
|
||
pose2: | ||
header: | ||
frame_id: "world" | ||
pose: | ||
position: | ||
x: 0.0 | ||
y: -0.2 | ||
z: 0.4 | ||
orientation: | ||
x: -0.7071068 | ||
y: 0.0 | ||
z: 0.0 | ||
w: 0.7071068 | ||
--- | ||
header: | ||
frame_id: "world" | ||
pose: | ||
position: | ||
x: 0.0 | ||
y: -0.2 | ||
z: 0.4 | ||
orientation: | ||
x: -0.7071068 | ||
y: 0.0 | ||
z: 0.0 | ||
w: 0.7071068 | ||
|
||
pose3: | ||
header: | ||
frame_id: "world" | ||
pose: | ||
position: | ||
x: -0.4 | ||
y: -0.2 | ||
z: 0.4 | ||
orientation: | ||
x: -0.6532815 | ||
y: 0.2705981 | ||
z: -0.270598 | ||
w: 0.6532815 | ||
--- | ||
header: | ||
frame_id: "world" | ||
pose: | ||
position: | ||
x: -0.4 | ||
y: -0.2 | ||
z: 0.4 | ||
orientation: | ||
x: -0.6532815 | ||
y: 0.2705981 | ||
z: -0.270598 | ||
w: 0.6532815 |