good angle by default in estimator.cpp
This commit is contained in:
parent
8345801ef7
commit
6c88fb973f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class Callback {
|
||||||
// -pi/2 <= th <= pi/2
|
// -pi/2 <= th <= pi/2
|
||||||
// ie cos(th) == m_x >= 0
|
// ie cos(th) == m_x >= 0
|
||||||
float m_x, m_y;
|
float m_x, m_y;
|
||||||
if (!reverse_angle)
|
if (reverse_angle)
|
||||||
{
|
{
|
||||||
m_x = eg(0,0);
|
m_x = eg(0,0);
|
||||||
m_y = eg(1,0);
|
m_y = eg(1,0);
|
||||||
|
|
Loading…
Reference in a new issue