Khang Vu
Khang Vu
As discussed [here](https://github.com/uoip/g2opy/issues/9), you need to build for the python version you're using. Remove the `build` folder and re-run cmake with: ``` cmake -DPYBIND11_PYTHON_VERSION=3.6 .. make -j8 ``` Note: don't...
For those having the same problem, first don't run any `export PYTHON_PATH=PATH-to-g2o/g2o:$PYTHONPATH` because the `g2o` folder is written in C++ and not what you want. As discussed [here](https://github.com/uoip/g2opy/issues/9), you need...
@bglima I'm working on ROS kinetic and Gazebo 9 for the 2f_140 gripper. Currently, the urdf version for this gripper has some issues with the mimic joints in Gazebo so...
@63445538 Here is our model: https://github.com/olinrobotics/HIRo/wiki/MoveIt!-for-Xamyab
Check line by line and you'll know :) Two monitors would help!
Seems like the syntax has changed a bit. You can use "===" instead of ".equals" ``` if ("getFeedbackForIncorrect" === getKey || "getFeedbackForCorrect" === getKey || "getGeneralFeedback" === getKey) {return}; ```