Skip to content

Commit

Permalink
fixes uzh-rpg#17 - building without ROS
Browse files Browse the repository at this point in the history
  • Loading branch information
cfo committed Jun 18, 2014
1 parent ac5453e commit 90d64a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions svo/test/test_depth_filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
#include <vector>
#include <string>
#include <boost/bind.hpp>
#include <boost/make_shared.hpp>
#include <boost/shared_ptr.hpp>
#include <vikit/pinhole_camera.h>
#include <vikit/abstract_camera.h>
#include <vikit/atan_camera.h>
Expand Down
4 changes: 2 additions & 2 deletions svo/test/test_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

#include <string.h>
#include <cstdlib> // for getenv
#include <ros/package.h>
#ifdef SVO_USE_ROS
#include <vikit/params_helper.h>
# include <ros/package.h>
# include <vikit/params_helper.h>
#endif

namespace svo {
Expand Down

0 comments on commit 90d64a9

Please sign in to comment.