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

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

Open
LinTianlang opened this issue May 30, 2024 · 1 comment
Open

Comments

@LinTianlang
Copy link

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"/>

@LinTianlang
Copy link
Author

My environment is Ubuntu 20.04 with ros noetic.

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

No branches or pull requests

1 participant