Missing Movement Files

Trying to get through Unit 3, Exercise 3.4, Is it asking me to create the move_bb8_circle.py & move_bb8_forward_backward.py or is it given?

Hi! Those files are already provided for the exercise — you don’t need to create them yourself.

You can find them in the course workspace here:

cd ~/catkin_ws/src/linux_course_files/move_bb8_pkg/src/
ls

Expected output:

bb8_keyboard.py
move_bb8_circle.py
move_bb8_forward_backward.py

If you don’t see these files in your workspace, let us know and we’ll help you troubleshoot further.

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.