[Rock-dev] Syskit: change behaciour of syskit shell

Sylvain Joyeux sylvain.joyeux at dfki.de
Wed Jan 22 17:00:47 CET 2014


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


More information about the Rock-dev mailing list