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
When using the indirect function inside the inlined function. The output PR has to be attached to the end of the function call and pointing to the PR number. See the example below.
When using the indirect function inside the inlined function. The output PR has to be attached to the end of the function call and pointing to the PR number. See the example below.
Not working:
pr6 = correctFrame(&pr4, &pr5, Calib::Z)
-- >PR[PR[86]]=PR[61:dummy_pr1] ;
Working:
correctFrame(&pr4, &pr5, Calib::Z, &pr6)
-- >PR[86]=PR[61:dummy_pr1] ;
The text was updated successfully, but these errors were encountered: