Skip to content

Commit

Permalink
[estimation] fixed treatment of rotation in vo plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sugikazu75 committed Jan 31, 2025
1 parent 7be81c8 commit 5b993dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aerial_robot_estimation/src/sensor/vo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,11 @@ namespace sensor_plugin
{

//ROS_WARN_THROTTLE(1, "%s, the height %f is not valid for vo to do downards vo", indexed_nhp_.getNamespace().c_str(), height);
rot_valid_ = false;
return;
}
else
rot_valid_ = true;
}
else
{
Expand Down

0 comments on commit 5b993dc

Please sign in to comment.