public:t-622-arti-08-1:final_project
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
public:t-622-arti-08-1:final_project [2008/02/12 13:53] – created eric | public:t-622-arti-08-1:final_project [2024/04/29 13:33] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | The RobotSim provides a flat 3D world in which lives a robot rover. Your goal is to code the rover' | + | [[cadiarover]] |
- | ===== Details ===== | + | Final Project Committee: Kristinn, Hannes, Eric, Bjarni Þór Árnason. |
- | ==== World ==== | + | Your final project has been specified on these Wiki pages and in class. Your task is to win the competition. You should also demonstrate, |
- | The rover consumes energy, | + | If you have any questions please email thorisson@ru.is |
- | Rocks come in two colors: yellow and green. Both add to the score, but picking a green one consumes more energy. | ||
- | The world is populated by white objects - danger zones - that consume energy when crossed. | + | ==== Task ==== |
- | The world also feature four teleportation pods, very roughly arranged in a squarish form. When you enter one from the west or east you'll reappear on the teleporter located roughly at the same latitude. If you enter from the north or south, you will reappear | + | Drive around and select as many objects as possible, drive them to the object |
- | There are two (blue) bins in the world. | + | The goal in the final project is to WIN! |
- | ==== Rover ==== | ||
- | The rover moves like a tank. You can control the speed on the left and / or the right. It is equipped with a basic autopilot: given an angle from the rover' | + | === Rules === |
- | The rover has two sensors, directed | + | * You will get 4 minutes |
- | + | * You will all use the same psySpec | |
- | The rover also reports periodically its current status: heading (low accuracy), wheel speed and ground speed. It will notify you when it reaches its destination in autopilot mode. Finally, you will be notified when teleportation occurs. | + | * Only selected |
- | + | * The world will be composed of the following: | |
- | For the tech details see PsySpec.xml in the RobotSim directory. | + | * Yellow and green boxes - these are to be picked up and brought to the " |
- | + | * There are teleporters - they work exactly like they work now. | |
- | ===== Development ===== | + | * There will be 50 objects that can be carried. Some objects will have a UID. |
- | + | * Your rover will have the following abilities: | |
- | You will code C++ Psyclone cranks, i.e. dll code to be executed as threads by the Psyclone middleware. The 3DWorld is one of them. | + | * Can carry 3 things simultaneously. |
- | Pysclone modules send messages and receive some, depending on their subscriptions | + | |
- | + | * The rover can lay down beacons | |
- | You can use the Test function defined in cranks.cpp in the RobotSim project as a template for creating | + | * Know the time left. |
- | + | * Rover has a predetermined maximum speed which is the same for everyone. | |
- | Create a new visual studio solution getting most of the settings from the RobotSim.sln. By most, we mean everything but the settings relevant to Ogre. You can also duplicate the RobotSim.sln and 3DWorld.vcproj files - maybe requiring minor manual tweaking in a text editor. | + | * Score will be computed from various parameters (TBD). |
- | + | * You must use the computers | |
- | Shall you start from scratch, you will have to include files from psyclone sdk \ Core Library \ include, and link CoreLibrary.lib, | + | |
- | + | ||
- | In any case copy the files dll.* and cranks.* in your source directory, load them in your project, remove | + | |
- | + | ||
- | Note: a Psyclone module | + | |
- | + | ||
- | As for RobotSim.sln, | + | |
- | + | ||
- | To stop: in debug mode, use the debugger stop button; | + | |
- | + | ||
- | ===== 3DWorld ===== | + | |
- | + | ||
- | You can navigate manually in the 3D world using the mouse (yaw, pitch) the arrow keys (left right forward backward) and the page up / down keys (up down). The S key will display stats (basically the FPS), the V key displays the two sensor cones. | + | |
+ | == Score == | ||
+ | The rover consumes energy, and energy consumption works against the score. Moving consumes more energy than standing still. |
/var/www/cadia.ru.is/wiki/data/attic/public/t-622-arti-08-1/final_project.1202824410.txt.gz · Last modified: 2024/04/29 13:32 (external edit)