Commit Graph

18544 Commits (f2ac38fbfbbfa37ec41523bd0231ab9b0f8eea68)

Author SHA1 Message Date
p-zach f2ac38fbfb Set up MyST deploy 2025-02-10 19:57:18 -05:00
Varun Agrawal 82fcedf2da
Merge pull request #2019 from borglab/city10000-py 2025-02-09 13:42:48 -05:00
Varun Agrawal 2d18a0ce10 add local .gitignore to ignore results files 2025-02-09 12:19:20 -05:00
Varun Agrawal 139acc5346 fix docstring 2025-02-09 12:18:14 -05:00
Varun Agrawal 0f4792a0a8 move to python examples directory 2025-02-09 12:14:11 -05:00
Varun Agrawal 517c0ef917 improve plot_city10000 script 2025-02-09 12:13:23 -05:00
Varun Agrawal a24ed0af2b use loop 2025-02-09 12:07:31 -05:00
Varun Agrawal 2e10cbb295 use command line args 2025-02-09 12:00:07 -05:00
Varun Agrawal e67e4cd41d parse command line arguments 2025-02-09 11:53:12 -05:00
Varun Agrawal 6e587cfcb6 module docstring 2025-02-09 11:49:34 -05:00
Varun Agrawal 7809769347 City10000 plotting script 2025-02-09 11:47:51 -05:00
Varun Agrawal 74637d82d6 move HybridSmoother method definitions to cpp file 2025-02-09 11:44:03 -05:00
Varun Agrawal 582d67eea4 undo C++ changes and add additional reInitialize method 2025-02-09 11:41:47 -05:00
Varun Agrawal 8533ae80b6 update C++ script 2025-02-08 23:28:24 -05:00
Varun Agrawal ea16de3bfd wrap more HybridSmoother methods 2025-02-08 23:28:16 -05:00
Varun Agrawal 24b31b238f wrap negLogConstant in noiseModel 2025-02-08 23:21:36 -05:00
Varun Agrawal e5289aeb85 wrap HybridNonlinearFactorGraph methods 2025-02-08 23:21:26 -05:00
Varun Agrawal 425a5c692e fix bugs 2025-02-08 23:21:15 -05:00
Varun Agrawal 9efd9fc7b1 finish up script 2025-02-08 22:57:46 -05:00
Varun Agrawal 085482c2ea implement City10000Dataset class 2025-02-08 22:57:17 -05:00
Varun Agrawal e8583d9a4e basic skeleton of python script 2025-02-08 22:44:05 -05:00
Varun Agrawal ed1f8734c9 wrap HybridSmoother 2025-02-08 22:43:19 -05:00
Varun Agrawal a35e5a6b08 remove rvalue argument so we can wrap method 2025-02-08 22:42:36 -05:00
Varun Agrawal 2998d988dd
Merge pull request #2010 from borglab/city10000
Updates to City10000 Example
2025-02-07 12:28:05 -05:00
Frank Dellaert 885e8ef9f6
Merge pull request #2002 from jmackay2/gcc13_memcpy_warning
Silence a warning about a memcpy overread for gcc 13
2025-02-06 23:11:57 -05:00
jmackay2 d22546edad guard warning supression with a gcc version 2025-02-06 21:44:52 -05:00
Varun Agrawal a7b38e9ba0 update plotting script 2025-02-06 18:00:21 -05:00
Varun Agrawal 704f3c907c remove need for boost 2025-02-06 17:44:45 -05:00
Varun Agrawal 4a7064e8b0 remove const qualifier from isWithAmbiguity so we can update it in parseArguments 2025-02-06 17:38:52 -05:00
Varun Agrawal f7b798e089 parseArguments function 2025-02-06 17:10:37 -05:00
Varun Agrawal 54c603d627 make isWithAmbiguity a constructor arg 2025-02-06 17:02:39 -05:00
Varun Agrawal 7f8796c223 fix initialization 2025-02-06 16:58:49 -05:00
Varun Agrawal d511779f40 better naming 2025-02-06 16:58:29 -05:00
Varun Agrawal 2fefb69d31 remove need for std:: namespace 2025-02-06 16:56:17 -05:00
Varun Agrawal 5480449445 small fixes to City10000.h 2025-02-06 16:45:27 -05:00
Varun Agrawal 2b918f1e99 rename filenames 2025-02-06 16:40:35 -05:00
Varun Agrawal c0321443bd rename variables 2025-02-06 16:39:49 -05:00
Varun Agrawal 67ffd1e1ae convert graph and isam2 from pointer to object 2025-02-06 16:35:56 -05:00
Varun Agrawal 98904e08bf get data from dataset 2025-02-06 16:34:59 -05:00
Varun Agrawal a18857a117 major refactor to add Experiment class 2025-02-06 16:32:24 -05:00
Varun Agrawal fa371e1415 move more things to City10000 header 2025-02-06 16:24:45 -05:00
Varun Agrawal c1fa4ec707 City10000 header file 2025-02-03 17:46:02 -05:00
Varun Agrawal 69424c6b29 Merge branch 'develop' into city10000 2025-02-03 16:02:03 -05:00
Varun Agrawal aa7fccb273 update output message 2025-02-03 11:34:22 -05:00
Varun Agrawal 814a734d68
Merge pull request #2017 from borglab/feature/city_relin 2025-02-03 11:31:10 -05:00
Frank Dellaert 6f11b4a870 Fix some merging-dependent tests 2025-02-02 21:29:24 -05:00
Varun Agrawal f8ca8d6916 remove unneeded symbol 2025-02-02 14:44:30 -05:00
Frank Dellaert 43544ae194 Add restrict 2025-02-02 12:23:27 -05:00
Frank Dellaert 6b0be53fbd Make threshold tighter not looser 2025-02-02 12:06:40 -05:00
Frank Dellaert b1d0574d5c Threshold 2025-02-01 02:52:43 -05:00