graspit-simulator / graspit

The GraspIt! simulator
http://graspit-simulator.github.io/
Other
166 stars 80 forks source link

Fix CGDB database integration #143

Closed ikalevatykh closed 6 years ago

ikalevatykh commented 6 years ago

That's all

jvarley commented 6 years ago

Thanks for the PR. What does this change do?

ikalevatykh commented 6 years ago

Hi,

Below in code a values are adding to the vector: data_[i].push_back(query.value(i));

So, you get double length vector with an empty first part.