Commit Graph

63 Commits (ecb62492fc62c3be57eaeeee3d5925bc81d28ec4)

Author SHA1 Message Date
cbeall3 d24b799988 Merge remote-tracking branch 'origin/develop' into feature/TemplatedSmartFactors 2014-11-14 14:35:25 -05:00
Sungtae An 3dbc9929a4 Rename ImplicitSchurFactor to RegularImplicitSchurFactor ('Regular' means fixed-size) 2014-11-10 23:37:42 -05:00
Luca 61d9cdd20f included sensor to body transformation in smartProjectionPoseFactors (with unit test) 2014-11-07 19:27:16 -05:00
cbeall3 70956bb447 minor fixes for clang in C++11 mode on Mac 2014-09-08 15:52:07 -04:00
cbeall3 089ac4e743 Additionally templated JacobianFactorSVD on measurement type, and Jacobian_SVD unit tests now pass for SmartStereoFactor 2014-07-15 14:43:01 -04:00
cbeall3 d191b0cebb space between double angle-brackets 2014-07-10 07:58:56 -04:00
Stephen Camp 2eef2c14b5 Fixed abort due to unaligned memory allocation in SmartFactorBase 2014-07-01 08:40:27 -04:00
Stephen Camp c13569df4c Converted stereo factors to use stereo points and cameras; added operator<< to StereoPoint2 (STILL CAUSES LNK ERROR) 2014-06-05 09:25:06 -04:00
cbeall3 49ae04dc47 start commenting out some unused code 2014-06-03 16:51:03 -04:00
cbeall3 6d33b3c24e template base class on Camera instead of Calibration 2014-06-03 16:13:50 -04:00
cbeall3 fb50e20c82 template on measurement so we can later have StereoPoint2 instead of Point2 2014-06-03 15:24:41 -04:00
Chris Beall 470527ff99 fix warnings on Windows. No need to create variable in catch statement if you're not going to use it. It generates unreferenced variable warnings. 2014-06-01 11:30:04 -04:00
cbeall3 87f5818776 Move smart projection factor 2014-05-31 15:33:19 -04:00