ardupilot_gazebo icon indicating copy to clipboard operation
ardupilot_gazebo copied to clipboard

drone is not displayed

Open Zxr1230 opened this issue 2 years ago • 7 comments

In a terminal, I started Gazebo by gazebo --verbose worlds/iris_arducopter_runway.world and in another terminal I started SITL simulation by cd ~/ardupilot/ArduCopter ../Tools/autotest/sim_vehicle.py -f gazebo-iris --console --map However, the drone is not displayed. How should I fix this issue? Thanks! image

Zxr1230 avatar Mar 31 '22 20:03 Zxr1230

Hello, did you find a solution? I have the same problem.

Timsword avatar Nov 01 '22 17:11 Timsword

Hello, did you find a solution? I have the same problem.

Hello, yes I did solve it. It has been a while, I think the solution was to make sure every installation step is successful without any errors.

Zxr1230 avatar Nov 03 '22 13:11 Zxr1230

I install the git two times with no error but it's still same for me.. :(

Timsword avatar Nov 03 '22 14:11 Timsword

I install the git two times with no error but it's still same for me.. :(

I hope you find it here earlier, now I barely remember how I solved it......

Zxr1230 avatar Nov 04 '22 13:11 Zxr1230

I have the same problem. Anyone know how to fix this?

When I run gazebo I see a message Error Code 12 Msg: Unable to find uri[model:iris_with_ardupilot]

Are you guys seeing that message?

antispamtutoruser123 avatar Jul 15 '23 08:07 antispamtutoruser123

fixed it. The .bashrc needs this line

somewhere in the setup it was set to: export GAZEBO_MODEL_PATH=~/ardupilot_gazebo/models

needs to be this: export GAZEBO_MODEL_PATH=~/ardupilot_gazebo/models:${GAZEBO_MODEL_PATH}

antispamtutoruser123 avatar Jul 15 '23 08:07 antispamtutoruser123

fixed it. The .bashrc needs this line

somewhere in the setup it was set to: export GAZEBO_MODEL_PATH=~/ardupilot_gazebo/models

needs to be this: export GAZEBO_MODEL_PATH=~/ardupilot_gazebo/models:${GAZEBO_MODEL_PATH}

im still having the same issue i did everything any suggesionts?

mertmirac13 avatar Feb 11 '24 20:02 mertmirac13