diff --git a/content/posts/chess-robot/index.md b/content/posts/chess-robot/index.md
index fa16b7d..fb85a94 100644
--- a/content/posts/chess-robot/index.md
+++ b/content/posts/chess-robot/index.md
@@ -9,7 +9,7 @@ menu:
sidebar:
name: Chess Robot
identifier: chess-robot
- weight: 4
+ weight: 5
tags: ["Python", "OpenCV", "Arduino", "Stepper Motors"]
repo: https://github.com/Connor205/Chess-Robot-NURobotics
---
diff --git a/content/posts/delta-robot/index.md b/content/posts/delta-robot/index.md
index ad46d87..f4f9d65 100644
--- a/content/posts/delta-robot/index.md
+++ b/content/posts/delta-robot/index.md
@@ -9,7 +9,7 @@ menu:
sidebar:
name: Delta Robot
identifier: delta-robot
- weight: 4
+ weight: 1
tags: ["ROS2", "C++", "Parallel Robot Kinematics", "I2C Sensors", "Kalman Filtering"]
repo: https://github.com/Sharwin24/DeltaRobot
---
@@ -28,7 +28,7 @@ The forward and inverse kinematics were then implemented in C++ following the ap
- Forward and Inverse Kinematics C++ Implementation
+ Forward and Inverse Kinematics C++ Implementation as ROS services
```cpp
// this->AL = Active Link Length [mm]
@@ -133,8 +133,6 @@ The forward and inverse kinematics were then implemented in C++ following the ap
-
-
## End-Effector Sensors
| Sensor | Image | Description |
diff --git a/content/posts/mobile-manipulation/index.md b/content/posts/mobile-manipulation/index.md
index 35bdfae..f816198 100644
--- a/content/posts/mobile-manipulation/index.md
+++ b/content/posts/mobile-manipulation/index.md
@@ -9,7 +9,7 @@ menu:
sidebar:
name: Mobile Manipulation
identifier: mobile-manipulation
- weight: 1
+ weight: 4
tags: ["Python", "CoppeliaSim", "Odometry", "Omnidirectional Robot Kinematics"]
repo: https://github.com/Sharwin24/Mobile-Manipulation
# categories: ["Basic"]
diff --git a/content/posts/napkin-ai/index.md b/content/posts/napkin-ai/index.md
index c38975e..e5ef8af 100644
--- a/content/posts/napkin-ai/index.md
+++ b/content/posts/napkin-ai/index.md
@@ -9,7 +9,7 @@ menu:
sidebar:
name: Napkin.AI
identifier: napkin-ai
- weight: 10
+ weight: 8
tags: ["Python", "PyTorch", "Retrieval-Augmented Generation", "Knowledge Graphs", "Language Models"]
repo: https://github.com/Sharwin24/HackAtBrown
# categories: ["Basic"]
diff --git a/content/posts/robo-tech/index.md b/content/posts/robo-tech/index.md
index 257f84c..e8a012b 100644
--- a/content/posts/robo-tech/index.md
+++ b/content/posts/robo-tech/index.md
@@ -9,7 +9,7 @@ menu:
sidebar:
name: Robotech
identifier: robo-tech
- weight: 9
+ weight: 7
tags: ["Python", "RRT", "A*"]
repo: https://github.com/Sharwin24/RoboTech
# categories: ["Basic"]
diff --git a/content/posts/robot-arm-edu/index.md b/content/posts/robot-arm-edu/index.md
index c489b8e..8ca9ad6 100644
--- a/content/posts/robot-arm-edu/index.md
+++ b/content/posts/robot-arm-edu/index.md
@@ -9,7 +9,7 @@ menu:
sidebar:
name: Educational Robot Arm
identifier: robot-arm-edu
- weight: 4
+ weight: 6
tags: ["3D Printing", "Arduino", "C++", "MATLAB"]
repo: https://github.com/Sharwin24/Robotic-Arm
---