ardupilot_gazebo
ardupilot_gazebo copied to clipboard
drone is not displayed
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!
Hello, did you find a solution? I have the same problem.
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.
I install the git two times with no error but it's still same for me.. :(
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......
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?
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}
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?