LiamWellacott / CDT2019-ERL

1 stars 6 forks source link

Implement enough semantic map to use as an interface between NLP and Controller #77

Open LiamWellacott opened 3 years ago

LiamWellacott commented 3 years ago

We need a way to link conversation items (e.g. "kitchen island", "coffee table") into navigation points for the robot to move to (ideally which are advantageous for manipulation). I suggest we use the format that a semantic map would be in, therefore in the future we wont need to change the nlp or controller to get it to work with a proper sem map.

The impact of this proposal is:

LiamWellacott commented 3 years ago

if time, nlp should use this.

LiamWellacott commented 3 years ago

This is done on dev