RoboticsAcademy icon indicating copy to clipboard operation
RoboticsAcademy copied to clipboard

[Humble] Restarting the exercise automatically plays the code, while the play/pause button doesn't update

Open pawanw17 opened this issue 2 years ago • 1 comments

The play button is stuck if I press it again the the code will start from scratch

image

Should the code execution be stopped when restart is pressed?

This also leads to the widget not starting up when the exercise is restarted

pawanw17 avatar Jan 03 '24 20:01 pawanw17

Hopefully this issue will be solved with the upcoming RAM and exercise template refactoring. In the new RAM the execution management (play, pause, resume...) is done from the RAM mainly using Linux signals, instead of from the exercise template. And the reset has been reimplemented in a more solid way too.

Current pause only pauses the Gazebo simulator, not the robot application.

jmplaza avatar Jan 03 '24 22:01 jmplaza

Fixed with #2451

pawanw17 avatar Apr 22 '24 11:04 pawanw17