You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _tabs/modular-biped.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ icon: fas fa-info-circle
4
4
order: 0
5
5
---
6
6
7
-
As a project to keep myself sane during the COVID lockdowns, I began looking into making a companion robot using Raspberry Pi, Arduino and 3D printing as a study in how to build a desktop companion robot. I wanted to make something that was fully autonomous and responded to the presense and interaction of people in the room. It also needed to be reasonably affordable (as much as robotics can be!) and accessible.
7
+
As a project to keep myself sane during the COVID lockdowns, I began looking into making a companion robot using Raspberry Pi, Arduino and 3D printing as a study in how to build a desktop companion robot. I wanted to make something that was fully autonomous and responded to the presence and interaction of people in the room. It also needed to be reasonably affordable (as much as robotics can be!) and accessible.
8
8
9
9
The project has evolved over the last few years and a community has begun to grow around it. This led to a number of changes to allow the platform to be more modular, allowing any number of robots to be created using the software with reuse of any relevant hardware components and modules.
10
10
@@ -18,25 +18,25 @@ The Modular Biped Robot project is designed to provide a flexible and modular fr
18
18
19
19
The project is designed to be modular, meaning any components that are not required for the implementation can be removed and the functionality can be disabled by removing the initialisation in the `main.py` python file. Similarly, new modules can be integrated as easily by following the guide below.
'Buddy' is the second release and is a more stable and feature rich version of the project. This version uses a Raspberry Pi 5 and is the current release of the project.
32
32
33
-
The current development is ongoing on version 3. This documentation is exclusively for version 3.
33
+
Future development is ongoing on a new release named 'Cody'.
34
34
35
35
## Platforms
36
36
37
-
Although the project was built on the Raspberry Pi 3B+ and Arduino Pro Mini, community members are working on the integration of other platforms such as the Jetson Nano, Raspberry Pi 4 & 5, Arduin Nano and the DFRobot UniHiker SBC.
37
+
Although the project was built on the Raspberry Pi and Arduino Pro Mini, community members are working on the integration of other platforms such as the Jetson Nano.
38
38
39
-
We plan on sharing any relevant files to support these platforms so feel free to join the community and share your experience / requirments.
39
+
We plan on sharing any relevant files to support these platforms so feel free to join the community and share your experience / requirements.
40
40
41
41
## Contributions and Discussions
42
42
@@ -54,6 +54,8 @@ The wiki and files are available on the GitHub repository linked below:
0 commit comments