-
|
My team would like to write a code to get robot state and attachment motor data when robot is finishing missions on the field. Any ideas on how to go about this please? We are using micropython |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Since you probably can't have a computer connected during a mission, I suggest to use https://docs.pybricks.com/en/stable/hubs/primehub.html#pybricks.hubs.PrimeHub.system.storage |
Beta Was this translation helpful? Give feedback.
-
|
Thank you. The team wanted something simple like executing a series of print statements wrapped in a function that runs a fixed interval of time (eg every 100 ms). This can execute in parallel with the robot doing the missions. They want to understand what is happening with robot state while connected to the conputer. They can generate this data to analyse robot behaviour when practicing and debuggibg their runs. |
Beta Was this translation helpful? Give feedback.
Thank you. The team wanted something simple like executing a series of print statements wrapped in a function that runs a fixed interval of time (eg every 100 ms). This can execute in parallel with the robot doing the missions. They want to understand what is happening with robot state while connected to the conputer. They can generate this data to analyse robot behaviour when practicing and debuggibg their runs.