Updated code for the Sensor Unit with qCAN support is merged and documented! Error happened.
The Wheeled Platform with CAN support is merged!
A new step in Zakhar’s global transition to CAN bus is done! n n The unit consists of: It can be controlled via CANbus, Serial and Bluetooth. The documentation page is available here: https://zakhar-the-robot.github.io/doc/docs/systems/motion/wheeled-platform Error happened.
New Zakhar Face Module
The new Unit is based on the ESP-Wrover-Kit and uses a TJA1050 module for CANbus communication. It is compatible with the qCAN protocol (described on the Zakhar main page) and can show 5 facial expressions: Anger (0x32), Sadness (0x34), Pleasure…
CAN Bus and a New Simple Protocol
Not Only Two Wires It’s been more than two years already since I started working on my robot Zakhar. The Zakhar 1 was built out of Lego and relied on I2C communication between modules. It was a nightmare because as…
Zakhar II: Separately controllable DC motor speed
Links: Error happened.
"On the way to AliveOS" or "making of a robot with emotions is harder than I thought"
So, indeed, the more I develop the software for Zakhar, the more complicated it goes. So, first: Contributions and collaborations are welcome! If you want to participate, write to me and we will find what you can do in the…
EmotionCore – 1.0.0
First release! This library aims to implement an emotion model that could be used by other applications implementing behavior modifications (emotions) based on changing input data. The Core has sets of parameters, states, and descriptors: Parameters define the state of the core. Each state has a unique…
Updated draft of the ROS-node network with the Emotional Core
Working on the Emotion Core update it became clear to me that placing responsibility of emotional analysis to Ego-like nodes (a Consciousness, Reflexes, and Instincts) is a wrong approach. It leads to the situation where the developer of the application should specify…
Draft of the updated ROS-node network with the Emotional Core
The complexity of the networks is getting increased in a non-linear manner with any new type of node added, so documentation of the development is becoming more crucial than ever. So, I’ve decided to, firstly redraw the network diagram to…
Update of the ROS-network
Hi! I merged a huge update for zakharos_core – the main part of the Zakhar project. The repository is a Robot Operating System network where the main application consists of ego-like nodes: the consciousness (the main application) and instincts (interruptions). Each of them operates…