Re: [ros-users] ROS Wiki actionlib docu

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Brian Gerkey
Date:  
To: ros-users
Subject: Re: [ros-users] ROS Wiki actionlib docu
On Tue, Jun 15, 2010 at 3:02 AM, Christian Verbeek
<> wrote:
> In http://www.ros.org/wiki/actionlib it should say
>
> rosbuild_find_ros_package(actionlib)
> include(${actionlib_PACKAGE_PATH}/cmake/actionbuild.cmake)
> genaction()
>
> And you could make a note that the .action file must not contain windows
> line ending characters. Otherwise the generated message header files are
> broken.


hi Christian,

The wiki is editable by anyone who is logged in, and anyone can create
themselves an account. So when you see something that's wrong, and
you know what it should be, feel free to fix it yourself.

But you need to be careful that the fix is correct. In this case,
the existing documentation is correct for boxturtle, and the change
that you suggest is (nearly*) correct for cturtle. So the
documentation should be updated to give both forms, annotated by
version.

* I say nearly correct, because starting with ROS 1.1.8, you can
switch to rosbuild_include():
http://www.ros.org/wiki/rosbuild/CMakeLists#rosbuild_include . Of
course, actionlib_msgs will need to start exporting cmake_directory
appropriately.

    brian.