You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If you are using the newer images that utilize the docker container and only need to modify the robot.py and motor.py files:
You'll want to modify the files in the jetbot folder on the Jetson Nano.
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).
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.
The text was updated successfully, but these errors were encountered: