Project

General

Profile

Revision 73adca60

ID73adca60560a991ea90a6b1b4340f9cfeb6efb3a
Parent f40977a9
Child 6257c97d

Added by Alex Zirbel over 11 years ago

Cleanups/TODOs.

View differences:

scout/scoutsim/BehaviorGUI.py
60 60
    if name in processes:
61 61
        processes[name].kill()
62 62
        processes[name].wait()
63
        # Running a new behavior while paused does not do anything and
64
        # Gives lots of behaviors.
63
        # TODO Running a new behavior while paused does not do anything and
64
        # Gives lots of errors.
65 65
    processes[name] = subprocess.Popen("rosrun libscout libscout " + name + " "
66 66
        + str(GetBehaviors().index(behavior) + 1) + "",
67 67
        shell=True) 

Also available in: Unified diff