From 2708948fc421c60b5cf575a378e0eb5eb5eda444 Mon Sep 17 00:00:00 2001 From: Tom Howard Date: Wed, 1 Nov 2023 10:48:33 +0000 Subject: [PATCH] BLANK is just the dependencies now --- docs/com2009/assignment1/part2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/com2009/assignment1/part2.md b/docs/com2009/assignment1/part2.md index 9fccdfe0..a1b43abf 100644 --- a/docs/com2009/assignment1/part2.md +++ b/docs/com2009/assignment1/part2.md @@ -331,7 +331,7 @@ In Part 1 you learnt how to create a package and build simple nodes in Python to ``` Then: ```bash - catkin_create_pkg {BLANK} + catkin_create_pkg part2_navigation {BLANK} ``` ***