You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if there is something we can do or tune to get better performance when doing exploration and navigation using pepper?
Right now, just a radius is used to make the exploration, and for places such as offices, anything more than 5 meters, it takes around 20 minutes and sometimes there is not too good results in the maps, take a look:
And then, the next day did another test and the map came out differently, a bit better:
My first question, do you think its possible to make an exploration while doing teleoperation of the robot? of course the documentation does not cover this topic, but if we do the motion in another thread and the exploring in another, would it be possible?
I also noticed that if we disable ALBasicAwareness the map gets slightly better because the head is not moving to much... is there a way to "lock" the head forward for exploration? even with the awareness_service.setEnabled(False) the head keeps yawing.
My second question is: what parameters or guidelines on the mapping location are the best for getting solid robust map results? (I know this cannot be super robust as in other robots, but I want to improve it)
For navigation, is there a way to increase the max speed of pepper? check this (https://i.imgur.com/MgfSXnu.mp4) video (timelapse), you can see how pepper "hesitates" a lot while doing the path planning and is not a smooth ride, pepper stops a lot...
Last question: Is there parameters we can tune/update for the mapping, navigation, path planning? Very similar to the ones of rtabmap or google cartographer?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi all,
I was wondering if there is something we can do or tune to get better performance when doing exploration and navigation using pepper?
Right now, just a radius is used to make the exploration, and for places such as offices, anything more than 5 meters, it takes around 20 minutes and sometimes there is not too good results in the maps, take a look:
And then, the next day did another test and the map came out differently, a bit better:
My first question, do you think its possible to make an exploration while doing teleoperation of the robot? of course the documentation does not cover this topic, but if we do the motion in another thread and the exploring in another, would it be possible?
I also noticed that if we disable
ALBasicAwareness
the map gets slightly better because the head is not moving to much... is there a way to "lock" the head forward for exploration? even with theawareness_service.setEnabled(False)
the head keeps yawing.My second question is: what parameters or guidelines on the mapping location are the best for getting solid robust map results? (I know this cannot be super robust as in other robots, but I want to improve it)
For navigation, is there a way to increase the max speed of pepper? check this (https://i.imgur.com/MgfSXnu.mp4) video (timelapse), you can see how pepper "hesitates" a lot while doing the path planning and is not a smooth ride, pepper stops a lot...
You can see a video navigation here: https://i.imgur.com/MgfSXnu.mp4
Last question: Is there parameters we can tune/update for the mapping, navigation, path planning? Very similar to the ones of rtabmap or google cartographer?
Thanks a lot!
The text was updated successfully, but these errors were encountered: