Closed pattacini closed 7 years ago
Rather than always allocating / deallocating a thread when asked to start / stop e.g. the visualization, you could better use suspend() and resume() methods.
suspend()
resume()
Fixed. The thread is suspended and resumed when visualization is enabled and disabled. Successfully tested on the robot.
Rather than always allocating / deallocating a thread when asked to start / stop e.g. the visualization, you could better use
suspend()
andresume()
methods.