[Rock-dev] [rock] #355: roby: either raise or allow passing action state machine arguments to #with_arguments

rock noreply at opendfki.de
Mon Oct 21 10:29:07 CEST 2013


#355: roby: either raise or allow passing action state machine arguments to
#with_arguments
----------------------------+-----------------------------------
 Reporter:  sylvain.joyeux  |      Owner:  rock-dev-mailing-list
     Type:  defect          |     Status:  new
 Priority:  major           |  Milestone:
Component:  base            |   Keywords:
----------------------------+-----------------------------------
 The following code, inside an action state machine with arguments
 'position' and 'orientation', passes at load time but fails at runtime
 because the arguments are not actually passed (only the Variable objects
 are).

 {{{
 writer = task(PoseWriter.
     with_arguments('position' => position,
                    'orientation' => orientation))
 }}}

 It should either raise or work.

-- 
Ticket URL: <http://rock.opendfki.de/ticket/355>
rock <http://rock.opendfki.de>
rock: the robot construction kit


More information about the Rock-dev mailing list