-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
772 additions
and
24 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
-33.722464875303054 150.6733186790048 | ||
-33.720864277234156 150.673353826611 | ||
-33.72115033638088 150.67502276015122 | ||
-33.72271743627459 150.67461276680072 |
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 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 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 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
19 changes: 11 additions & 8 deletions
19
mission/njord_tasks/collision_avoidance_task/params/collision_avoidance_task_params.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,20 +1,23 @@ | ||
collision_avoidance_task_node: | ||
ros__parameters: | ||
map_origin_lat: 63.4411585867919 | ||
map_origin_lon: 10.419400373255625 | ||
map_origin_lat: -33.72213988382845 | ||
map_origin_lon: 150.67413500672993 | ||
map_origin_set: true | ||
gps_start_lat: 63.44097054434422 | ||
gps_start_lon: 10.419997767413607 | ||
gps_end_lat: 63.44125901804796 | ||
gps_end_lon: 10.41857835889424 | ||
gps_start_x: 0.0 | ||
gps_start_y: 0.0 | ||
gps_end_x: 0.0 | ||
gps_end_y: 0.0 | ||
gps_frame_coords_set: false | ||
|
||
|
||
gps_end_x: 0.05243377001522731 | ||
gps_end_y: 37.196639612524166 | ||
gps_frame_coords_set: true | ||
map_origin_topic: "/map/origin" | ||
odom_topic: "/seapath/odom/ned" | ||
landmark_topic: "landmarks_out" | ||
|
||
assignment_confidence: 10 # Number of consequtive identical assignments from auction algorithm before we consider the assignment as correct | ||
|
||
# Task specific parameters | ||
distance_to_first_buoy_pair: 2.0 # Distance in x-direction to first buoy pair in meters from current postition (not gps) position in base_link frame. | ||
distance_between_buoy_pairs: 5.0 # Distance between buoy pairs in meters | ||
vessel_assignment_confidence: 5 # Number of consequtive identical assignments from landmark to vessel before we consider the assignment as correct |
Oops, something went wrong.