Skip to content

Commit

Permalink
Added the parameters of the path_follower to the param file, and updated
Browse files Browse the repository at this point in the history
the launch file to pass parameter file to path_follower.
  • Loading branch information
iandareid committed May 17, 2024
1 parent f8b0174 commit 06d9c84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions rosplane/launch/rosplane.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def generate_launch_description():
package='rosplane',
executable='rosplane_path_follower',
name='path_follower',
parameters = [autopilot_params],
),
Node(
package='rosplane',
Expand Down
6 changes: 6 additions & 0 deletions rosplane/params/anaconda_autopilot_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ path_manager:
ros__parameters:
R_min: 100.0
orbit_last: False

path_follower:
ros__parameters:
chi_infty: 0.5
k_orbit: 4.0
k_path: 0.05

0 comments on commit 06d9c84

Please sign in to comment.