delta robot image
This commit is contained in:
parent
e8df2182cf
commit
605f19a6f1
2 changed files with 9 additions and 1 deletions
BIN
content/posts/delta-robot/FK_notebook.png
Normal file
BIN
content/posts/delta-robot/FK_notebook.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue