hansonrobotics / HEAD

Full software stack for the Hanson Robotics robots
41 stars 39 forks source link

Enable/disable timelines in performance #755

Open vytasrgl opened 7 years ago

vytasrgl commented 7 years ago

Enable/Disable timelines in performance. On Performance queue allow enable/disable specific timelines. Disabled timelines should not be rendered on the merged timeline, so after the change the view would need to be updated. "enabled" property is optional in the timeline file and if its not present it means timeline is enabled. That ensures backward compatibility.

This will be exception for puppeteering view as enabled/disabled should be working on the puppeteering view because it may be useful to have it on run-time. Enable/Disabled should not be allowed while running the performance.

henrikldev commented 7 years ago

https://github.com/hansonrobotics/HEAD/pull/802

vytasrgl commented 7 years ago

it takes 2-3secs to update the view. Must be loading indicator for such actions

henrikldev commented 7 years ago

https://github.com/hansonrobotics/HEAD/pull/812