-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
12 lines (11 loc) · 866 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
Welcome anyone to add somthing to this list or pick some items from it and contribute to this code.
1. Add a GUI to configure parameters, e.g. robot numbers, model path, etc. (medium)
2. Add a physical simulation model for kicking mechanism. (hard)
3. Add a physical simulation model for dribble mechanism. (hard)
4. show role labels beside each robot; show the positioning points; (medium)
5. set up a virtule runtime environment; refer to Matlab's support for RoboCup; (hard)
6. automatic referee. (hard)
7. Do not subscribe to the simulation information in the gazebo plugin; it is not necessary. (easy)
8. Programmatically change the meshes of models instead of creating several similar models. (medium)
9. Try to get rid of installing gazebo_ros_pkgs; implement necessary parts in this package. (hard)
10. Try to run the simulation with/without GUI. (easy)