delta robot image

This commit is contained in:
Sharwin24 2025-02-13 14:42:17 -06:00
parent e8df2182cf
commit 605f19a6f1
2 changed files with 9 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

View file

@ -11,6 +11,14 @@ menu:
identifier: delta-robot
weight: 9
tags: ["ROS2", "C++", "Parallel Robot Kinematics"]
# categories: ["Basic"]
repo: https://github.com/Sharwin24/DeltaRobot
---
An open source ROS package for controlling delta robots with forward and inverse kinematics, trajectory generation, and visualization. Designed for public use and easy integration with new delta robot designs and applications.
# Kinematic Simulation
The robot's forward and inverse kinematics were first implemented in a jupyter notebook to visualize the robot's configuration space and workspace. Eventually, the kinematics will be implemented into ROS2 C++ nodes with optimizations for fast computation.
<div align="center">
<img src="FK_notebook.png" alt="Robot Simulated in 3D Plot" style="border-radius: 15px;">
</div>