ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

You need to first load the package before you can use it in a function call:

(ros-load:load-system "roslisp_utilities" :roslisp-utilities)

This is explained in the following tutorial:

http://cram-system.org/tutorials/beginner/package_for_turtlesim

Please note that the intermediate tutorials require more in-depth understanding of CRAM. Additionally, the tutorial that you picked is tagged with version v0.6.0, whereas the current version on the master branch is v0.7.0, so some parts of the tutorial might be outdated and might not work.

HTH, Gaya