introlab / opentera-webrtc-teleop-frontend

OpenTera VUE3.js Frontend to be used with opentera-webrtc signaling server (local or on the Internet)
Apache License 2.0
4 stars 1 forks source link

Make WaypointOverlay more efficient #30

Open JeremieBourque1 opened 2 years ago

JeremieBourque1 commented 2 years ago

WaypointOverlay draws the canvas continously at a fixed rate (30 Hz be default) even when there are no changes. This is very inefficient and uses the cpu more than it should. The canvas should only be drawn when there is a change.