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
I am currently working on an internship project to control the Go1 EDU with a Canbus joystick. I managed to get this working properly by writing Python and C++ code using Can-utils with a USB-to-Can converter and executing it from my laptop using the legged SDK. I can move and control the robot like i want to.
The next step in this project was to let the robot do this independently from my laptop and run the code when starting up. But i am not sure how to exactly go about this on the raspberry pi. Furthermore, i am concerned of haphazardly changing stuff on the raspberry without having a backup (are backups available somewhere?)
Is it possible to install Can-utils and add a program to startup without negatively affecting the robot?
I am sorry if this is a stupid question, and thank you for your time.
The text was updated successfully, but these errors were encountered:
Good day,
I am currently working on an internship project to control the Go1 EDU with a Canbus joystick. I managed to get this working properly by writing Python and C++ code using Can-utils with a USB-to-Can converter and executing it from my laptop using the legged SDK. I can move and control the robot like i want to.
The next step in this project was to let the robot do this independently from my laptop and run the code when starting up. But i am not sure how to exactly go about this on the raspberry pi. Furthermore, i am concerned of haphazardly changing stuff on the raspberry without having a backup (are backups available somewhere?)
Is it possible to install Can-utils and add a program to startup without negatively affecting the robot?
I am sorry if this is a stupid question, and thank you for your time.
The text was updated successfully, but these errors were encountered: