Skip to content

Commit b5ee6d0

Browse files
committed
fix removed robot launch argument
1 parent 9369846 commit b5ee6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curt_mini/bringup/robot_base.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def launch_robot():
9191
]
9292
)
9393
),
94-
launch_arguments={"robot": LaunchConfiguration("robot")}.items(),
94+
launch_arguments={"robot": robot}.items(),
9595
)
9696

9797
zero_twist = Node(

0 commit comments

Comments
 (0)