ARIA-Users

Date Index Thread Index

Re: [Aria-users] Autodocking



The next release will be a few months yet.  We only broke 
ArServerClasses up into two files (docking and the rest). 
Reimplementing or adding to the things in ArServerClasses is sort of an 
advanced task.  If you wonder whats there and want to see more easily 
all the classes are listed in the documentation.

Matt LaFary
MobileRobots Inc

William Hutama wrote:
> thank you, that really helps! but anyway, may i know when is the next release of ARNL and ARIA?
> and i think the ArServerClasses would be better if you separate it into different files.
> 
> William
> 
> 
> ----- Original Message ----
> From: Matt LaFary <lafary@mobilerobots.com>
> To: William Hutama <gr33nl1nk@yahoo.com>
> Cc: aria-users@mobilerobots.com
> Sent: Wednesday, May 21, 2008 10:06:08 PM
> Subject: Re: [Aria-users] Autodocking
> 
> If you don't want to use the functionality built into Arnl for docking, 
> then you'll have to write your own, or take the code that does it from 
> ArServerClasses.cpp (next release it'll be in ArDocking.cpp) and modify 
> it to suit your needs.  It uses ArServerModeDock, 
> ArServerModeDockTriangleBump, and ArServerModeDockPowerBot
> 
> Basically it drives to a spot in front of the goal, then uses 
> ArActionTriangleDriveTo to drive into the charger, then sends down 
> comInt(68, 1) to activate the docking and when it undocks sends down 
> comInt(68, 0) to deactivate the docking.  It pays some attention to 
> robot flags to make sure its docked and what not, mostly 
> ArRobot::getFlags ArUtil::BIT10.
> 
> Matt LaFary
> MobileRobots Inc
> 
> William Hutama wrote:
>> Hi, Im wondering if i can make my powerbot automatically dock into the charge station,
>> but i dont want to make use of ArMap because i have my own localization and mapping algorithm, so, i just want to make it
>> autodocking whenever the battery is low and the dock is nearby. Thanks.
>>
>> William
>>
>>
>>      
> 
> 
> 
>