Skip to content

Commit

Permalink
Doc (#1)
Browse files Browse the repository at this point in the history
* Add BOMs

* Rename link to Link

* Add images. Add Dynamixel configuration steps.

* Fixes

* Fix doc

* Add cable assembly instructions. Add PCB assembly instructions.

* Complete BOM

* Add the Buck-Boost PCB BOM. Add PCB assembly steps. Fix mistakes.

* Add assembly steps

* Add CAD files.

* Add robot.STEP

* stewart simulator

* Add odas configuration generators

* Add dance movement generators.

* Fix link

* Remove a missing image

* Add the license files

* Add MCU Configuration instructions.

* Add missing assembly instructions.

* Add Torso Bottom assembly instructions.

* Stewart platform assembly steps.

* Add head assembly steps.

* Add missing images.

* Add slip ring steps.

* Add PCBs

* Add the firmwares.

* Add dnn_training

* Add audio_utils. Add the development computer setup.

* Add opentera-webrtc-ros

* Add hbba lite python filters.

* Add the C++ HBBA filter nodes.

* Add HBBA lite C++ filters

* Add DNN Utils

* Add odas_ros

* Add speech_to_text.

* Add robot_name_detector.

* Add audio_analyzer.

* Add video analyzer.

* Add dance.

* Add talk

* Continue to write the readmes.

* Add user_interface.

* Add the script to start the user interface.

* Add t_top

* Add face_following.

* Add sound_following

* Add explore

* Add gesture

* Add person_identification

* Fix
  • Loading branch information
mamaheux authored Dec 16, 2021
1 parent 849808e commit 0abb023
Show file tree
Hide file tree
Showing 803 changed files with 773,139 additions and 79 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "ros/audio_utils"]
path = ros/audio_utils
url = https://github.com/introlab/audio_utils.git
[submodule "ros/opentera-webrtc-ros"]
path = ros/opentera-webrtc-ros
url = https://github.com/introlab/opentera-webrtc-ros.git
[submodule "ros/perceptions/odas_ros"]
path = ros/perceptions/odas_ros
url = https://github.com/introlab/odas_ros.git
18 changes: 18 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"files.associations": {
"*.ipp": "cpp",
"array": "cpp",
"hash_map": "cpp",
"hash_set": "cpp",
"deque": "cpp",
"forward_list": "cpp",
"list": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
"valarray": "cpp"
}
}
Binary file added CAD/3d printed parts/OpenCR support 1.SLDPRT
Binary file not shown.
Binary file added CAD/3d printed parts/OpenCR support 2.SLDPRT
Binary file not shown.
Binary file added CAD/3d printed parts/USB hub support.SLDPRT
Binary file not shown.
Binary file added CAD/3d printed parts/base audio 1.SLDPRT
Binary file not shown.
Binary file added CAD/3d printed parts/base audio 2.SLDPRT
Binary file not shown.
Binary file added CAD/3d printed parts/base audio.SLDPRT
Binary file not shown.
Binary file added CAD/3d printed parts/base gear.SLDPRT
Binary file not shown.
Binary file added CAD/3d printed parts/base mic.SLDPRT
Binary file not shown.
Binary file added CAD/3d printed parts/battery holder.SLDPRT
Binary file not shown.
Binary file added CAD/3d printed parts/gear servo support.SLDPRT
Binary file not shown.
Binary file added CAD/3d printed parts/head cable protector.SLDPRT
Binary file not shown.
Binary file added CAD/3d printed parts/head.SLDPRT
Binary file not shown.
Binary file not shown.
Binary file added CAD/3d printed parts/stewart bottom.SLDPRT
Binary file not shown.
Binary file added CAD/3d printed parts/stewart horn (left).SLDPRT
Binary file not shown.
Binary file added CAD/3d printed parts/stewart horn (right).SLDPRT
Binary file not shown.
Binary file added CAD/3d printed parts/stewart support.SLDPRT
Binary file not shown.
Binary file added CAD/3d printed parts/stewart top.SLDPRT
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added CAD/3d printed parts/torso bottom gear.SLDPRT
Binary file not shown.
Binary file added CAD/3d printed parts/torso bottom holder.SLDPRT
Binary file not shown.
16 changes: 0 additions & 16 deletions CAD/BOM.md

This file was deleted.

Loading

0 comments on commit 0abb023

Please sign in to comment.