You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since using the package in python3 has proven to be quite a challenge (see #72) I fixed the dependencies issue in python2.7. I was able to do this when using ROS Melodic but not ROS kinetic. As ROS kinetic doesn't play nicely with virtual environments for this version we need to add the python dependencies to the package.xml run and build dependencies. For now, I will, therefore, use ROS Melodic together with python2.7. I will, however, port my scripts to python3 when melodic has fully python3 support (See tracking issue). Below you will find the steps for installing and using the panda_Autograsp package with python2.7.
Installation steps
Install the requirements listed in the documentation.
Since using the package in python3 has proven to be quite a challenge (see #72) I fixed the dependencies issue in
python2.7
. I was able to do this when using ROS Melodic but not ROS kinetic. As ROS kinetic doesn't play nicely with virtual environments for this version we need to add the python dependencies to thepackage.xml
run and build dependencies. For now, I will, therefore, use ROS Melodic together with python2.7. I will, however, port my scripts to python3 when melodic has fully python3 support (See tracking issue). Below you will find the steps for installing and using thepanda_Autograsp
package with python2.7.Installation steps
conda create -n py2_grasp python=2.7
.conda activate py2_grasp
.rospkg" "catkin_pkg" "empy" "pyyaml
through pip.rosdep install --from-paths src --ignore-src -r -y
conda install opencv=1.13.1
or use pip and install the required CUDA and Cudnn drivers yourself.catkin build -j4 -DCMAKE_BUILD_TYPE=Release -DFranka_DIR:PATH="$HOME/libfranka/build" -Dfreenect2_DIR="$HOME/freenect2/lib/cmake/freenect2"
pip install .
command in the main workspace folder (Repository main folder).devel/setup.bash
..qgcnn/scripts/downloads/models/download_models.sh
command.launch panda_autograsp panda_autograsp.launch
command.The text was updated successfully, but these errors were encountered: