Skip to content

Commit

Permalink
Fix issue with rendering < in markdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
DanMcGann committed Apr 29, 2024
1 parent 0e78f05 commit 1242c43
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions format/MEASUREMENT_FORMAT.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,33 @@ Note: Measurements can support multiple types we explicitly enumerate the suppor

Note: We use a special case meta types (2D) and (3D) for measurements that are between a Pose2-Point2 and Pose3-Point3 respectively.

### PriorFactor<TYPE>
* <TYPE> = Pose2, Pose3, Point2, Point3
### PriorFactor\<TYPE\>
* \<TYPE\> = Pose2, Pose3, Point2, Point3
* Elements:
* key (uint64)
* prior (Value of type: TYPE)
* covariance (vector[?]: double[...])

### BetweenFactor<TYPE>
* <TYPE> = Pose2, Pose3, Point2, Point3
### BetweenFactor\<TYPE\>
* \<TYPE\> = Pose2, Pose3, Point2, Point3
* Elements:
* key1 (uint64)
* key2 (uint64)
* measurement (Value of type: TYPE)
* covariance (vector[?]: double[...])

### RangeFactor<TYPE>
* <TYPE> = Pose2, Pose3, 2D, and 3D
### RangeFactor\<TYPE\>
* \<TYPE\> = Pose2, Pose3, 2D, and 3D
* Elements:
* key1 (uint64)
* key2 (uint64)
* measurement (double)
* covariance (vector[1]: double)

### BearingRangeFactor<TYPE>
* <TYPE> = Pose2, Pose3, 2D, and 3D
### BearingRangeFactor\<TYPE\>
* \<TYPE\> = Pose2, Pose3, 2D, and 3D
* Elements:
* key1 (uint64)
* key2 (uint64)
* measurement BearingRange (<TYPE>)
* measurement BearingRange (\<TYPE\>)
* covariance (vector[?]: double)

0 comments on commit 1242c43

Please sign in to comment.