Community Profile

photo

kwstis xoustoulakis


Active since 2015

Followers: 0   Following: 0

Statistics

  • First Review
  • First Answer

View badges

Feeds

View by

Question


how can i verificate the forward kinematic in my 2d robotic arm?
hi! i have made a robotic arm 2dof and my code is: function [] = ServoAngle(Theta1,Theta2) L1=0.065;%m L2=0.125;%...

8 years ago | 0 answers | 0

0

answers

Question


problem to drive 2 servos with servo object????
function[] = ServoAngleNew(Theta1,Theta2) pause(2); a = arduino('COM4'); s = servo(a,9,'MinPulseDuration',7.50e-4,'Ma...

8 years ago | 1 answer | 0

1

answer

Question


how can i create a servo object in matlab?
i want to create a servo object but i dont know how... i use r2014b edition of matlab and i want to run the commands from here h...

8 years ago | 1 answer | 0

1

answer

Question


how can i communicate matlab-arduino serial??
i hv made a robotic arm drawing ,with 3 servos and i want to communicate with servos serial and send specidic angles. my cod...

8 years ago | 1 answer | 0

1

answer

Question


how can i calibrate servos??
i use tower pro mg995 servos but angles are not accurate. i send angles via matlab (with servo.Write()) but the angles are not e...

8 years ago | 0 answers | 0

0

answers

Question


how can i check if forward kinematic in a robotic arm is correct with a plot?
hi ,i hv made a robotic arm with 2 joint of freedom.i hv a webcam in the top of robotic arm and i hv write the forward kinematic...

8 years ago | 0 answers | 0

0

answers

Question


inverse and forwars kinematics in 2dof robotic arm
Hello, i have made a robotic arm with 3 servos, and i dont know how to solve inverse and forward kinematics,and how to write the...

9 years ago | 0 answers | 1

0

answers

Question


This code detects red objects. I have create a robotic arm and I want via a camera to detect red objects and move the arm in these. So how can I modify the code so I have communication with the servo ???Any help with the code??
vid=videoinput('winvideo',1,'YUY2_320x240'); set(vid,'FramesPerTrigger',inf); set(vid,'ReturnedColorspace','rgb') vid...

9 years ago | 1 answer | 0

1

answer

Answered
How can use a MATLAB value in Arduino Uno code?
Hello! I have built a robotic arm with 3 servo and a camera mounted on the upper arms. Looking a code to detect red objects via ...

9 years ago | 0

Question


Detect red dots with robotic arm and web camera?? Any help with codes...??
I have built a robotic arm with three servos and a web camera mounted on the top . I want via the camera to spot on a map red bi...

9 years ago | 2 answers | 0

2

answers