LCAS / spqrel_navigation

A light-weight navigation framework tailored for the Pepper Robot
MIT License
28 stars 19 forks source link

Generate ROS map using Pepper robot #9

Closed raulperula closed 6 years ago

raulperula commented 6 years ago

Hello, I read that it is necessary to previously have a map in ROS format in order to use the library. My question is: have you created a map with the Pepper robot directly using the naoqi_driver bridge or another robot? Thanks. Best regards, Raúl

mtlazaro commented 6 years ago

Dear Raúl,

Up to now we don't have a mapping system for the Pepper, and using its laser using the ROS bridge doesn't give nice results due to its low accuracy.

For this reason, we always used another robot to build a map. If you don't have other robot you can try to use the depth camera from the Pepper and try to extract some scan from it using ROS tools.

Best, Mayte.

raulperula commented 6 years ago

Ok, thank you for your answers.