Visualization in AEC: SKS Security Robot
Project Goal
We’re motivated by a robotic competition. The goal of the competition is to make a robot that can manage domestic problems including security and room cleaning. During the time we make the prototype, we try to simulate the reaction of the robot on the computer. Therefore we make this game, and it also can let people know about the competition. There are two missions in the game. The first mission is to climb up the stairs right to the beginning position. The second mission is to pick up a small box in a room, then put it in the red area.
Program Design
We use Microsoft XNA and C# to develop the robot simulation. First, we construct the model in Sketchup and import to XNA. The robot is built in XNA and can be controlled by keyboard to move forward, backward, turn right, and turn left. The robot can also pick up the box and place at the designated location.