Skip to content

Commit

Permalink
cleaned up codes
Browse files Browse the repository at this point in the history
  • Loading branch information
medegw01 committed Dec 13, 2017
1 parent add9ae4 commit b1365a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 47 deletions.
6 changes: 3 additions & 3 deletions catkin_ws/src/pathify/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ generate_messages(
roscpp
)

################################################
## Declare ROS dynamic reconfigure parameters ##
################################################
#################################################
## Declare ROS dynamic reconfigure parameters ##
#################################################

## To declare and build dynamic reconfigure parameters within this
## package, follow these steps:
Expand Down
48 changes: 4 additions & 44 deletions catkin_ws/src/pathify/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,50 +4,11 @@
<version>0.0.0</version>
<description>The pathify package</description>

<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
<!-- <maintainer email="[email protected]">Jane Doe</maintainer> -->
<maintainer email="[email protected]">Jong Seo Yoon</maintainer>
<!-- Jong's email is used. Any email can do -->
<maintainer email="[email protected]">Jong Seo Yoon</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>BSD</license>


<!-- Url tags are optional, but multiple are allowed, one per tag -->
<!-- Optional attribute type can be: website, bugtracker, or repository -->
<!-- Example: -->
<!-- <url type="website">http://wiki.ros.org/pathify</url> -->


<!-- Author tags are optional, multiple are allowed, one per tag -->
<!-- Authors do not have to be maintainers, but could be -->
<!-- Example: -->
<!-- <author email="[email protected]">Jane Doe</author> -->


<!-- The *depend tags are used to specify dependencies -->
<!-- Dependencies can be catkin packages or system dependencies -->
<!-- Examples: -->
<!-- Use depend as a shortcut for packages that are both build and exec dependencies -->
<!-- <depend>roscpp</depend> -->
<!-- Note that this is equivalent to the following: -->
<!-- <build_depend>roscpp</build_depend> -->
<!-- <exec_depend>roscpp</exec_depend> -->
<!-- Use build_depend for packages you need at compile time: -->
<!-- <build_depend>message_generation</build_depend> -->
<!-- Use build_export_depend for packages you need in order to build against this package: -->
<!-- <build_export_depend>message_generation</build_export_depend> -->
<!-- Use buildtool_depend for build tool packages: -->
<!-- <buildtool_depend>catkin</buildtool_depend> -->
<!-- Use exec_depend for packages you need at runtime: -->
<!-- <exec_depend>message_runtime</exec_depend> -->
<!-- Use test_depend for packages you need only for testing: -->
<!-- <test_depend>gtest</test_depend> -->
<!-- Use doc_depend for packages you need only for building documentation: -->
<!-- <doc_depend>doxygen</doc_depend> -->
<!-- tools and packages needed for this project -->
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
Expand All @@ -67,8 +28,7 @@
<exec_depend>geometry_msgs</exec_depend>


<!-- The export tag contains other, unspecified, tags -->
<export>
<export>
<!-- Other tools can request additional information be placed here -->

</export>
Expand Down

0 comments on commit b1365a9

Please sign in to comment.