Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grasping problem of Human Avatar. KeyError: 'requested item "Near" does not exist' #816

Open
omertiryakiler opened this issue May 24, 2019 · 0 comments

Comments

@omertiryakiler
Copy link

Hi,

I am using Morse for Human-Robot Interaction. There is no problem about using "move" services of human. However, if I use "grasp" service, I receive this error:

File "/usr/lib/python3/dist-packages/morse/blender/main.py", line 722, in simulation_main
persistantstorage.morse_services.process()
File "/usr/lib/python3/dist-packages/morse/core/services.py", line 107, in process
instance.process()
File "/usr/lib/python3/dist-packages/morse/core/request_manager.py", line 346, in process
self.main()
File "/usr/lib/python3/dist-packages/morse/middleware/socket_request_manager.py", line 166, in main
is_sync, value = self.on_incoming_request(component, service, params)
File "/usr/lib/python3/dist-packages/morse/core/request_manager.py", line 259, in on_incoming_request
values = method(*params) if params else method() #Invoke the method with unpacked parameters
File "/usr/lib/python3/dist-packages/morse/robots/grasping_robot.py", line 48, in grasp
near_sensor = hand_empty.sensors['Near']
KeyError: 'requested item "Near" does not exist'

I checked the previous issue about this error which is #565 and tried everything there, although my Morse is in the latest version. I couldn't fix the problem.

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant