@@ -95,23 +95,23 @@ Might be interesting to do something with [Arduino Mecanum](https://github.com/S
95
95
96
96
## Possible learning journey
97
97
98
- 1, Assemble 2WD bot
99
- 2 . Drive 2WD bot with Microblocks remote control from Android
100
- 3 . try to make the robot drive in a straight line
101
- 4 . Configure the encoders in microblocks and try again
102
- 5 . Add a VLX053xx sensor, in microblocks do bump & run
103
- 6 . Add 2x wheels to make a 4wd bot
104
- 7 . Configure Microblocks to run 4WD
105
- 8 . Try and make it go in a straight line again
106
- 9 . Complete the [ parking challenge] ( https://introtoroboticsv2.readthedocs.io/en/latest/course/driving/parking.html ) using microblocks
107
- 10 . Add Mecanum wheels.
108
- 11 . In Microblocks make the robot go sideways with remote control
109
- 12 . Complete the parking challenge again without making the robot turn at all
110
- 13 . Install an IMU & configure in Microblocks
111
- 14 . Add a ESP32 cam and watch the livestream from a computer
112
- 15 . Install a grabber & solve a pick and place challenge
113
- 16 . Install thonny/ micropython and complete steps 1-15 in Micropython code
114
- 17 . Install ROS and complete steps 1-15 again
115
- 18 . Install a Lidar and map a room
116
- 19 . Run the robot. A lot.
98
+ - 1, Assemble 2WD bot
99
+ - 2 . Drive 2WD bot with Microblocks remote control from Android
100
+ - 3 . try to make the robot drive in a straight line
101
+ - 4 . Configure the encoders in microblocks and try again
102
+ - 5 . Add a VLX053xx sensor, in microblocks do bump & run
103
+ - 6 . Add 2x wheels to make a 4wd bot
104
+ - 7 . Configure Microblocks to run 4WD
105
+ - 8 . Try and make it go in a straight line again
106
+ - 9 . Complete the [ parking challenge] ( https://introtoroboticsv2.readthedocs.io/en/latest/course/driving/parking.html ) using microblocks
107
+ - 10 . Add Mecanum wheels.
108
+ - 11 . In Microblocks make the robot go sideways with remote control
109
+ - 12 . Complete the parking challenge again without making the robot turn at all
110
+ - 13 . Install an IMU & configure in Microblocks
111
+ - 14 . Add a ESP32 cam and watch the livestream from a computer
112
+ - 15 . Install a grabber & solve a pick and place challenge
113
+ - 16 . Install thonny/ micropython and complete steps 1-15 in Micropython code
114
+ - 17 . Install ROS and complete steps 1-15 again
115
+ - 18 . Install a Lidar and map a room
116
+ - 19 . Run the robot. A lot.
117
117
0 commit comments