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 need logging and a log viewer so that it's easy to tell what the robot did and why. I probably will write the log viewer in python and log to CSV files in each update() function
It might be good to build a base class (like "component") that has logging by default so it's easier, but eventually I want to put this project in ROS so maybe a separate package would be better
The text was updated successfully, but these errors were encountered:
I need logging and a log viewer so that it's easy to tell what the robot did and why. I probably will write the log viewer in python and log to CSV files in each update() function
It might be good to build a base class (like "component") that has logging by default so it's easier, but eventually I want to put this project in ROS so maybe a separate package would be better
The text was updated successfully, but these errors were encountered: