SmirnoffYM / AI-simulator

2 stars 1 forks source link

The pause button #7

Closed SmirnoffYM closed 12 years ago

SmirnoffYM commented 12 years ago

There are some troubles to manipulate robot application, e.g. we cannot pause it's executing without losing it's parameters. We must decide what to do: 1) Remove the pause button. 2) Send "pause" message to the robot. 3) Kill the robot app and send "restore" message (which contains all robot's state before pause) if it must be resumed.

Until it is decided, clicking the pause button will produce nothing.

SmirnoffYM commented 12 years ago

Decided to remove the pause button.