Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
tutorials:beginner:process_modules_2 [2019/07/09 18:18] – [Writing a process module for the turtlesim] gkazhoyatutorials:beginner:process_modules_2 [2019/07/09 18:59] – [A process module for the turtlesim] gkazhoya
Line 26: Line 26:
 Once again, some new dependencies must be declared in the tutorial files you've been working on.  Once again, some new dependencies must be declared in the tutorial files you've been working on. 
  
-In your ''package.xml'' file you need to add build and runtime dependencies on ''cram_process_modules'':+In your ''package.xml'' file you need to add a dependency on ''cram_process_modules'':
  
 <code> <code>
Line 114: Line 114:
 <code lisp> <code lisp>
 TUT> (drive 5 2) TUT> (drive 5 2)
-[(TURTLE-PROCESS-MODULES) INFO] 1499958119.336: TurtleSim navigation invoked with motion designator `#<MOTION-DESIGNATOR ((TYPE +[(TURTLE-PROCESS-MODULES) INFO] 1562698751.679: TurtleSim navigation invoked with motion designator `#<MOTION 
-                                                                           DRIVING) +    (TYPE DRIVING) 
-                                                                          (SPEED +    (SPEED 5) 
-                                                                           5) +    (ANGLE 2)>'.
-                                                                          (ANGLE +
-                                                                           2)) {1006979703}>'.+
 1 1
 </code> </code>