Skip to content

Commit

Permalink
Better pathing on zed launch
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrhm committed Sep 19, 2024
1 parent 6feb1d4 commit 2f3bb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/zed.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def generate_launch_description():
package="mrover",
executable="zed",
name="zed_wrapper",
parameters=[os.path.join(get_package_share_directory("mrover"), "config", "zed.yaml")],
parameters=[Path(get_package_share_directory("mrover"), "config", "zed.yaml")],
)

return LaunchDescription([zed_node])

0 comments on commit 2f3bb3d

Please sign in to comment.