Skip to content

Commit

Permalink
Fixed asv_setup hybridpath nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokaz committed Apr 3, 2024
1 parent 1a48459 commit b2bb3e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asv_setup/launch/hybridpath.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
def generate_launch_description():
hybridpath_controller_launch = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
os.path.join(get_package_share_directory('hybridpath_controller'), 'launch/hybridpath_controller.launch.py')
os.path.join(get_package_share_directory('hybridpath_controller'), 'launch', 'hybridpath_controller.launch.py')
)
)

hybridpath_guidance_launch = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
os.path.join(get_package_share_directory('hybridpath_guidance'), 'launch/hybridpath_guidance.launch.py')
os.path.join(get_package_share_directory('hybridpath_guidance'), 'launch', 'hybridpath_guidance.launch.py')
)
)

Expand Down

0 comments on commit b2bb3e8

Please sign in to comment.