Skip to content

Commit 9431040

Browse files
committed
Fix typo
1 parent 62f26e9 commit 9431040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CustomRobots/turtlebot3/launch/turtlebot3.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def launch_setup(context):
3333
# =========================
3434
xacro_file = os.path.join(
3535
package_dir,
36-
"model",
36+
"models",
3737
"turtlebot3",
3838
"turtlebot3.urdf.xacro",
3939
)

0 commit comments

Comments
 (0)