-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat(pandar_description): add pandar_qt128 description #44
Conversation
Signed-off-by: Tomohito Ando <[email protected]>
<color rgba="0.9 0.9 0.9 1.0"/> | ||
</material> | ||
|
||
<xacro:macro name="PandarQT-128" params="name parent x y z roll pitch yaw"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The naming convention of PandarQT-128
complies with PandarOT-128
<xacro:macro name="PandarOT-128" params="name parent x y z roll pitch yaw"> |
<origin xyz="0 0.051 0.0144" rpy="1.57 0 0"/> | ||
<material name="gray_material"/> | ||
</visual> | ||
</link> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<inertial>
has meaningless value currently, and this causes following ERROR. So I removed.
[ERROR 1720051304.540860749] [rviz2]: The link is static or has unrealistic inertia, so the equivalent inertia box will not be shown.
sensor_component_description/pandar_description/urdf/pandar_qt.xacro
Lines 55 to 59 in cf6acf3
<inertial> | |
<mass value="0.0"/> | |
<origin xyz="0 0 0"/> | |
<inertia ixx="0" ixy="0" ixz="0" iyy="0" iyz="0" izz="0"/> | |
</inertial> |
<!-- LiDAR connector visualization --> | ||
<visual> | ||
<geometry> | ||
<cylinder length="0.015" radius="0.0057"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
I added sensor description of Pandar QT128
Related:
TIER IV INTERNAL
https://www.hesaitech.com/downloads/#qt128
Tests performed