diff --git a/assets/images/delta_robot.jpg b/assets/images/delta_robot.jpg new file mode 100644 index 0000000..62a3868 Binary files /dev/null and b/assets/images/delta_robot.jpg differ 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 new file mode 100644 index 0000000..5dec87a --- /dev/null +++ b/content/posts/delta-robot/index.md @@ -0,0 +1,24 @@ +--- +title: "Delta Robot ROS Package" +date: 2025-01-06T09:00:00+00:00 +description: Open Source Delta Robot ROS Package +hero: images/delta_robot.jpg +author: + image: /images/sharwin_portrait.jpg +menu: + sidebar: + name: Delta Robot + identifier: delta-robot + weight: 9 +tags: ["ROS2", "C++", "Parallel Robot Kinematics"] +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 diff --git a/data/en/sections/projects.yaml b/data/en/sections/projects.yaml index 2d28543..446076d 100644 --- a/data/en/sections/projects.yaml +++ b/data/en/sections/projects.yaml @@ -66,6 +66,15 @@ projects: summary: A 3D-printed robot arm kit for educational purposes. Coupled with a software package intended for students with little to no experience coding to use. tags: ["3D Printing", "Arduino", "C++"] +- name: Open Source Delta Robot + image: /images/delta_robot.jpg + role: "MSR Winter Project" + timeline: "Jan 2025 - March 2025" + url: "/posts/delta-robot/" + repo: https://github.com/Sharwin24/DeltaRobot + summary: An open source ROS package for delta robot motion planning and kinematic control. + tags: ["ROS2", "C++", "Parallel Robot Kinematics"] + # - name: AGV Odometry & Motion Planning # image: /images/pure-pursuit.png # role: "VEXU Team HSKY"