list.append( ("Locktite","Poker",{'nose':math.pi\2,'topspeed':12.0,'throttle':110,'turn':80,'turnspeed':4.5,'weapons':(1,)})) list.append( ("Snow plow", "Rammer",{'nose':math.pi,'topspeed':20.0,'throttle':140,'turnspeed':6.0,'weapons':(1,)})) list.append( ("EMERGANCY 2", "Spinner", {'radius':0.4,'topspeed':20.0,'throttle':110,'weapons':(1,)}))
list.append(("Sowobot","LaserGuidedV3",{'servonose':-1,'range':80,'radius':1,'servospeed':60,'topspeed':99,'mayFire':True,'throttle':130,'weapons':(20,21,22,23)}))
ALERT- Another WS coming up...
I'm fine with hugging reier
I was AI'ing a bot with LaserGuidedV3 but whenever I test it, the servo spins away from the botHere's the bot:And bindings:Code: [Select] list.append(("Sowobot","LaserGuidedV3",{'servonose':-1,'range':80,'radius':1,'servospeed':60,'topspeed':99,'mayFire':True,'throttle':130,'weapons':(20,21,22,23)}))I have also tried servonose:1, nothing really changes.Help would be appreciated.
I think SM is a pretty cool guy, eh builds unicycle-bots and doesn't afraid of anything
Line 973: list.append( ("head on", "LaserGuidedV3",{ 'servonose':1, 'range':80, 'radius':2.5, 'servorange':2.8,'delta':0.25, 'servospeed':50, 'topspeed':99, 'mayFire':True, 'throttle':130,'weapons':(1,2,3,4,5,6,7,8,9)})) Line 974: list.append( ("BJM servo", "LaserGuidedV3",{ 'nose':math.pi,'range':80, 'radius':3, 'servorange':2,'servonose':-1,'delta':0.15, 'servospeed':60, 'topspeed':99, 'mayFire':False, 'throttle':130,'weapons':(1,2,3,4,5,6,7,8,9)}))