ARC Pro

Upgrade to ARC Pro

Stay on the cutting edge of robotics with ARC Pro, guaranteeing that your robot is always ahead of the game.

PRO
Belgium
#25   — Edited

hi sproket

these are my settings for using only forwart detection . maybe this helps .

User-inserted image

i use the original sensor from ez robot . one cable wire . i dont use the sero port .

PRO
Belgium
#26  

hey jedi

i made a simpel script to detect forwart motion .

controlCommand("Ultrasonic Radar Scan", "PauseOff") sleep(300) ping_wait(d22,d22,lower,20) sleep(300) controlCommand("Auto Position", "AutoPositionAction", "Wow") sleep(1000) controlCommand("Auto Position", "AutoPositionAction", "Stand") sleep(300) sayezb(" stop that please ")

https://www.youtube.com/watch?v=SZP_WiOho1Q

#27  

I remember when I tried to do a proximity sensor setup with my Six Hexapod, it would always get stuck at a wall.

PRO
USA
#28   — Edited

Nomad 6R I will check it out. Thanks man.

Stop it please, love it

Scripting seems the way to go on this for sure.

PRO
Belgium
#29  

hi winterU

did you use the same sensor as in this topic ? if yes were did you placed the sensor ? ontop the six dome ?if yes you have to calculate that in your settings . cause you need to ad the distants from the dome to the front of the legs , before the sensor need to detect something .

PRO
USA
#31  

Yes loop

I was diving into that a little this morning

PRO
Belgium
#32  

jedi

always make a small sleep(300) between motions to be sure they work . sleep(300) give time for the next motion to come when the previous is done . the longer a motion last the higher the sleep needs to be . sleep(1000) is one second. but you problably know this allreddy .