![]() |
Stop Driving
Hello. My team I was running some simulations for my teams robot before we go to the regional competition and I found out an issue with our pneumatic gearbox. To resolve this I was thinking about making a button that when the driver presses and holds it will set our drive motors (jaguar1, jaguar2, jaguar4, & jaguar5) to off even if the driver is pushing forward on the joystick. Is there a way I can do this. I can't try anything because we can't take our robot out of the bag. Can i make this button override robot drive and make it stop driving when the button is pressed? Thanks!
|
Re: Stop Driving
I'm not a programmer so I'm not entirely sure what I'm talking about, but there should be a way to program your motors to brake so that when there is no driver input the motors will actively fight forces trying to turn them instead of freely spinning. I'm not sure if that would solve the issue your having but I just thought it might help.
|
Re: Stop Driving
Im trying to get it so that the button overrides joystick input and stops the robot and continues driving when the button is released.
|
Re: Stop Driving
Set a button to that allow motors to move when not pressed, but when pressed overrides all values to zero. I dont know how java works because i only know labview. but im sure its not that different.
|
Re: Stop Driving
Not sure if this is what you mean, but:
Code:
if(button.get()) { |
Re: Stop Driving
How about this?
Code:
bool stopp = false; |
Re: Stop Driving
Ok thanks ill start writing out some code for it and test it at the regionals
|
Re: Stop Driving
Quote:
|
Re: Stop Driving
Is the safety feature enabled by default?
|
Re: Stop Driving
?
Code:
bool stopp = false; |
| All times are GMT -5. The time now is 22:32. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi