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

TypeError: sample_grasps() got an unexpected keyword argument 'stable_pose' #75

Open
Ultraopxt opened this issue Dec 22, 2021 · 0 comments

Comments

@Ultraopxt
Copy link

Hi, when run test and got the following errors:

ERROR: test_grasp_quality_functions (test.grasping_test.GraspTest)

Traceback (most recent call last):
File "/home/adminis/qw/dex-net-silvia/test/grasping_test.py", line 238, in test_grasp_quality_functions
grasps = ags.generate_grasps(obj, target_num_grasps=num_grasps)
File "/home/adminis/qw/dex-net-silvia/src/dexnet/grasping/grasp_sampler.py", line 168, in generate_grasps
vis, direction=direction, stable_pose=stable_pose, **kwargs)
TypeError: sample_grasps() got an unexpected keyword argument 'stable_pose'

======================================================================
FAIL: test_new_database_and_graspable (test.database_test.Hdf5DatabaseTest)

Traceback (most recent call last):
File "/home/adminis/qw/dex-net-silvia/test/database_test.py", line 85, in test_new_database_and_graspable
self.assertTrue(database is not None and dataset is not None)
AssertionError: False is not true


Ran 15 tests in 42.650s

FAILED (failures=1, errors=2)
Test failed: <unittest.runner.TextTestResult run=15 errors=2 failures=1>
error: Test failed: <unittest.runner.TextTestResult run=15 errors=2 failures=1>

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