Skip to content

Commit

Permalink
Incorporate changes from borglab/gtsam#1064
Browse files Browse the repository at this point in the history
  • Loading branch information
gchenfc committed Jan 30, 2022
1 parent bea3e21 commit 965c5cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _tutorials/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,7 @@ <h3 class="subsection" id='magicparlabel-65514'><span class="subsection_label">3
</div>


<div class="standard" id='magicparlabel-65546'>It helps a lot when we view this graphically, as in Figure <a href="#fig_CompareMarginals">5</a>, where I show the marginals on position as covariance ellipses that contain 99.9996% of all probability mass. For the odometry marginals, it is immediately apparent from the figure that (1) the uncertainty on pose keeps growing, and (2) the uncertainty on angular odometry translates into increasing uncertainty on y. The localization marginals, in contrast, are constrained by the unary factors and are all much smaller. In addition, while less apparent, the uncertainty on the middle pose is actually smaller as it is constrained by odometry from two sides.</div>
<div class="standard" id='magicparlabel-65546'>It helps a lot when we view this graphically, as in Figure <a href="#fig_CompareMarginals">5</a>, where I show the marginals on position as 5-sigma covariance ellipses that contain 99.9996% of all probability mass. For the odometry marginals, it is immediately apparent from the figure that (1) the uncertainty on pose keeps growing, and (2) the uncertainty on angular odometry translates into increasing uncertainty on y. The localization marginals, in contrast, are constrained by the unary factors and are all much smaller. In addition, while less apparent, the uncertainty on the middle pose is actually smaller as it is constrained by odometry from two sides.</div>

<div class="standard" id='magicparlabel-65547'>You might now be wondering how we produced these figures. The answer is via the MATLAB interface of GTSAM, which we will demonstrate in the next section.</div>

Expand Down Expand Up @@ -2046,7 +2046,7 @@ <h3 class="subsection" id='magicparlabel-65550'><span class="subsection_label">4
</div>


<div class="standard" id='magicparlabel-65581'>We can optimize this factor graph as before, by creating an initial estimate of type <em><b>Values</b></em>, and creating and running an optimizer. The result is shown graphically in Figure <a href="#fig_example">7</a>, along with covariance ellipses shown in green. These covariance ellipses in 2D indicate the marginal over position, over all possible orientations, and show the area which contain 99.9996% of the probability mass. The graph shows in a clear manner that the uncertainty on pose <math xmlns="http://www.w3.org/1998/Math/MathML">
<div class="standard" id='magicparlabel-65581'>We can optimize this factor graph as before, by creating an initial estimate of type <em><b>Values</b></em>, and creating and running an optimizer. The result is shown graphically in Figure <a href="#fig_example">7</a>, along with covariance ellipses shown in green. These 5-sigma covariance ellipses in 2D indicate the marginal over position, over all possible orientations, and show the area which contain 99.9996% of the probability mass. The graph shows in a clear manner that the uncertainty on pose <math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<msub>
<mrow><mi>x</mi>
Expand Down

0 comments on commit 965c5cd

Please sign in to comment.