Skip to content

Commit

Permalink
Removing xmlrpcpp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrton04 committed Jan 29, 2021
1 parent 6b7534a commit 35778b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ find_package(catkin REQUIRED COMPONENTS
std_srvs
tf2
tf2_geometry_msgs
tf2_ros
xmlrpcpp)
tf2_ros)

find_package(PkgConfig REQUIRED)
pkg_check_modules(YAML_CPP yaml-cpp)
Expand Down Expand Up @@ -112,7 +111,6 @@ catkin_package(
tf2
tf2_geometry_msgs
tf2_ros
xmlrpcpp
DEPENDS
${EIGEN_PACKAGE}
YAML_CPP
Expand Down
1 change: 0 additions & 1 deletion doc/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ depends:
- rosunit
- diagnostic_msgs
- geographic_msgs
- xmlrpcpp
- python-catkin-pkg
- geometry_msgs
- rosbag
Expand Down
1 change: 0 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>xmlrpcpp</depend>
<depend>yaml-cpp</depend>

<build_depend>geographiclib</build_depend>
Expand Down

0 comments on commit 35778b0

Please sign in to comment.