ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

What are the dimensions of the generic quadrotor in the hector quadrotor package?

asked 2018-08-25 17:14:53 -0500

fabritya gravatar image

updated 2018-08-26 04:23:28 -0500

Hello,

The description page ( http://wiki.ros.org/hector_quadrotor_... ) talks about quadrotor_hokuyo_utm30lx.urdf.xacro providing the description but I am a little bit confused reading the file, where specifically or under which tag do I find the dimensions. By dimensions I mean the height, rotor radius, weight, max distance from the center etc.

Adi

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2018-08-26 14:27:59 -0500

Geometry is defined by the meshes in the hector_quadrotor_description/meshes/quadrotor folder. The blender, .stl and .dae files all contain the same geometry, just in different formats. Easiest option to look at is probably the .stl file, this can be opened/imported with many tools. You can even view it online on github.

Inertial parameters are defined via the respective tags in the URDF/xacro files. For the basic quadrotor you can look at line 11 in quadrotor_base.urdf.xacro.

edit flag offensive delete link more

Comments

Thank you Stefan for your quick response. I think I got the values I needed. One final question: Are all the units in SI units? <inertia ixx="0.01152" ixy="0.0" ixz="0.0" iyy="0.01152" iyz="0.0" izz="0.0218"/> So those values would be (kg*m^2)

fabritya gravatar image fabritya  ( 2018-08-26 21:21:45 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-08-25 17:14:53 -0500

Seen: 282 times

Last updated: Aug 26 '18