Posted By: PaulR | Sep 13th, 2007 @ 5:12 PM
page 1 of 1
Comments: 1 | Views: 2374 | Downloads: 493
These three diagrams demonstrate a functioning Sumo player written entirely in Miscrosoft Visual Programming Language.

VplSumoOne
The first diagram demonstrates a simple player that just uses the bump sensors and cliff sensors on the simulated iRobot Create to detect the opponent (using the bump sensors) and the edge of the ring (using the cliff sensors)

VplSumoTwo
The second diagram demonstrates a more complete player that uses the camera on the robot to try and find the opponent (rather than wandering around the arena until bumping into something). Because of a known issue in the way that the services start, this diagram will not run directly from VPL, but needs to be compiled as a service (Menu Item Build -> Compile As Service) and then that compiled service needs to be run (Menu Item Run -> Run Compiled Services)

VplSumoThree
This diagram removes all sumo playing logic from the diagram and allows you to drive the robot from a game controller or and on screen joystick widget.


Prerequisites:
These need to be installed in this order

Microsoft Robotics Studio (1.5)
Sumo Competition for Microsoft Robotics Studio (1.5)
Introductory Courseware for Microsoft Robotics Studio (1.5)  CTP Sep 2007

All of these can be found at the Microsoft Robtics Studio download page - http://msdn2.microsoft.com/en-us/robotics/aa731520.aspx

Hey, im a student who's given a task to basically introduce VPL as a programming language to others on a project Robot Sumo. What seemed exciting is that VPL is graphical-based compared to C#. But i am solely new to VPL and am learning how this works.

I've downloaded the above and there are questions i wanna ask.

VplSumoTwo
1) i tried compiling as a service but these came out. " The strong name key does not exist. Please select a valid string name key file."
2) For instance, CliffFrontLeftSignal > 500 || CliffFrontRightSignal > 500 || CliffLeftSignal > 500. The change in value will resort to?
3) Under ColorSegment, input value area is not define. Expression not valid.

SO basically everything inside by default except for values the we need to change in order to achieve what we want?

Hope you can help. Thanks.

page 1 of 1
Comments: 1 | Views: 2374 | Downloads: 493
Microsoft Communities