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
Next revisionBoth sides next revision
doc:beginner:package_for_turtlesim [2014/03/12 14:48] hmessdoc:beginner:package_for_turtlesim [2014/10/20 11:53] – Added the "Next" title for the last section of the tutorial. mpomarlan
Line 3: Line 3:
 **Description:** In this tutorial you will set up a ROS package to use the CRAM plan language within the lisp repl. **Description:** In this tutorial you will set up a ROS package to use the CRAM plan language within the lisp repl.
  
-**Next Tutorial:** [[doc:beginner:controlling_turtlesim_2|Controlling turtlesim from Lisp_2]]+**Next Tutorial:** [[doc:beginner:controlling_turtlesim_2|Controlling turtlesim from CRAM]]
  
 ===== Creating a ROS package ===== ===== Creating a ROS package =====
Line 78: Line 78:
 (in-package :tut) (in-package :tut)
 </code> </code>
 +
 +== Next ==
 +
  
 Now that we have created our first CRAM package, let's try controlling the ROS turtlesim from it... Now that we have created our first CRAM package, let's try controlling the ROS turtlesim from it...
  
-[[doc:beginner:controlling_turtlesim_2|Controlling turtlesim from Lisp_2]]+[[doc:beginner:controlling_turtlesim_2|Controlling turtlesim from CRAM]]