jsren / sdp-vision

http://www.youtube.com/watch?v=dQw4w9WgXcQ
1 stars 0 forks source link

Allow planner (& vision) to write log messages to a UI (instead of console) #18

Open jsren opened 8 years ago

jsren commented 8 years ago

This UI should ideally be in a new tab, should be scrollable and should have a 'clear' button that empties it. You should also create a .log(msg, [type=info]) function on the interface which allows the planner to log to the UI.

See also: https://github.com/Ramsey144/SDP-2016-9E/issues/36

jsren commented 8 years ago

@jwgreens: Something you might be interested in?

relnaggar commented 8 years ago

no longer necessary, the main launcher now logs everything to a file as well as printing, and this is working well enough to help debug everything as the console will still be required to take user input, logging to the UI can't replace the console