Search found 9 matches

by Electr0
19 Feb 2014, 15:00
Forum: General questions
Topic: youBot velocity question
Replies: 3
Views: 2005

Re: youBot velocity question

thanks.

can you just explain me this two lines:

Code: Select all

ikMinPos={-0.5*initSizeFactor,-0.2*initSizeFactor,-0.3*initSizeFactor}  
	ikRange={1*initSizeFactor,1*initSizeFactor,0.9*initSizeFactor}
by Electr0
18 Feb 2014, 23:26
Forum: General questions
Topic: youBot velocity question
Replies: 3
Views: 2005

youBot velocity question

Hello,

if the maximum speed of a wheel in the real youBot is 1,57 rad/s, why in the model that is on V-REP the speed is 240*math.pi/180? does this not give almost 4 rad/s?

thanks
by Electr0
14 Jan 2014, 21:04
Forum: General questions
Topic: A* pathfinding
Replies: 8
Views: 5719

Re: A* pathfinding

it helps a lot ;)


so from here i can start implement the A* algorithm?

i understand all the theory, but i'm a little bit confused with the code, the first point is to create two vectors to put the values of xg yg and the other to put the xg and yg with the lowest cost (F) right?
by Electr0
14 Jan 2014, 14:30
Forum: General questions
Topic: A* pathfinding
Replies: 8
Views: 5719

Re: A* pathfinding

so the only things that is wrong are the colors?
by Electr0
14 Jan 2014, 01:46
Forum: General questions
Topic: A* pathfinding
Replies: 8
Views: 5719

Re: A* pathfinding

thank you for your answers

but when I open the scene that Eric post, it shows a initial message that I'm not using the latest version of the v-rep and thus parts of the scene will not be displayed.

but I have the latest version, I think, what is happening?
by Electr0
12 Jan 2014, 19:49
Forum: General questions
Topic: A* pathfinding
Replies: 8
Views: 5719

A* pathfinding

Does anyone already implement this algorithm in V-REP?

how to make a grid cell for heuristic calculations? and how to make robot believe that he is in one cell of the grid?
by Electr0
11 Dec 2013, 15:02
Forum: General questions
Topic: Youbot Child Scripts - Delete?
Replies: 2
Views: 2117

Re: Youbot Child Scripts - Delete?

thank you for your answer ;)
by Electr0
10 Dec 2013, 19:51
Forum: General questions
Topic: Youbot Child Scripts - Delete?
Replies: 2
Views: 2117

Youbot Child Scripts - Delete?

Hello, i'm wanna program the Kuka Youbot model to do several things autonomously after i star the simulation like follow a path, grab things, detect objects with vision sensor... to do that i wanna implement several things like A* algorithm, inverse kinematics... so, i wanna know if i have to delete...
by Electr0
21 Nov 2013, 17:13
Forum: General questions
Topic: C/C++ Doubt
Replies: 1
Views: 1450

C/C++ Doubt

Hello, I'm new here and I'm starting a project in v-rep when I have to work with youbot. I do not have much knowledge of LUA programming and I feel much more comfortable in C/C++. I've read the V-REP User Manual but I have a question: Can I control the whole robot only with C language? or do i have ...