diff options
author | Martin Miller | 2017-04-07 17:28:23 -0500 |
---|---|---|
committer | Martin Miller | 2017-04-07 17:28:23 -0500 |
commit | 728cc9930cbea478ca732b6c19bab275ef50c6d0 (patch) | |
tree | 1a1224f18af30cb2690f70380f301b8947513229 /src/main.h | |
parent | de6c9b3848dccf6140525f5ed020258625b3c48b (diff) | |
download | refslam-728cc9930cbea478ca732b6c19bab275ef50c6d0.zip refslam-728cc9930cbea478ca732b6c19bab275ef50c6d0.tar.gz |
Begin Vision class.
This class can display measurements and featuers and find new features.
When complete it will also perform measurements.
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ #include "ourerr.hpp" #include "state.h" #include "types.h" - +#include "vision.h" //#define ROS_PUBLISH /* Uncomment to publish ROS node */ //#define ROS_SUBSCRIBE /* Uncomment to subscribe to ROS */ @@ -37,7 +37,7 @@ #define ACCBIASY 0.01465135 #define ACCBIASZ -1*-0.00709229 -#define CANOECENTER 0.95 /* center of gravity of canoe */ +#define CANOECENTER 0.88 /* center of gravity of canoe */ #define CANOEHEIGHT -0.40 //#define CANOEHEIGHT -0.75 #define DOWNSAMPLE 1 /* */ |