ARIA-Users

Date Index Thread Index

RE: [Aria-users] direct movement issues



I have the latest version or ARCOS from your website. Can I change the limit
for the range of numbers it'll accept for a move command in ARCOS?

Can I set the velocity of the robot and check what distance I have travelled
and then stop when that distance is reached? Is there a call for checking
distance and doing an routine when that condition is met?

Cheers,

Tim 
_____________________________________ 
Timothy Black
 
Postgraduate Researcher, BEng (Robotics)
Intelligent Systems Research Lab,
School of Engineering and Information Technology
Deakin University Australia
_____________________________________
 

-----Original Message-----
From: Reed Hedges [mailto:XXXXXXXX] 
Sent: Thursday, 27 April 2006 1:00 AM
To: XXXXXXXX
Cc: XXXXXXXX
Subject: Re: [Aria-users] direct movement issues


I think this is simply a limitation of the robot firmware. What version of
ARCOS 
  do you have? I'll check whether or not this behavior is to be expected
(and why).

Reed



Timothy Black wrote:
> Hi all,
> 
>  
> 
> I have a powerbot and I am having some troubles making it move a certain 
> distance. I have modified the Sick logger program to log information to 
> a file while moving a set distance and travel at a set velocity.
> 
> I want it to move 11 meters for example, however using the direct move 
> command 'robot.move(11000)' the robot will not move. However when I use 
> distances less than 5 meters, robot.move(5000), the robot moves fine. My 
> code works fine in the simulation software but on the real robot 
> anything over 5 meters it does not accept.
>