-
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
Adding Gazebo to multi simulation script #11502
Conversation
This will allow users to start several quadcopter at the same time within gazebo. Users can have up to N quadcopter.
Hi |
Hello, In fact you need to define several quadcopter in the world files, and start the same number of the instance in px4. However, since there is no world that have several quadcopter, I used the default iris world that contain only one quadcopter. |
Looking at how it's done with ROS multi-vehicle setup: it instantiates multiple models with different locations: https://github.com/PX4/Firmware/blob/master/launch/multi_uav_mavros_sitl.launch#L28. However we can still use Also, can you create a separate script for that, to avoid breaking the already-working jMAVSim multi setup (or add an argument to support both)? |
Hi,
|
Ok that link provides the necessary context, thanks.
It would have helped if you provided that information in the first place. |
Ok, I understand, concerning the bug it is well described in the pull request, the idea is that it is not possible to add a new plugins to the original IRIS model files, only the copy created by me can have a new plugins, that is the reason in the first place I have mentioned the pull request. Also it is not clear why only the iris model is different from the other models in the way it is constructed using xacro files |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing as stale. |
This will allow users to start several quadcopter at the
same time within gazebo. Users can have up to N quadcopter.
The actual script only start a number of px4 instances defined by the users.