-
Notifications
You must be signed in to change notification settings - Fork 171
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
Simulation Application of Multi-robot Collaboration #119
Comments
the above issue just states the base information, this topic includes multi-robots collaboration, how to achieve the collaboration, you can use scheduler to handle it. the sub tasks of collaboration maybe use AI Model, you can use all methods you have thought to solve the topic |
I wonder whether there is a benchmark for this task to compare with? Or do I just need to explore the collaboration function? |
Our goal is to need a better solution. We will evaluate and compare the solution in terms of architecture design, performance, and extensibility. We will not only focus on the implementation of orchestration and collaboration. For example, the model in the additional information (with multiple sensor devices), how to use the model in gazebo, how to improve the loading speed of the model, and so on is also a place to explore. @junkdood |
Hi! I am recently trying to build a small world demo in gazebo with the models you provided. I want to know which gazebo I should use, Ignition or Gazebo Classic? |
hello @junkdood,
|
Hello , |
hello, friend! You got it right. |
Okay! |
I am thinking of writing publisher-subscriber codes for the communication between robots. |
Do you have any particular task in mind for some communication between two robots ? |
Or you'd want to suggest some tasks to get started with? |
You can try to combine multiple open source projects to complete. |
Background:
Multi-robot system has become the development trend of robotics industry.Multi-robot system has better robustness than single robot,and has wider application space.Computer simulation through simulating the process of multi-robot system in the environment to verify the correctness and effectiveness of multi-robot coordination and control.
An open-source campus model is added based on Gazebo. Multiple robots are added to the model to cooperate with each other to complete the inspection tasks of the entire campus.
Qualified Standard:
Other information:
KubeEdge: https://github.com/kubeedge;
KubeEdge SIG Robotics: https://github.com/kubeedge/community/tree/master/sig-robotics
KubeEdge Examples: https://github.com/kubeedge/examples
ROS: https://www.ros.org/blog/getting-started/
Gazebo: http://gazebosim.org/tutorials?cat=guided_b&tut=guided_b1
Models:
i. https://app.gazebosim.org/MovAi/fuel/worlds/tugbot_depot
ii. https://app.gazebosim.org/OpenRobotics/fuel/models/CERBERUS_ANYMAL_B_VISUALS_ONLY
iii. https://app.gazebosim.org/OpenRobotics/fuel/models/X4%20UAV%20Config%201
The text was updated successfully, but these errors were encountered: