diff --git a/content/posts/delta-robot/FK_notebook.png b/content/posts/delta-robot/FK_notebook.png new file mode 100644 index 0000000..6f35dcf Binary files /dev/null and b/content/posts/delta-robot/FK_notebook.png differ diff --git a/content/posts/delta-robot/index.md b/content/posts/delta-robot/index.md index 46fb9d7..5dec87a 100644 --- a/content/posts/delta-robot/index.md +++ b/content/posts/delta-robot/index.md @@ -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. + +
+ Robot Simulated in 3D Plot +
\ No newline at end of file