Avatar The Society of Robotics and Automation is a society for VJTI students. As the name suggests, we deal with Robotics, Machine Vision and Automation

Voice_Video_Manipulator

Developing a robotic manipulator system equipped with both video input capabilities and speech recognition.

Mentees :


What is our project ?

This project aims to develop a robotic manipulator system capable of recognizing objects from a video input and executing pick-and-place tasks based on spoken commands.

We will be designing and developing the Intelligent Video Manipulator with Voice Commands, an innovative system that seamlessly integrates video processing and speech recognition technologies. Our goal is to enable users to interact with and manipulate video content using spoken commands.

What have we done so far?

Courses we completed

Since last 2 Weeks we went through ample amount of resources. Starting with Linear Algebra which is quite important for this project coz in order to build this manipualtor , Understanding of algebra and its meaning Geometrically has played a crucial role till present date. Later we studied and implemented ROS2 (Robot Operating System 2) to deal with the Manipulator in real time.

Forward and Inverse Kinematics

After competing this courses and it’s implementation, We started with Forward Kinematics and Subsequently the Inverse. The Manipulator has various joints and links. To Control a Robot we can control it by Either Providing Joint Angles as input so that its End-effector reaches a particular point in it’s Workspace or by providing Coordinates of the tip of the End-effector in Cartesian-Coordinate system.

The Latter is known as Inverse Kinematics and the former is known as Forward kinematics.

We have successfully completed the Forward and Inverse Kinematics Script of the 4-DOF manipulator.

fk

The DH parameters are shown below: dh


The expected and the actual Position were differing so in solution to that problem, We used a Transformation matrix denoted by T Matrix in the below image dh3

The Final transformation Matrix tm where l1,l2,l3,l4,l5 are link lengths

What are we dealing with now

As of now we are learning and trying to implement the launch files for our inverse kinematics script and GAZEBO.

Also we have started with Machine learning(ML) courses simultaneously in order to enable the manipulator to recognize the Objects around it and take actions accordingly.

Difficulties we faced

We faced difficulty while finding DH Parameters for forward kinematics since there were various methods availaible across the web. Also inverse kinematics was a bit tricky. But with time, We figured it out.

On running the inverse script,

inv