Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# ESP32AnalogRead
Load the calibration data and provide a calibrated analog read
# KinematicChainsArduino

# Documentation by Doxygen
The KinematicChainsArduino project is an extension of LLAMA-Q, a project aimed at facilitating the generalization of Robot control to lower the barrier of entry to, and .

[ESP32AnalogRead Doxygen](https://madhephaestus.github.io/ESP32AnalogRead/files.html)
This library enables and abstract complex robot control on Arduino. Any Robot can be defined with few lines of code.

With this Library one can
- Define a Kinematic Chain

- Define Robot Kinematics by FK, IK with an option to define the Jacobian or Inverse Jacobian

- Define Robot actuators and hardware

- Define a Robot using Robot actuators and Robot Kinematics

- Control a defined robots position with non-blocking functions.