Skip to content

Commit 57d48d0

Browse files
authored
Update README.md
1 parent eabc2ae commit 57d48d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ wave::Translationd p2 = R * p1;
4343
Eigen::Matrix3d J_p2_wrt_R = (R * p1).jacobian(R);
4444
```
4545

46-
Above, `J_p2_wrt_R` is the 3x3 Jacobian of `p2 = R * p1` with respect to small changes in `R`. `wave_geometry` computes *local Jacobians*, which are independent of the choice of parametrization for `R` (e.g., rotation matrix or quaternion), and are useful for on-manifold parametrization.
46+
Above, `J_p2_wrt_R` is the 3x3 Jacobian of `p2 = R * p1` with respect to small changes in `R`. `wave_geometry` computes *local Jacobians*, which are independent of the choice of parametrization for `R` (e.g., rotation matrix or quaternion), and are useful for on-manifold optimization.
4747

4848
It is possible (and more efficient) to combine evaluation and multiple Jacobian calculations:
4949

0 commit comments

Comments
 (0)