diff options
author | Martin Miller | 2017-03-28 15:11:33 -0500 |
---|---|---|
committer | Martin Miller | 2017-03-28 15:11:33 -0500 |
commit | 64ef08ed07afe09cf92b9ca6cd8e41f89734302e (patch) | |
tree | c89f152634102efbb48e05642fd7f77cea497f72 /src/main.h | |
parent | fb4b8328bfa5a8930b87ec8b7465b8032f4873c5 (diff) | |
download | refslam-64ef08ed07afe09cf92b9ca6cd8e41f89734302e.zip refslam-64ef08ed07afe09cf92b9ca6cd8e41f89734302e.tar.gz |
Changes
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -15,6 +15,13 @@ #include "state.h" #include "types.h" +//#define ROS_PUBLISH /* Uncomment to publish ROS node */ +//#define ROS_SUBSCRIBE /* Uncomment to subscribe to ROS */ + +#if ROS_PUBLISH +#include <ros/ros.h> +#include <ros/geometry_msgs.h> +#endif /* ----- ROS_PUBLISH ----- */ using Eigen::Matrix; using Eigen::Matrix3d; |