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

duplicate robot.py files ...trying to modify robot.py #633

Open
Tomas61692 opened this issue Oct 15, 2024 · 1 comment
Open

duplicate robot.py files ...trying to modify robot.py #633

Tomas61692 opened this issue Oct 15, 2024 · 1 comment

Comments

@Tomas61692
Copy link

Tomas61692 commented Oct 15, 2024

i noticed "duplicate" copies of robot.py in two directories
one is within the /usr/local/lib....eggfile/jetbot path
the other is within the obvious workspace/jetbot/jetbot path

making changes to the robot.py in the workspace directory didnt affect the code becuase the installed version is in the one in the usr directory as determined by inspection
image

however making changes to the robot.py file in usr directory gets overwritten with the original code every time i run build.sh in the docker folder.
any suggestions to make the changes permanent?
or any suggestions to make changes to robot.py

there seems to be people who have successfuly done this but they didnt document it properly for others to follow.

thanks

@Tomas61692
Copy link
Author

Tomas61692 commented Oct 15, 2024

solved!
shouldnt have run build.sh
but to those wanting make changes to robot.py or other source files make sure to inspect where the installed source file is first and modify that version.

also had to access the file via jupyter terminal.
it is invisible from regular/linux terminal

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