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

Jetbot four motor software setup #496

Closed
petex8989 opened this issue Nov 11, 2021 · 1 comment
Closed

Jetbot four motor software setup #496

petex8989 opened this issue Nov 11, 2021 · 1 comment

Comments

@petex8989
Copy link

Hi, I am working on a project with the jetson nano and the robot I am working on has four motors connected to the motor driver. As the jetbot is normally, it is only programmed to use two motors. Is there any way to change the code to make it work with four motors? I have tried editing the robot.py in the jupyter editor, but I am not sure how to rebuild the code. Any changes I make in the editor does not get put into effect. How would I go about rebuilding the program? Thanks.

@santaimpersonator
Copy link
Contributor

If you are using the newer images that utilize the docker container and only need to modify the robot.py and motor.py files:

  1. You'll want to modify the files in the jetbot folder on the Jetson Nano.
  2. Then you'll need to disable the docker container, rebuild the docker container (to include the changes that you made), and re-enable the container (for the code to able to execute).

If you have to modify the Python package for the motor driver, then it does get more complicated. Hopefully, I didn't miss any steps.

@jaybdub jaybdub closed this as completed Jul 18, 2022
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

3 participants