-
Notifications
You must be signed in to change notification settings - Fork 120
Factor Graph SLAM with GTSAM #834
base: master
Are you sure you want to change the base?
Commits on Nov 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6070745 - Browse repository at this point
Copy the full SHA 6070745View commit details
Commits on Dec 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3a3c7a7 - Browse repository at this point
Copy the full SHA 3a3c7a7View commit details
Commits on Dec 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c077556 - Browse repository at this point
Copy the full SHA c077556View commit details -
Configuration menu - View commit details
-
Copy full SHA for 088d2bd - Browse repository at this point
Copy the full SHA 088d2bdView commit details
Commits on Dec 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 41c4ad5 - Browse repository at this point
Copy the full SHA 41c4ad5View commit details
Commits on Jan 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c7d5d64 - Browse repository at this point
Copy the full SHA c7d5d64View commit details
Commits on Jan 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a726570 - Browse repository at this point
Copy the full SHA a726570View commit details
Commits on Feb 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bb3ca97 - Browse repository at this point
Copy the full SHA bb3ca97View commit details
Commits on Feb 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 68caa59 - Browse repository at this point
Copy the full SHA 68caa59View commit details -
Merge branch 'master' of https://github.com/RoboJackets/igvc-software …
…into feat/slam-gtsam
Configuration menu - View commit details
-
Copy full SHA for 32fad41 - Browse repository at this point
Copy the full SHA 32fad41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 588fae3 - Browse repository at this point
Copy the full SHA 588fae3View commit details
Commits on Mar 1, 2020
-
Merge branch 'master' of https://github.com/RoboJackets/igvc-software …
…into feat/slam-gtsam
Configuration menu - View commit details
-
Copy full SHA for bb3437c - Browse repository at this point
Copy the full SHA bb3437cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 750170d - Browse repository at this point
Copy the full SHA 750170dView commit details
Commits on Mar 2, 2020
-
Merge branch 'master' of https://github.com/RoboJackets/igvc-software …
…into feat/slam-gtsam
Configuration menu - View commit details
-
Copy full SHA for 2d73c2a - Browse repository at this point
Copy the full SHA 2d73c2aView commit details
Commits on Mar 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 298156d - Browse repository at this point
Copy the full SHA 298156dView commit details
Commits on Mar 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3420a16 - Browse repository at this point
Copy the full SHA 3420a16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d635ea - Browse repository at this point
Copy the full SHA 5d635eaView commit details
Commits on Mar 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 416af9a - Browse repository at this point
Copy the full SHA 416af9aView commit details
Commits on Mar 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 72163da - Browse repository at this point
Copy the full SHA 72163daView commit details -
Merge branch 'master' of https://github.com/RoboJackets/igvc-software …
…into feat/slam-gtsam
Configuration menu - View commit details
-
Copy full SHA for d0261e1 - Browse repository at this point
Copy the full SHA d0261e1View commit details
Commits on Mar 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ed21025 - Browse repository at this point
Copy the full SHA ed21025View commit details -
Configuration menu - View commit details
-
Copy full SHA for fecb424 - Browse repository at this point
Copy the full SHA fecb424View commit details
Commits on Apr 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a494974 - Browse repository at this point
Copy the full SHA a494974View commit details
Commits on Apr 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 50e7fb1 - Browse repository at this point
Copy the full SHA 50e7fb1View commit details
Commits on May 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a49dcc4 - Browse repository at this point
Copy the full SHA a49dcc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3224a2b - Browse repository at this point
Copy the full SHA 3224a2bView commit details
Commits on Jun 2, 2020
-
Change a param in igvc_control.launch
The wheel radius was accidentally set to the wheel diameter causing the robot to move slowly. This commit will change the param to its correct value.
Configuration menu - View commit details
-
Copy full SHA for 5780b8b - Browse repository at this point
Copy the full SHA 5780b8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 746e8aa - Browse repository at this point
Copy the full SHA 746e8aaView commit details
Commits on Jul 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 91c0ffe - Browse repository at this point
Copy the full SHA 91c0ffeView commit details
Commits on Apr 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a17ff50 - Browse repository at this point
Copy the full SHA a17ff50View commit details
Commits on Apr 17, 2021
-
Changed frame_ids so can visualize odom in rviz. Added magnetometer r…
…eadings into ekf_localization_node_params so initial orientation accounted for in robot_localization pose_ekf
Configuration menu - View commit details
-
Copy full SHA for 0a598ba - Browse repository at this point
Copy the full SHA 0a598baView commit details -
Configuration menu - View commit details
-
Copy full SHA for f44172c - Browse repository at this point
Copy the full SHA f44172cView commit details
Commits on May 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c23efe0 - Browse repository at this point
Copy the full SHA c23efe0View commit details
Commits on May 23, 2021
-
Removed navsat_transform_node stuff and integrated raw gps and wheel …
…odom measurements directly. Weird stuff happening with gps still.
Configuration menu - View commit details
-
Copy full SHA for cfa49d1 - Browse repository at this point
Copy the full SHA cfa49d1View commit details
Commits on Jun 4, 2021
-
Realized that there was a problem with the hector gazebo plugin which was producing the wrong latitudes and longitudes in the simulation. The wrong behavior was that along the +X axis (East) latitude increased and along the +Y axis (North) longitude decreased. Instead we needed for +X to increase longitude and +Y to increase latitude. Thus I had to set the reference_heading in the jessii.urdf.xacro file to be 90 to fix this issue. Weird how its been going on for so long. Surprised nobody caught this for so long.::
Configuration menu - View commit details
-
Copy full SHA for feee90b - Browse repository at this point
Copy the full SHA feee90bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5d2850 - Browse repository at this point
Copy the full SHA d5d2850View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22959d3 - Browse repository at this point
Copy the full SHA 22959d3View commit details
Commits on Jun 5, 2021
-
fixed waypoints on autonav course since previous gps coordinates were…
… incorrect due to gazebo gps plugin bug
Configuration menu - View commit details
-
Copy full SHA for 25e9f0a - Browse repository at this point
Copy the full SHA 25e9f0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 521423c - Browse repository at this point
Copy the full SHA 521423cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bca0dcd - Browse repository at this point
Copy the full SHA bca0dcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6ad030 - Browse repository at this point
Copy the full SHA e6ad030View commit details -
Configuration menu - View commit details
-
Copy full SHA for 568cc46 - Browse repository at this point
Copy the full SHA 568cc46View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2d274c - Browse repository at this point
Copy the full SHA a2d274cView commit details
Commits on Jul 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 53f96e3 - Browse repository at this point
Copy the full SHA 53f96e3View commit details
Commits on Jul 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c3bcd38 - Browse repository at this point
Copy the full SHA c3bcd38View commit details
Commits on Jul 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 015b87f - Browse repository at this point
Copy the full SHA 015b87fView commit details
Commits on Jul 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 20aa54c - Browse repository at this point
Copy the full SHA 20aa54cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbd823a - Browse repository at this point
Copy the full SHA fbd823aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4084bbd - Browse repository at this point
Copy the full SHA 4084bbdView commit details
Commits on Jul 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6c87ce8 - Browse repository at this point
Copy the full SHA 6c87ce8View commit details
Commits on Jul 27, 2021
-
Fixed graph initialization issue
Initially the graph was initialized with a default orientation of 0 which really screwed stuff up with the mapping before the position estimate was able to converge. This commit uses the orientation from the imu as the initial heading and fixes the problems when the robot initially at a different heading.
Configuration menu - View commit details
-
Copy full SHA for 0c4b513 - Browse repository at this point
Copy the full SHA 0c4b513View commit details
Commits on Aug 16, 2021
-
Fixed problems with wheel odom
Added initial yaw orientation for wheel odometer and cleaned up includes in cpp and h files
Configuration menu - View commit details
-
Copy full SHA for d9df732 - Browse repository at this point
Copy the full SHA d9df732View commit details
Commits on Aug 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6644a8a - Browse repository at this point
Copy the full SHA 6644a8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c7b6dd - Browse repository at this point
Copy the full SHA 6c7b6ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 775967b - Browse repository at this point
Copy the full SHA 775967bView commit details
Commits on Sep 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 83ef186 - Browse repository at this point
Copy the full SHA 83ef186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7189e2a - Browse repository at this point
Copy the full SHA 7189e2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92ced4a - Browse repository at this point
Copy the full SHA 92ced4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f472e93 - Browse repository at this point
Copy the full SHA f472e93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7022b76 - Browse repository at this point
Copy the full SHA 7022b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cebf3e - Browse repository at this point
Copy the full SHA 4cebf3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eec6ac - Browse repository at this point
Copy the full SHA 8eec6acView commit details