stevenjj / openpose_ros

A ros wrapper for the CMU openpose library
60 stars 25 forks source link

installation #25

Open ChrisTiberius opened 2 years ago

ChrisTiberius commented 2 years ago

Hello, I need some basic installation advice.

Ubuntu 18.04 rosdistro: melodic

1.) ./install_openpose_and_enable_package.sh does not exist in my openpose version (1.7.0) What openpose version do you recommend?

2.) I am not shure where openpose should be installed to run this wrapper. Currently it is under: /home/christian/openpose Should i install here?: /home/christian/catkin_ws/src/openpose_ros/openpose

3.) If it succeds, compile: I would compile in the catkin_ws folder not in the src folder, with: cd ~/catkin_ws catkin_make Not the rigth way?

thank you