Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gp adjust setpoint usage feb9 #20

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions config/params.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# nav_channel
wp_error_tolerance: 1.5 # acceptable distance for error when determining if we are at the goal, in meters.
gate_max_dist: 100.0 # max distance for gate 1, minimum distance for gate 2.
gate_max_width: 15.0 # max gap between buoys, accounts for diameter of buoys as well.
wp_error_tolerance: 1.0 # acceptable distance for error when determining if we are at the goal, in meters.
gate_max_dist: 12.0 # max distance for gate 1, minimum distance for gate 2.
gate_max_width: 8.0 # max gap between buoys, accounts for diameter of buoys as well.
dist_past_second_gate: 5 # how far the asv will travel past the second gate for the task to be considered complete, in meters
dist_to_est_gate_2: 5 # how far from the first gate will we set our estimated second gate, in meters. Boat will travel here until it detects second gate
dist_to_est_gate_2: 20 # how far from the first gate will we set our estimated second gate, in meters. Boat will travel here until it detects second gate
dist_from_gate: 2 # midpoint waypoints will be set this distance before and after the gate
colour_blind: true
# Switching Setpoint Modes
use_pixawk_reached: false
freq_disc_mode: true
freq_disc_count: 3
freq: 2 # in hertz

red_marker: "red_marker"
green_marker: "green_marker"
11 changes: 8 additions & 3 deletions config/sim_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ wp_error_tolerance: 1.5 # acceptable distance for error when determining if we a
gate_max_dist: 100.0 # max distance for gate 1, minimum distance for gate 2.
gate_max_width: 100.0 # max gap between buoys, accounts for diameter of buoys as well.
dist_past_second_gate: 5 # how far the asv will travel past the second gate for the task to be considered complete, in meters
dist_to_est_gate_2: 5 # how far from the first gate will we set our estimated second gate, in meters. Boat will travel here until it detects second gate
dist_to_est_gate_2: 10 # how far from the first gate will we set our estimated second gate, in meters. Boat will travel here until it detects second gate
dist_from_gate: 2 # midpoint waypoints will be set this distance before and after the gate

colour_blind: true
# Switching Setpoint Modes
use_pixawk_reached: false
freq_disc_mode: true
freq_disc_count: 3
freq: 2 # in hertz

red_marker: "red_marker"
green_marker: "green_marker"
green_marker: "green_marker"
Loading