Skip to content
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

Merged
merged 2 commits into from
Jul 5, 2024

Conversation

TomohitoAndo
Copy link
Contributor

@TomohitoAndo TomohitoAndo commented Jul 4, 2024

Description

I added sensor description of Pandar QT128

Related:
TIER IV INTERNAL

https://www.hesaitech.com/downloads/#qt128

image
image

Tests performed

image

image

image

@TomohitoAndo TomohitoAndo requested a review from 0x126 July 4, 2024 00:15
<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">
Copy link
Contributor Author

@TomohitoAndo TomohitoAndo Jul 4, 2024

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>
Copy link
Contributor Author

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.

<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"/>
Copy link
Contributor Author

@TomohitoAndo TomohitoAndo Jul 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The connector is actually ellipse, but simply define as cylinder here.
image

Copy link
Contributor

@0x126 0x126 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@TomohitoAndo TomohitoAndo merged commit 0798200 into main Jul 5, 2024
10 of 11 checks passed
@TomohitoAndo TomohitoAndo deleted the add-pandar-qt128 branch July 5, 2024 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants