Search found 4 matches

by erimcanozcinar
22 Feb 2018, 22:14
Forum: General questions
Topic: Gyrosensor Data transfer to another script
Replies: 4
Views: 2309

Re: Gyrosensor Data transfer to another script

Hi,
Thanks a lot guys i have solve the the problem there was a just a writing mistake at the initial. part
by erimcanozcinar
21 Feb 2018, 19:28
Forum: General questions
Topic: Gyrosensor Data transfer to another script
Replies: 4
Views: 2309

Re: Gyrosensor Data transfer to another script

Hi, This is the code I wrote for transfering the data from gyro script. I did not changed anything in the gyro script. gyroCommunicationTube=sim.tubeOpen(0,"gyroCommunicationTube",1)--- sysCall_init sysCall_actuation data=sim.tubeRead(gyroCommunicationTube) if (data) then angularVariations...
by erimcanozcinar
21 Feb 2018, 00:31
Forum: General questions
Topic: Quadricopter Manipulation sphere
Replies: 1
Views: 1318

Quadricopter Manipulation sphere

Hi guys,

How can i remove quadricopter's manipulation sphere and move quadricopter by changing only the partical velocities.

Thanks.
by erimcanozcinar
21 Feb 2018, 00:27
Forum: General questions
Topic: Gyrosensor Data transfer to another script
Replies: 4
Views: 2309

Gyrosensor Data transfer to another script

Hi guys, I am working on a quadrotor and i need to transfer my gyro data to quadrotor child script. I transferd my accelerometer data to quadrotor child script but i tried to transfer gyro data with the same method as in accelerometer but it did not work. Is there a some kind of problem or there is ...