fix: make work slightly more consistently

This commit is contained in:
David
2025-10-10 14:16:47 -05:00
parent 86684b0bff
commit 723aa33e3c
4 changed files with 59 additions and 51 deletions

View File

@@ -167,7 +167,7 @@ def generate_launch_description():
# Include Robot State Publisher launch file if enabled
robot_state_publisher_cmd = IncludeLaunchDescription(
PythonLaunchDescriptionSource([
os.path.join(pkg_share_description, 'launch', 'robot_state_publisher.launch.py')
os.path.join(pkg_share_description, 'launch', 'display.launch.py')
]),
launch_arguments={
'jsp_gui': jsp_gui,