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
We found that detected results by leg_detector are different between Kinetic and Melodic in our internal test.
It looked that bugs pointed out in #67 about leg probabilities remain in the Melodic version. We think that the probability calculation in leg_detector.cpp(L735-737) is wrong.
After we fixed this bug as the above, we got almost the same results between Kinetic and Melodic in our internal test.
We will create a pull request. Thanks.
The text was updated successfully, but these errors were encountered:
We found that detected results by leg_detector are different between Kinetic and Melodic in our internal test.
It looked that bugs pointed out in #67 about leg probabilities remain in the Melodic version. We think that the probability calculation in leg_detector.cpp(L735-737) is wrong.
people/leg_detector/src/leg_detector.cpp
Lines 735 to 737 in bc73fa0
As results, probabilities take values between -0.5 and 1.5.
So, we want to fix as below.
After we fixed this bug as the above, we got almost the same results between Kinetic and Melodic in our internal test.
We will create a pull request. Thanks.
The text was updated successfully, but these errors were encountered: