Skip to content

Commit

Permalink
Add controller to sim launch
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Strøm <[email protected]>
  • Loading branch information
chrstrom committed Jul 26, 2024
1 parent 64b5b88 commit 168772e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions asv_setup/launch/sim_freya.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,19 @@ def generate_launch_description():
)
)

# Controller
controller_launch = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
path.join(get_package_share_directory('asv_setup'), 'launch', 'hybridpath.launch.py')
)
)

# Return launch description
return LaunchDescription([
set_env_var,
thruster_allocator_launch,
joy_node,
joystick_interface_launch,
controller_launch,
vortex_sim_interface_launch,
])

0 comments on commit 168772e

Please sign in to comment.