InMoov Unity is an application to manage the InMoov Robot. It's an alternative to My Robot Lab.
The idea is to use the power and tools of the Unity Engine to make the robot alive. The robot is treated like a "standard NPC" (Non Playable Character). That way, animations, behaviours, etc. are converted and sent to the robot.
- Arduino support
- Servo Management / Mixer
- Chatbot (A.L.I.C.E.)
- Speech Recognition/Synthesis
- Jaw Mechanism plugged to the chatbot
- VR support to possess the robot using OpenXR
- Inverse Kinematics
- Webcam passthrough
- Random Animations
- Everything is overridable!
You can read the documentation here and see what is available, what is not, the roadmap, etc.
- A computer with Windows, Linux or Macos
- Arduino IDE to upload the code on your boards
- [Optional] A text editor to tweak the configuration files if needed
- Unity Editor 2022.x (latest stable version)
- Visual Studio / Rider for C# editing
- [Optional] Python + Baracuda for Machine Learning development/training
This project is in early stage, please try each servo separately, in best conditions. I'm not responsible for broken hardware. Note that every InMoov robot are not the same, here are the specifications of mine:
- Arduino Nano on a custom PCB and a Mega board with the Servo Shield (The Nervoboard will probably work too)
- Intel RealSense instead of Kinect
First, you've to install the Unity Editor 2022.2.x, it's probably working with lower and higher versions, but I only support latest 2022.x version. Then flash your Arduino board with the code located into the Arduino folder.
This project can be tried on Windows, Linux, Mac and Android. Note that this is still in development with a focus on the Windows platform. Standalone VR headsets will be the next target
There are many settings stored into My Documents/My Games/InMoov
in the JSON
format. You can use a simple text editor to change what you want.
The first thing to do is to remove the InMoov folder located in My Documents/My Games/
. You can also open an issue on the github page.
This project is released under the MIT License. Please read the license.md
file for more information about it.
The AIML.Net project is released under the GNU GPL license.
Assets coming from the InMoov project are released under the Creative Commons license.