Robot Soccer 2.0: Modeling Team Strategies with Stateflow and Network Effects with SimEvents
This demo is an extension of the following demo:
http://www.mathworks.com/matlabcentral/fileexchange/28196-robot-soccer-an-exercise-in-learning-the-key-features-of-simulink
The key Simulink concepts on how to build this demo discussed in the "Introduction to Simulink" webinar:
Please note that the webinar does not cover the Stateflow and SimEvents portions.
Key points to consider in this demo:
1. Team 1 has a strategy that is implemented as different modes in a state chart where the collective behavior of the two robots switches between aggressive and passive plays. The criteria that determines the switching is based on opponent positions and residual energy. Team 2 uses a rather simple strategy with one robot always attacking and the other simply defending by blocking shots.
2. For each team, both robots upload their energy values on a shared channel and download actuator command signals on another shared channel from a centralized station.
3. Observe that the outcomes and game play are different each time you run the simulation. How can you explain this paradox given that all the initial positions and strategy of the robots are the same? What is causing the non-deterministic system level behavior in the system?
4. Under the non-deterministic circumstances outlined above, is it possible to design (assuming existence) an algorithm that guarantees a 90% confidence that team 1 will always win? If such an algorithm does not exist, can you prove why?
Please make sure you use R2011b as SimEvents underwent a major update that requires new blocks (gateway block) for this demo to work.
Cite As
Simulink Dude (2024). Robot Soccer 2.0: Modeling Team Strategies with Stateflow and Network Effects with SimEvents (https://www.mathworks.com/matlabcentral/fileexchange/32835-robot-soccer-2-0-modeling-team-strategies-with-stateflow-and-network-effects-with-simevents), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Simulink > Simulation >
- Simulink > Simulation > View and Analyze Simulation Results >
- Event-Based Modeling > SimEvents >
- Engineering > Industrial Engineering > Logistics and Supply Chain >
- Engineering > Electrical and Computer Engineering > Robotics >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.