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?

Matthias

-- 
  Dipl.-Inf. Matthias Goldhoorn
  Space and Underwater Robotic

  Universität Bremen
  FB 3 - Mathematik und Informatik
  AG Robotik
  Robert-Hooke-Straße 5
  28359 Bremen, Germany

  Tel.:     +49 421 178 45-4193
  Zentrale: +49 421 178 45-6550
  Fax:      +49 421 178 45-4150
  E-Mail:   [email protected]

  Weitere Informationen: http://www.informatik.uni-bremen.de/robotik

_______________________________________________
Rock-dev mailing list
[email protected]
http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev

Reply via email to