On 01/22/2014 04:31 PM, Matthias Goldhoorn wrote: > I had in my controllerscript a method like this: > > > 40 module Robot > 41 def set_state(state, substate) > 42 State.lowlevel_state = state > 43 State.lowlevel_substate = substate > 44 end > 45 end > > As far as i remember i could call the method directly from the commandline. > Is this not possible anymore, what's the way to do this?
The only this feature could have ever worked is if you had def self.set_state(...) end Sylvain _______________________________________________ Rock-dev mailing list [email protected] http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev
