ekumenlabs / tangobot

Android app to navigate using Tango services as input.
Apache License 2.0
17 stars 19 forks source link

Implement 'auxiliary' nodes of move_base in Android #12

Open jubeira opened 7 years ago

jubeira commented 7 years ago

The navigation stack also uses some nodes which are smaller than move_base; some of them are required, others are optional.

Required:

Desirable:

Optional:

Not required:

adamantivm commented 7 years ago

Note that some of these may be better to use a pure-rosjava equivalent or to implement such functionality in Java from scratch. For example, map_server I think is a python script, which won't run on Android, but what it does is very straightforward: read a PGM file and publish it to a given latched topic.

jubeira commented 7 years ago

@adamantivm good observation, I changed the title to reflect that possibility.

jubeira commented 7 years ago

Update: #63 adds tf publisher for extrinsics.

jubeira commented 7 years ago

Update: #64 adds a simple map server