-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
PX4 SITL Gazebo ROS multi-vehicle-simulation mission #12444
Comments
It sounds like this is your issue: #9046 |
#12415 then possibly |
#12415 was just merged in. Try master and report back. |
Oke so I've tested a few scenarios using the multi_uav_mavros_sitl.launch launch file:
Also uav0 and uav2 will execute the same mission. #9046 ? |
What does "does not takeoff" mean? What's the error produced? |
Trying to send uav1 on a mission results in :
Trying to let uav0 take-off when uav2 is already flying returns:
But uav0 never takes-off a bit later in the console log it returns this:
Full log of uav0 trying to take of after uav2: https://pastebin.com/XwcZ6jAP |
You're not giving me enough info here. I just ran master. They all go, however they all perform the same mission because of #9046. |
It wouldn't hurt to read #12306 (comment) |
Oke so I have found the issue. It was giving errors that the compass was not calibrated so I had to remove parameters in the eeprom folder. This just leaves #9046 as an issue. |
Hey all
So I have being working on running a project in which we will execute missions on multiple drones.
The issue I am having at the moment is that when I run a mission on uav2 it runs perfectly however if I run a mission on uav0 or uav1 it will not work note that the only difference is that the ROS topics will change from for example uav2/mavros/mission/push to uav1/mavros/mission/push or uav0/mavros/mission/push
Any advice on what could be wrong?
The text was updated successfully, but these errors were encountered: