Skip to content

Commit

Permalink
Update spot_driver/launch/spot_driver.launch.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Messing <[email protected]>
  • Loading branch information
jbarry-bdai and amessing-bdai authored Oct 23, 2023
1 parent cf632e0 commit 50594f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spot_driver/launch/spot_driver.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def launch_setup(context: LaunchContext, ld: LaunchDescription) -> None:
ld.add_action(robot_state_publisher)

rviz = IncludeLaunchDescription(
PythonLaunchDescriptionSource([FindPackageShare("spot_driver"), '/launch', '/rviz.launch.py']),
PythonLaunchDescriptionSource([FindPackageShare(THIS_PACKAGE), '/launch', '/rviz.launch.py']),
launch_arguments={
'spot_name': spot_name,
'rviz_config_file': rviz_config_file,
Expand Down

0 comments on commit 50594f6

Please sign in to comment.