Youbot Child Scripts - Delete?

Typically: "How do I... ", "How can I... " questions
Post Reply
Electr0
Posts: 17
Joined: 21 Nov 2013, 16:53

Youbot Child Scripts - Delete?

Post by Electr0 »

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 all the Child Scripts associated with Youbot model in V-REP and replace for the ones i wanna create.


thanks

coppelia
Site Admin
Posts: 10364
Joined: 14 Dec 2012, 00:25

Re: Youbot Child Scripts - Delete?

Post by coppelia »

Hello,

normally, the best is to replace the code with your own, unless you understand what the existing code is doing, so that you can modify it. It really depends on what type of control you want to implement, and whyt you want to do. Possibilities are endless to implement a specific behaviour.
The existing models usually come with a demo behaviour, i.e. demo program, that is just an example and that could be much improved or done differently.

Cheers

Electr0
Posts: 17
Joined: 21 Nov 2013, 16:53

Re: Youbot Child Scripts - Delete?

Post by Electr0 »

thank you for your answer ;)

Post Reply