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

Adjust packagexml

asked 2016-03-10 02:57:32 -0500

papaclaudia gravatar image

Hi! I'm following this tutorial http://wiki.ros.org/navigation/Tutori... and when I "catkin_create_pkg robot_setup_tf roscpp tf geometry_msgs" I have this message: "Please adjust the values in package.xml.". This file is:

<package>
<name>robot_setup_tf</name>
<version>0.0.0</version>
<description>The robot_setup_tf package</description>
<!-- One maintainer tag required, multiple allowed, one person per tag 
-->
<!-- Example:  -->
<!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> 
-->
<maintainer email="antonio@todo.todo">antonio</maintainer>
<!-- One license tag required, multiple allowed, one license per tag 
-->
<!-- Commonly used license strings: -->
<!--   BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 
-->
<license>TODO</license>
<!-- Url tags are optional, but mutiple are allowed, one per tag 
-->
<!-- Optional attribute type can be: website, bugtracker, or repository 
-->
<!-- Example: -->
<!-- <url type="website">http://wiki.ros.org/robot_setup_tf</url> 
--><!-- Author tags are optional, mutiple are allowed, one per tag 
--><!-- Authors do not have to be maintianers, but could be 
--><!-- Example: -->
<!-- <author email="jane.doe@example.com">Jane Doe</author> 
--><!-- The *_depend tags are used to specify dependencies 
--><!-- Dependencies can be catkin packages or system dependencies 
--><!-- Examples: -->
<!-- Use build_depend for packages you need at compile time: 
--><!--   <build_depend>message_generation</build_depend> 
--><!-- Use buildtool_depend for build tool packages: -->
<!--   <buildtool_depend>catkin</buildtool_depend> -->
<!-- Use run_depend for packages you need at runtime: -->
<!--   <run_depend>message_runtime</run_depend> -->
<!-- Use test_depend for packages you need only for testing: 
--><!--   <test_depend>gtest</test_depend> -->
<buildtool_depend>catkin</buildtool_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>tf</build_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>tf</run_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here 
--></export>
</package>

What I have to change? Can I leave it? Thank you!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2016-03-10 12:27:19 -0500

ahendrix gravatar image

Once you've created a package.xml, you should set the license (<license> tags) and the maintainer name (<maintainer> tags).

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-03-10 02:57:32 -0500

Seen: 1,106 times

Last updated: Mar 10 '16