-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
can now add orientation to initial poi yaml files (#1312)
* can now add orientation to initial poi yaml files * mil_poi: Ensure that new/initial POIs never have a z-axis rotation * navigator_launch: pre-commit format --------- Co-authored-by: Cameron Brown <me@cbrxyz.com> Co-authored-by: cameron brown <52760912+cbrxyz@users.noreply.github.com>
- Loading branch information
1 parent
467ea3d
commit fa563a5
Showing
4 changed files
with
41 additions
and
95 deletions.
There are no files selected for viewing
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,6 +1,6 @@ | ||
--- | ||
global_frame: enu | ||
initial_pois: | ||
wildlife: [0, 0, 0] | ||
start_gate: [0, 0, 0] | ||
entrance_gate: [0, 0, 0] | ||
start_gate: [0, 0, 0, 0.0, 0.0, 0.0, 0.0] | ||
entrance_gate: [0, 0, 0, 0.0, 0.0, 0.0, 0.0] | ||
wildlife: [0, 0, 0, 0.0, 0.0, 0.0, 0.0] |
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
This file was deleted.
Oops, something went wrong.
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