Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 committed Aug 16, 2023
1 parent 8ebd3c2 commit f2e6b80
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions perception/multi_object_tracker/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,18 @@ $$
\end{array}\right]
$$

#### remarks on the output twist

Remarks that the velocity $v_{k}$ is the norm of velocity of vehicle, not the longitudinal velocity.
So the output twist in the object coordinate $(x,y)$ is calculated as follows.

$$
\begin{aligned}
v_{x} &= v_{k} \cos \left(\beta_{k}\right) \\
v_{y} &= v_{k} \sin \left(\beta_{k}\right)
\end{aligned}
$$

## Anchor point based estimation

To separate the estimation of the position and the shape, we use anchor point based position estimation.
Expand Down

0 comments on commit f2e6b80

Please sign in to comment.