sets/mindstorms/ev3-home-bonus: Update Bobb3e.

* update Robodoz3r README Update

* update Bobb3e README Update

* update changes in bobb3e readme

* update bobb3e readme

* rename readme to index
This commit is contained in:
Antoni Lương-Phạm Anh Quân
2021-05-14 12:46:37 +02:00
committed by GitHub
parent d5739c487c
commit 2f01beca2c
4 changed files with 45 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

@@ -1,8 +1,21 @@
# Example LEGO® MINDSTORMS® EV3 Bobb3e Program
---
title: "LEGO® MINDSTORMS® EV3 Home Edition: Fan Robots: Bobb3e"
maintainer:
user: "TheVinhLuong102"
name: "The Lương-Phạm Family"
image:
local: "bobb3e.jpeg"
credit: "LEGO"
video:
youtube: "i3jsJiVKYsg"
description:
"This remote controlled Bobcat® can be steered to move and lift objects with the control buttons on the IR Beacon."
building_instructions:
external: https://www.lego.com/cdn/product-assets/product.bi.additional.extra.pdf/31313_X_BOBB3E.pdf
---
This program requires LEGO® EV3 MicroPython v2.0 downloadable at https://education.lego.com/en-us/support/mindstorms-ev3/python-for-ev3
Building instructions can be found at https://www.lego.com/en-us/themes/mindstorms/buildarobot.
This program requires LEGO® EV3 MicroPython v2.0 downloadable at https://education.lego.com/en-us/support/mindstorms-ev3/python-for-ev3.
Control Bobb3e as follows:
@@ -19,3 +32,17 @@ Control Bobb3e as follows:
- Bottom-Right/Blue-Down: turn right backward
- Bobb3e beeps his alarm whenever reversing
The code for the `Bobb3e` class is in `bobb3e.py` as follows:
{% include copy-code.html %}
```python
{% include_relative bobb3e.py %}
```
The code for the main program is in `main.py` as follows:
{% include copy-code.html %}
```python
{% include_relative main.py %}
```
@@ -1,3 +1,18 @@
---
permalink: /projects/sets/mindstorms/ev3-home-bonus/robodoz3r/
title: "LEGO Mindstorms EV3 Home Edition: Robodoz3r"
maintainer:
user: "TheVinhLuong102"
name: "The Lương-Phạm Family"
image:
local: "robodoz3r.jpeg"
credit: "LEGO"
description:
"This robot bulldozer can be controlled using the IR Beacon or it can drive on its own, avoiding obstacles while clearing and pushing things with its bulldozer bucket."
building_instructions:
external: https://www.lego.com/cdn/product-assets/product.bi.additional.extra.pdf/31313_X_ROBODOZ3R.pdf
---
# Example LEGO® MINDSTORMS® EV3 RoboDoz3r Program
This program requires LEGO® EV3 MicroPython v2.0 downloadable at https://education.lego.com/en-us/support/mindstorms-ev3/python-for-ev3.
Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB