This project uses Recast Navigation JS and exposes the ability to bake a navigation mesh in A-Frame.
This component does not handle path-finding using the nav mesh. For that, you can use aframe-extras - nav-agent
$ git clone https://github.com/arvind-iyer/aframe-recast
$ cd aframe-recast
$ npm install
$ npm run dev