Skip to content

Commit

Permalink
Fix path to launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 25, 2023
1 parent a7d7365 commit 0e0bcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_1/test/test_view_robot_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def generate_test_description():
PythonLaunchDescriptionSource(
os.path.join(
get_package_share_directory("ros2_control_demo_example_1"),
"description/launch/view_robot.launch.py",
"launch/view_robot.launch.py",
)
),
launch_arguments={"gui": "true"}.items(),
Expand Down

0 comments on commit 0e0bcdc

Please sign in to comment.