Search found 5 matches

by danielamaria20
19 Jul 2013, 17:41
Forum: Bug reports
Topic: Robot dont identify objects in scene
Replies: 1
Views: 3147

Robot dont identify objects in scene

I just copy and paste de robot, and in the objectHandle the paste robot dont detect any of the objects in my scene, says it does not exist, but is not true. In the robot I create identify all of them. Why is that? Thanks
by danielamaria20
09 Jul 2013, 23:15
Forum: Bug reports
Topic: simGetObjectPosition
Replies: 3
Views: 6039

Re: simGetObjectPosition

Code: Select all

esf=simGetObjectHandle('Sphere')
PosEsf=simGetObjectPosition(esf,-1)

t=PosEsf[1]
simAddStatusbarMessage(t)
I just add a message bar so I could see what was happenning
Did I do something wrong?

thanks
by danielamaria20
09 Jul 2013, 22:40
Forum: Bug reports
Topic: simGetObjectPosition
Replies: 3
Views: 6039

simGetObjectPosition

The simGet ObjectPosition give really WRONG coordinates. I ask for the position of an object that is static and ALWAYS in the same place and in every second we give me different coordenates. very weird....
by danielamaria20
09 Jul 2013, 21:59
Forum: General questions
Topic: How to make ACMR go straight ahead?
Replies: 3
Views: 3480

Re: How to make ACMR go straight ahead?

Im thinking to do with a zig zag code do you advise it or its better if I do with time simulation and calculate the angles with that?

thanks a lot
by danielamaria20
09 Jul 2013, 18:34
Forum: General questions
Topic: How to make ACMR go straight ahead?
Replies: 3
Views: 3480

How to make ACMR go straight ahead?

Hi, can you please tell me how I make ACMR always go in straight line. Its just so I can learn a lit bit more about is moving and make the changes that I want.

Thanks a lot