Frank Dellaert
a5737fc8fb
Merged in feature/IMUenhanced (pull request #92 )
...
added missing Jacobian when 2ndOrderIntegration = true
2015-02-10 16:37:05 +01:00
Chris Beall
5554c7af9b
Add GTSAM_EXPORT for Windows build
2015-02-07 23:35:01 -05:00
Chris Beall
12020ee7a3
duplicate symbol errors on Windows
2015-02-07 23:31:53 -05:00
cbeall3
5afc3c4cea
again: overlooked Dim -> dimension because this factor has no unit test!
2015-01-28 16:48:12 -05:00
Luca
3608429ae7
Merge branch 'develop'
2015-01-26 10:20:50 -05:00
cbeall3
b1cea2bee7
overlooked Dim -> dimension because this factor has no unit test!
2015-01-23 14:29:25 -05:00
Frank Dellaert
acf1368dd5
Merged in feature/camera_flying_example (pull request #88 )
...
Flying Camera Example
2015-01-23 04:46:20 +01:00
lvzhaoyang
0f100e8228
add the scale of visualization for covariance matrix
2015-01-22 20:39:02 -05:00
lvzhaoyang
cf26dec49e
add noise to incremental poses. more realistic
2015-01-22 20:25:01 -05:00
lvzhaoyang
fd6b377d4b
check under constrained measurement in monocular camera setup
2015-01-22 16:53:36 -05:00
lvzhaoyang
34ae976f6a
fix the indeterminant system in stereo case
2015-01-22 15:35:28 -05:00
lvzhaoyang
d47e4d4853
changes to monocular camera
2015-01-22 15:00:21 -05:00
lvzhaoyang
e74d64c90b
add labels
2015-01-22 11:24:43 -05:00
lvzhaoyang
fa023aac1a
change lightings and add flying through sequence
2015-01-22 00:25:06 -05:00
lvzhaoyang
2627f9a9cd
flying camera view changes
2015-01-21 16:18:03 -05:00
balderdash-devil
e1ae980d45
Fix for #204
...
int to size_t conversions and few others
2015-01-21 13:16:13 -05:00
balderdash-devil
be37e1ed05
Fix for Issue #201
...
It seems like MSVC was unable to identify the template specialization
for the 'const' keyword. So added a specialization in each of these
files for that
2015-01-21 13:02:35 -05:00
lvzhaoyang
5cde63acd2
plot incremental position
2015-01-21 00:14:37 -05:00
lvzhaoyang
47c68f678c
generate a flying camera video
2015-01-20 14:06:39 -05:00
lvzhaoyang
73455833fc
ploting trajectories animation
2015-01-19 23:56:04 -05:00
lvzhaoyang
1c5cdb830b
change of point density to make it plotable
2015-01-19 16:52:48 -05:00
lvzhaoyang
b202bbd5f1
add in simulated camera options
2015-01-19 16:18:18 -05:00
Frank Dellaert
47811e3a64
Merged in fix/c++11-narrowing (pull request #90 )
...
Fix the c++ type narrowing error on OSX/clang
2015-01-19 19:05:42 +01:00
Jing Dong
f8e8729c8d
fix Unit3 and EssentialMatrix serialization
2015-01-19 12:11:21 -05:00
Paul Furgale
ab23788d5f
Formatting
2015-01-19 12:41:04 +01:00
Paul Furgale
a30f7436a4
Addressing code review
2015-01-19 12:39:43 +01:00
Luca
8de7e2e0d2
deleted useless multiplication by identity
2015-01-17 18:04:43 -05:00
dellaert
7382f38de4
Avoid warning on windows
2015-01-16 19:17:05 +01:00
Paul Furgale
aba2201509
Fix for the OSX/clang c++ narrowing error
2015-01-16 15:43:42 +01:00
Chris Beall
7cdbac4b5c
Fix warnings by latest CMake 3.1. Variables should be unquoted: Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted.
2015-01-16 09:33:02 -05:00
Michael Bosse
5ea30af837
Merged in fix/chart_dead_code (pull request #89 )
...
removed dead code from old default charts in Values
2015-01-16 13:25:49 +01:00
dellaert
d42391d28d
Added test of Cal3Unified and cleaned up a bit
2015-01-15 16:20:22 +01:00
dellaert
d0579dff50
Wrapping Cal3Unified as a derived class of Cal3DS2_Base
2015-01-15 16:17:53 +01:00
lvzhaoyang
26df490c55
remove dulipcate points in stereo camera set up
2015-01-15 01:20:29 -05:00
lvzhaoyang
27b3b5ebed
plot the points covariance
2015-01-15 01:20:29 -05:00
lvzhaoyang
7eec7f7b45
to check single measurement constraint.
2015-01-15 01:20:29 -05:00
lvzhaoyang
3cb1f96371
to make a straight line trajectory
2015-01-15 01:20:29 -05:00
Mike Bosse
e575f27e4a
removed dead code from old default charts in Values
2015-01-14 14:43:42 +01:00
dellaert
4b0075a2f4
Merge remote-tracking branch 'origin/develop' into feature/camera_flying_example
2015-01-14 10:15:06 +01:00
lvzhaoyang
86f580b9ae
stereo view works fine. but monocular camera still sufferes from the indeterminant system problem
2015-01-14 00:19:17 -05:00
lvzhaoyang
2378d59632
remove the redudant empty cells
2015-01-14 00:08:35 -05:00
lvzhaoyang
ea556c71d7
Stereo camera visibility tests passed
2015-01-13 23:36:19 -05:00
lvzhaoyang
4a5d94ea59
test visibility. monocular camera visibility tests passed
2015-01-13 23:25:44 -05:00
Sungtae An
d79b9fc04b
Merged in feature/RegularFactors (pull request #68 )
...
Regular (raw memory access) Factors
2015-01-13 22:11:01 -05:00
lvzhaoyang
da06689677
update the stereo model and occlusion detection
2015-01-13 21:21:48 -05:00
Frank Dellaert
8ae2deb5e3
Merged in fix/Symbols (pull request #87 )
...
Compile with latest Boost version on Mac
2015-01-14 01:32:52 +01:00
balderdash-devil
69deb225b8
changed bind to boost::bind
2015-01-13 19:23:52 -05:00
balderdash-devil
9c4942021a
fixed some coding error
2015-01-13 19:23:23 -05:00
balderdash-devil
8bd03e7e50
dllimport does not allow definition in header
2015-01-13 19:22:46 -05:00
lvzhaoyang
d62cb440db
interface update
2015-01-13 16:33:47 -05:00