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
While testing xsens calibration with the wired suit, @kouroshD and I noticed that the calibration was very bad. On double checking we noticed that the calibration command used through xsens rpc port is calibrateWithType NposeWalk instead of calibrateWithType NPoseWalk.
Using the calibrateWithType NposeWalk calibration procedure seems to be correct as in it was displaying the standard steps of Standing in NPose, walking front and then walking back and the final result of calibration is shown ok. However, the final result of calibration when visualizing the icub model in rviz was very bad. We ran the calibration again with proper command of calibrateWithType NPoseWalk` and the resulting calibration was good when checked through rviz.
Ideally, we should receive an error when using a wrong command for calibration and we should double check how the calibration calls are being made and fix this issue.
The text was updated successfully, but these errors were encountered:
yeshasvitirupachuri
changed the title
Investigate Xsens calibration with NposeWalk instead of NPoseWalk
Investigate bad Xsens calibration with NposeWalk instead of NPoseWalk
Nov 18, 2019
The point in which the calibration type string is passed is here. We should check what is the value of the string at this point.
I checked also the documentation of initializeCalibration xsens call, and there is no information regarding what happen in case of wrong/non-existing type
we should check if we can somehow check the label that is passed if is actually valid.
While testing xsens calibration with the wired suit, @kouroshD and I noticed that the calibration was very bad. On double checking we noticed that the calibration command used through xsens rpc port is
calibrateWithType NposeWalk
instead ofcalibrateWithType NPoseWalk
.Using the
calibrateWithType NposeWalk
calibration procedure seems to be correct as in it was displaying the standard steps ofStanding in NPose
,walking front
and thenwalking back
and the final result of calibration is shownok
. However, the final result of calibration when visualizing the icub model in rviz was very bad. We ran the calibration again with proper command of calibrateWithType NPoseWalk` and the resulting calibration was good when checked through rviz.Ideally, we should receive an error when using a wrong command for calibration and we should double check how the calibration calls are being made and fix this issue.
@lrapetti @kouroshD @diegoferigo @claudia-lat @DanielePucci
The text was updated successfully, but these errors were encountered: