Skip to content

QCAR cannot be generated correctly in gazebo using the launch file #9

@LinTianlang

Description

@LinTianlang

Problem description

The QCAR I generated in gazebo with the original launch file was overturned, but after I changed the z-axis of the generate parameter in the file from -0.1 to +0.1, it could be generated normally.

when z-axis param is -0.1

default_gzclient_camera(1)-2024-05-29T19_58_35 637809

when z-axis param is 0.1

default_gzclient_camera(1)-2024-05-29T19_58_03 995328

The modified part of the launch file

<!-- Set initial robot pose -->
<arg name="x" default="0.5"/>
<arg name="y" default="-0.4"/>
<arg name="z" default="0.1"/>
<arg name="roll" default="0"/>
<arg name="pitch" default="0"/>
<arg name="yaw" default="0.5"/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions