ARIA-Users
Date Index
Thread Index
RE: [Aria-users] direct movement issues
- To: "'Reed Hedges'" <XXXXXXXX>
- Subject: RE: [Aria-users] direct movement issues
- From: "Timothy Black" <XXXXXXXX>
- Date: Thu, 27 Apr 2006 12:15:52 +1000
- Cc: <XXXXXXXX>
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain;charset="us-ascii"
- Delivered-To: XXXXXXXX
- Delivered-To: XXXXXXXX
- In-Reply-To: <XXXXXXXX>
- Old-Return-Path: <XXXXXXXX>
- Resent-Date: Wed, 26 Apr 2006 22:16:19 -0400 (EDT)
- Resent-From: XXXXXXXX
- Resent-Message-ID: <XXXXXXXX>
- Resent-Reply-To: XXXXXXXX
- Resent-Sender: XXXXXXXX
- Thread-Index: AcZpQjvhtliSIixqSpu33iz8kJ3z7wAXZUqA
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.
>