diff --git a/rosplane/launch/rosplane.launch.py b/rosplane/launch/rosplane.launch.py index 09979e0..7135748 100644 --- a/rosplane/launch/rosplane.launch.py +++ b/rosplane/launch/rosplane.launch.py @@ -38,6 +38,7 @@ def generate_launch_description(): package='rosplane', executable='rosplane_path_follower', name='path_follower', + parameters = [autopilot_params], ), Node( package='rosplane', diff --git a/rosplane/params/anaconda_autopilot_params.yaml b/rosplane/params/anaconda_autopilot_params.yaml index a9a9c80..85b7c05 100644 --- a/rosplane/params/anaconda_autopilot_params.yaml +++ b/rosplane/params/anaconda_autopilot_params.yaml @@ -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