Sjtu Drone problem

Hi, I’ve been doing everything like in this tutorial video: https://www.youtube.com/watch?v=l6hVfVK_YWw

and launched the simulation by this command: $roslaunch drone_construct main.launch

but in the gazebo drone doesn’t show oneself.

Iam using ROS kinetic : https://app.theconstructsim.com/#/l/d33c83a/

Hello @gbr.bartek,

First of all, many thanks for sharing your ROSject with us. This really helps us in order to debug the issue you are having. In order to solve the problem, try the following.

First, change the branch of your parrot_ardrone sim to kinetic-gazebo7:

git checkout kinetic-gazebo7

Make sure also that you get the latest changes by:

git pull origin kinetic-gazebo7

And next, recompile and source your workspace:

catkin_make
source devel/setup.bash

This should solve the problem of the drone visualization.

Best,

2 Likes

Thanks a lot, it’s working perfectly

1 Like