|
1 | 1 | <?xml version="1.0"?> |
2 | | -<package> |
| 2 | +<package format="2"> |
3 | 3 | <name>turtlebot3_automatic_parking</name> |
4 | | - <version>0.0.0</version> |
| 4 | + <version>0.1.0</version> |
5 | 5 | <description> |
6 | | - Package for turtlebot3 automatic_parking. You need a reflective tape and real robots. |
7 | | - You can see parking spot using this pacakge on rviz. |
| 6 | + Package for turtlebot3 automatic_parking. You need a reflective tape and real robots. You can see parking spot using this pacakge on rviz. |
8 | 7 | </description> |
9 | | - <license>Apache License 2.0</license> |
10 | | - <author email="kkjong89@naver.com">Gilbert</author> |
| 8 | + <license>Apache 2.0</license> |
| 9 | + <author email="kkjong@robotis.com">Gilbert</author> |
11 | 10 | < maintainer email= "[email protected]">Pyo</ maintainer> |
12 | 11 | <url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_applications/issues</url> |
13 | 12 | <url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_applications</url> |
14 | 13 | <url type="website">http://turtlebot3.robotis.com</url> |
15 | 14 | <buildtool_depend>catkin</buildtool_depend> |
16 | | - <build_depend>rospy</build_depend> |
17 | | - <build_depend>sensor_msgs</build_depend> |
18 | | - <build_depend>std_msgs</build_depend> |
19 | | - <build_depend>nav_msgs</build_depend> |
20 | | - <build_depend>geometry_msgs</build_depend> |
21 | | - <run_depend>nav_msgs</run_depend> |
22 | | - <run_depend>geometry_msgs</run_depend> |
23 | | - <run_depend>rospy</run_depend> |
24 | | - <run_depend>sensor_msgs</run_depend> |
25 | | - <run_depend>std_msgs</run_depend> |
| 15 | + <depend>rospy</depend> |
| 16 | + <depend>std_msgs</depend> |
| 17 | + <depend>sensor_msgs</depend> |
| 18 | + <depend>geometry_msgs</depend> |
| 19 | + <depend>nav_msgs</depend> |
26 | 20 | </package> |
0 commit comments