Re: [ros-users] iCreate Roomba with ROS

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: Trevor Jay
Dato:  
Til: ros-users
Emne: Re: [ros-users] iCreate Roomba with ROS
> Trevor, could you confirm or suggest the best way to move forward for
> Roomba support?
>


I'm not completely familiar with the Roomba's interface, but you
should only have to modify create.py . You'll need to redefine the
format of the sensor messages (lines 48-73) appropriately and you'll
need to change each of the __sendNow calls to use Roomba equivalents.

It shouldn't be too difficult. If we can help further, just let us
know. Of course we'd be be interested in seeing your patch too.
Ideally, a flag could be added to switch between the Create and
Roomba.

_Trevor