jfabry / LiveRobotProgramming

Live Robot Programming
http://pleiad.cl/lrp
8 stars 3 forks source link

Save visualization state when switching between machines. #125

Closed jfabry closed 8 years ago

jfabry commented 8 years ago

Record state positions in the viz before killing it (element position) and when reopening translate the states (translateTo: ?)

jfabry commented 8 years ago

Don't forget the camera: canvas camera position and canvas camera translateTo:(?)

jfabry commented 8 years ago

Partial fix is in LiveRobotics-UI-johanfabry.169 Layout needs to be frozen on redisplay for this to work though. Let's see if we can improve on it.

jfabry commented 8 years ago

Completion of fix is in LiveRobotics-UI-johanfabry.170. This also addresses part 2 of issue #135