From 3b3cd8d129c47a0e2c7648528c41b58082cc5621 Mon Sep 17 00:00:00 2001 From: Vincent Rabaud Date: Sun, 16 Sep 2012 00:55:55 +0000 Subject: [PATCH] revert to the angles package git-svn-id: https://code.ros.org/svn/ros-pkg/stacks/laser_pipeline/trunk@40134 eb33c2ac-9c88-4c90-87e0-44a10359b0c3 --- manifest.xml | 2 +- test/projection_test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.xml b/manifest.xml index c7b9450..29a1739 100644 --- a/manifest.xml +++ b/manifest.xml @@ -14,7 +14,7 @@ for the skew resulting from moving robots or tilting laser scanners. - + diff --git a/test/projection_test.cpp b/test/projection_test.cpp index c6f5218..09cadb3 100644 --- a/test/projection_test.cpp +++ b/test/projection_test.cpp @@ -35,7 +35,7 @@ #include -#include "geometry_angles_utils/angles.h" +#include #include "rostest/permuter.h"