|
Clarrify licence ( 1st january 2012) Anonymous |
13 year
|
Hi steven, why is stated the purchased licenced till 1st january. So if we bought now is that the actual duration. Please advise me.
Regarding te avm navigation. Is there a demo version, how do i dowbload them for version 7. I saw version 5 . Can give direct link please.
Thanks you,
|
|
|
Anonymous |
13 year
|
The message mentions a price change. It has NOTHING to do with expiration so I'm not sure your concern about that. If you purchased it today the application will last forever plus you will have the ability to download updates till a year from today. If you purchase it in 2weeks you may get it cheaper if you purchase a non-commercial license.
The AVM should be in the trial version for you to test. Where are you getting version 5 from? AVM has always been 7 in RR. Search for Navigator in the search tab if you can't find it.
STeven.
|
|
|
Anonymous |
13 year
|
Thanks for your clarrification steven.
|
|
|
Anonymous |
13 year
|
AVM Ver-0.5
Download Ver Date Size Download it!
AVM_SDK_v0-5.zip - Associative Video memory SDK with comparing of new and previous version (C++, VC6).
This i got from the link . I am not too sure if this is version 7 with the new feature: marking mode
http://edv-detail.narod.ru/AVM_main.html
|
|
|
EDV [328 posts] |
13 year
|
The AVM Navigator is an additional module that is distributed along with RoboRealm and you can download it from your account link that will be available after registration:
http://www.roborealm.com/registration/index.php
* Connect your robot to AVM Navigator
Just use the variables that described below for connection of your robot
to AVM Navigator:
Use variable NV_TURRET_BALANCE for camera turning:
NV_TURRET_BALANCE - indicates the turn degree amount.
This value range from -100 to 100 with forward being zero.
Use for motor control NV_L_MOTOR and NV_R_MOTOR variables that have range
from -100 to 100 for motion control ("-100 " - full power backwards,
"100" - full power forwards, "0" - motor off).
You also can used alternative control variables
(motors range from 0 to 255 with 128 being neutral):
NV_L_MOTOR_128, NV_R_MOTOR_128 - motors control
NV_TURRET_128 - control of camera turning
NV_TURRET_INV_128 - inversed control of camera turning
* How to get start
1. Open RoboRealm dialog window.
2. Make sure that "Camera" button is pressed in RoboRealm dialog window
and also you should check out the camera resolution (it must be 320x240 pixels).
3. Call the dialog window of AVM Navigator (click on it at video-processing pipeline)
and then switch to "Nova gate mode". Now you can control your robot by arrow keys
and also you can turn robot camera by "Delete" and "Page Down" keys ("End" key will
set the camera in front position). If camera was turned you have to press "End"
for alignment before continuing of robot moving.
...
Find out more: http://www.roborealm.com/help/AVM_Navigator/avm_q3mod_help.html
Also you can try to train with "AVM Quake 3 mod" for acquaintance with "Marker mode"
and "Navigation by map" modes: http://www.roborealm.com/help/AVM_Navigator/Setup_avm_q3mod.exe
|
|