You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.
In #L915, this variable is passed to globalToLocal method to transform waypoint.
In this method, #L106 is trying to access yaw angle, which was never initialized.
There were some issues recently with the drone testing. After the drone launches, sometimes it rotates to wrong yaw angle instead of facing the desired orientation. This might be the cause of that issue.
The HTML formatted covariance test results can be found in control_interface_issues.zip. Extract, and open the errs/index.html. This mentioned issue is ID 80.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue is found during coverity scans.
In line 910, the
gps_waypoint_t
is constructed, but the yaw angle is never initialized.control_interface/src/control_interface.cpp#L910
In #L915, this variable is passed to
globalToLocal
method to transform waypoint.In this method, #L106 is trying to access yaw angle, which was never initialized.
There were some issues recently with the drone testing. After the drone launches, sometimes it rotates to wrong yaw angle instead of facing the desired orientation. This might be the cause of that issue.
The HTML formatted covariance test results can be found in control_interface_issues.zip. Extract, and open the
errs/index.html
. This mentioned issue is ID 80.The text was updated successfully, but these errors were encountered: