Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hardware setup for emergency brake #157

Open
wenguang1111 opened this issue Nov 20, 2024 · 0 comments
Open

Hardware setup for emergency brake #157

wenguang1111 opened this issue Nov 20, 2024 · 0 comments

Comments

@wenguang1111
Copy link

Hello,
i wan to use my controller G7P to get emergency brake when it is necessary. So there should be two strategies: one is that the signal of controller goes to jetson nano board, and jetson nano board decide if the program should continue running:

while(emergency==false)
{
run();
}
brake();

Another strategie is to use a hardware (which i dont know what is called) to decide where the signal should taken for motor driver. And this hardware has two inputs (controller reciver and jetson nano board) and connect with the driver of motor. Once the controller sends a signal, this hardware take the signal from controller, otherwise it takes the signal from jetson nano board.
i personally think that the second strategie is more reliable because it does not depend on the jetson board, in the case that the board crushes and cant send the emergency brake signal to motor.

Can some one tell me which hardware do i need for the second strategie and is this actually the multiplexer Pololu do (https://www.pololu.com/product/2806) which is listed in Bill of Materials - Tamiya TT02?
It will be grateful if some one can help to explain.

Thank you!
Best regards,
Wenguang Xu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant