class Roby::Test::Goto2D
Public Instance Methods
speed()
click to toggle source
# File lib/roby/test/tasks/goto.rb, line 9 def speed; State.goto_speed end
x()
click to toggle source
# File lib/roby/test/tasks/goto.rb, line 10 def x; arguments[:x] end
y()
click to toggle source
# File lib/roby/test/tasks/goto.rb, line 11 def y; arguments[:y] end