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

Handler Loading problem #68

Open
cmavrogiannis opened this issue Apr 29, 2014 · 3 comments
Open

Handler Loading problem #68

cmavrogiannis opened this issue Apr 29, 2014 · 3 comments
Assignees

Comments

@cmavrogiannis
Copy link

When trying to simulate, the handlers associated with motion control, sensors and actuators are not loaded, resulting in the following error log:

[18:21:37] AttributeError
[18:21:37] :
[18:21:37] 'NoneType' object has no attribute 'name'

I attach a screenshot from the 'Configure Simulation' window:

error prtscreen

@jimjing
Copy link
Contributor

jimjing commented Jun 9, 2014

sorry for the late reply. are you still having this issue?
The basic sim does not have any sensor or actuator.
I am not very sure why the motion control handler is not loaded. But there should be an error message in the terminal window saying the reason for why the loading failed.

@JINXER000
Copy link

Same issue on the init handler. The terminal outputs like this:

raceback (most recent call last): File "/home/yzchen/CODE/task_planning/LTLmop/VerifiableRobotics-LTLMoP-b6cd72d/src/lib/configEditor.py", line 1096, in onClickConfigure dlg._handler2dialog(deepcopy(self.robot.handlers[htype])) File "/home/yzchen/CODE/task_planning/LTLmop/VerifiableRobotics-LTLMoP-b6cd72d/src/lib/configEditor.py", line 419, in _handler2dialog drawParamConfigPane(self.panel_configs, methodObj, self.proj) File "/home/yzchen/CODE/task_planning/LTLmop/VerifiableRobotics-LTLMoP-b6cd72d/src/lib/configEditor.py", line 57, in drawParamConfigPane r_names = [r.name for r in proj.rfi.regions if r.name.lower() != "boundary" and not r.isObstacle] AttributeError: 'NoneType' object has no attribute 'regions'

@mengyuest
Copy link

I solved this by pip install scikit-learn and also installed the other required binaries mentioned in "Other Optional Dependencies" section in the installation doc. Not sure which one is the key but it worked after I did those.

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

4 participants