-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specify used F/T sensors in wholebodydynamics with an explicit parameter #32
Comments
ping :-) |
I am sorry I don't get what do you mean by the explicit parameter of the F/T sensors? @traversaro |
I think this is meant to allow to enable/disable and FT sensor from the perspective of the estimation without the need to modify the urdf model. |
Exactly, something like having a remapper for |
Procedure to remove sensor at the footRemove the sensor tag in the the urdf depending on the sensor to be eliminated
The attach part of the ft sensor should also be commented |
It is is difficult for me to address this in the short term, moving from Assignee: Traversaro to Status: Help Wanted. |
Considering I'll dive in into wholebodydynamics device to include the temperature section I might as well take a look at this since is useful for testing ft sensor configurations quickly. |
Yes! |
For developing the temperature compensation the
|
Fail. Fail early, fail fast. |
@prashanthr05 this is the issue about enabling/disabling the ft sensors |
@prashanthr05 this is probably related to the problem of excluding the FT sensors on the hip that we were discussing yesterday. |
Ideally, this would be a nice feature to have. |
Let me revive this issue, as it happens often, also during demos, that we need to avoid using an F/T from the robot. Editing the URDF is usually something not so convenient |
Wow its been a while. This takes me back haha. I think I was very close to having this ready or that might just me editing my past memories. What you want to do might be related to this function
|
It could also be that you can modify the estimator in here https://github.com/robotology/idyntree/blob/759fd719b3ad7f6c63f565d99250dd7174177161/src/estimation/src/ExtWrenchesAndJointTorquesEstimator.cpp#L133 . Could also provide a list of the sensors there. |
Thanks @fjandrad !
As discussed in person, probably we another thing we could implement that would be convenient is to actually get the FT sensors to use from YARP instead of from the URDF. In general you would not like to do that (as if there is some kind of error on the YARP side, you only use a subset of the sensors without realized that), but in case some FT sensors are missing you want to do that. |
TODO
cc @gabrielenava @ahmadgazar remember me to update this issue
The text was updated successfully, but these errors were encountered: