karlpauwels / simtrack

A simulation-based framework for tracking
BSD 3-Clause "New" or "Revised" License
102 stars 40 forks source link

Unable to rosrun. Getting error "Executable not found" #23

Closed trshashank closed 7 years ago

trshashank commented 7 years ago

System Specs:

karlpauwels commented 7 years ago

If you use the master branch, a full compilation will fail. For Kinetic you should give the Kinetic-branch a try: https://github.com/karlpauwels/simtrack/tree/kinetic You should also compile with catkin_make -DCMAKE_BUILD_TYPE="Release" since the --pkg-switch compiles only the specified package and simtrack depends on other packages in this repo.

trshashank commented 7 years ago

Thank you Karl for your reply. I tried to pull the changes from the Kinetic branch and I was successfully able to execute rosrun. Also, in the kinect branch you have provided you have updated the OPENCV from 2.4 to 3.1. When making use of the Kinect camera, I was not able to connect to the device. Is this because of the OPENCV version? Do you recommend any reverts/ changes to successfully connect to Kinect.

trshashank commented 7 years ago

I was able to find a workaround for the above issue by installing openni2 drivers on my system