DexterInd / GoPiGo3

The GoPiGo3 is a Raspberry Pi Robot!
https://gopigo.io
Other
98 stars 85 forks source link

Install_On_Ubuntu Branch gopigo3.py load_robot_constants() does not create gpg3_config.json #321

Closed slowrunner closed 1 year ago

slowrunner commented 1 year ago

In order to install GoPiGo3 drivers/api to ubuntu the pi user and /home/pi directories are needed/used, and the resulting gopigo3.py from the install_on_ubuntu branch load_robot_constants() does not contain the code (existent in master branch) to check the serial file and create /home/pi/Dexter/gpg3_config.json.

This code really needs to exist, even if the user desires to use a custom config file path.

slowrunner commented 1 year ago

I'm going to close this - I used the master branch in my install script and succeeded so this is not an issue for me.