Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorials:beginner:motion_designators [2019/07/10 15:15] – gkazhoya | tutorials:beginner:motion_designators [2022/02/25 23:14] (current) – [Creating motion designators for the TurtleSim] schimpf | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| **Previous Tutorial:** [[tutorials: | **Previous Tutorial:** [[tutorials: | ||
| **Next Tutorial:** [[tutorials: | **Next Tutorial:** [[tutorials: | ||
| + | |||
| + | To run the code in the tutuorial the roscore and the turtlesim need to be started in the terminal. Each in their own tab. | ||
| + | <code bash> | ||
| + | $ roscore | ||
| + | </ | ||
| + | <code bash> | ||
| + | $ rosrun turtlesim turtlesim_node | ||
| + | </ | ||
| ===== Designators: | ===== Designators: | ||
| Line 50: | Line 58: | ||
| <code lisp> | <code lisp> | ||
| (defsystem cram-my-beginner-tutorial | (defsystem cram-my-beginner-tutorial | ||
| - | :depends-on (cram-language roslisp turtlesim-msg geometry_msgs-msg cl-transforms | + | :depends-on (cram-language roslisp turtlesim-msg |
| + | geometry_msgs-msg cl-transforms | ||
| | | ||
| :components | :components | ||

