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
Hello, I just downloaded the navigation samples, but I'm getting an error:
[ERROR] behavior.box :_safeCallOfUserMethod:125 _Behavior__lastUploadedChoregrapheBehaviorexplore_display1362608160:/Get map_1: Traceback (most recent call last): File "/opt/aldebaran/lib/python2.7/site-packages/albehavior.py", line 115, in _safeCallOfUserMethod func() File "", line 21, in onInput_onStart File "/opt/aldebaran/lib/python2.7/site-packages/naoqi.py", line 194, in call return self.wrapped.method_missing(self.method, *args, **kwargs) File "/opt/aldebaran/lib/python2.7/site-packages/naoqi.py", line 264, in method_missing raise e RuntimeError: ALNavigation::getMetricalMap No exploration loaded.
What do I have to do? What exploration do I have to load?
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Hi!
When is this error happening? Usually it means you are trying to get a map but the robot do not have a loaded one.
Maybe you are trying to use patrol?
In that case, after making maps with the explore app, you need to use the app "places" to load a map (and [optional] add points of interest in it).
Tell me if it helps!
Hello, I just downloaded the navigation samples, but I'm getting an error:
[ERROR] behavior.box :_safeCallOfUserMethod:125 _Behavior__lastUploadedChoregrapheBehaviorexplore_display1362608160:/Get map_1: Traceback (most recent call last): File "/opt/aldebaran/lib/python2.7/site-packages/albehavior.py", line 115, in _safeCallOfUserMethod func() File "", line 21, in onInput_onStart File "/opt/aldebaran/lib/python2.7/site-packages/naoqi.py", line 194, in call return self.wrapped.method_missing(self.method, *args, **kwargs) File "/opt/aldebaran/lib/python2.7/site-packages/naoqi.py", line 264, in method_missing raise e RuntimeError: ALNavigation::getMetricalMap No exploration loaded.
What do I have to do? What exploration do I have to load?
Thank you for your help!
The text was updated successfully, but these errors were encountered: