-
Notifications
You must be signed in to change notification settings - Fork 16
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
imu sensor description #69
Comments
Hi @guihomework , yes please send us the pr |
Hi,
Overall, how is this sensor description used ? is it detected my name in your own parser somewhere ? There is already a link imu and an associated joint which probably is what you need to get TF transforms from palm to IMU, so what is the sensor tag useful for ? |
#72 is the solution 2) |
Dear Shadow,
in this commit df674fe an imu description was added to the URDF, following the sensor description of URDF, probably this one https://wiki.ros.org/urdf/XML/sensor which is no really "supported". Do you use your own parser ?
however, sensor parsing in URDF is broken for ages now, and we maintain a PR that fixes it (but it still did not get merged) following some newer way (more advanced, to support more types of sensors). see ros/urdf#5 and ros/urdfdom#84
that follows this sensor description proposal https://wiki.ros.org/urdf/XML/sensor/proposals in which "type" is a required field .
At our side your addition now obviously fails to parse, because the type is missing.
[ERROR] No child element defining the sensor.
Would it be harmful to add this field (I can provide a PR) so that your description becomes compatible with this new URDF parser we suggest (hence supporting us in that quest). It will help describe the sensor better.
The text was updated successfully, but these errors were encountered: