Skip to content

Commit 05a42eb

Browse files
authored
Merge pull request #62 from ethz-asl/fix/mav_msgs_dep
Fix/mav msgs dep
2 parents 14951b9 + 25d0b8a commit 05a42eb

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

install/dependencies.rosinstall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
- git: {local-name: catkin_simple, uri: 'git@github.com:catkin/catkin_simple.git', version: 0e62848b12da76c8cc58a1add42b4f894d1ac21e}
22
- git: {local-name: cgal_catkin, uri: 'git@github.com:ethz-asl/cgal_catkin.git', version: releases/CGAL-5.0.3}
3-
- git: {local-name: polygon_coverage_planning, uri: 'git@github.com:ethz-asl/polygon_coverage_planning.git', version: v2.0.3}
3+
- git: {local-name: polygon_coverage_planning, uri: 'git@github.com:ethz-asl/polygon_coverage_planning.git', version: v2.0.4}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
- git: {local-name: catkin_simple, uri: 'https://github.com/catkin/catkin_simple.git', version: 0e62848b12da76c8cc58a1add42b4f894d1ac21e}
22
- git: {local-name: cgal_catkin, uri: 'https://github.com/ethz-asl/cgal_catkin.git', version: releases/CGAL-5.0.3}
3-
- git: {local-name: polygon_coverage_planning, uri: 'https://github.com/ethz-asl/polygon_coverage_planning.git', version: v2.0.3}
3+
- git: {local-name: polygon_coverage_planning, uri: 'https://github.com/ethz-asl/polygon_coverage_planning.git', version: v2.0.4}

polygon_coverage_ros/src/ros_interface.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
#include <limits>
2424

2525
#include <geometry_msgs/Point.h>
26-
#include <mav_msgs/conversions.h>
27-
#include <mav_msgs/eigen_mav_msgs.h>
2826
#include <polygon_coverage_geometry/boolean.h>
2927
#include <polygon_coverage_geometry/cgal_comm.h>
3028
#include <polygon_coverage_geometry/cgal_definitions.h>

0 commit comments

Comments
 (0)