Closed NoRomantic closed 4 years ago
Hi, Can you try this command rosdep install --from-paths src --ignore-src --rosdistro kinetic
Jsk_recognition is an external package that need to be installed for kinetic version, the above command will hopefully install the packages required
@jediofgever Hello, I've tried this command, but still comes out the same error.
@jediofgever After executing this command:
sudo apt-get install ros-kinetic-jsk-recognition-msgs
I finally build this package successfullly. So the reason caused this problem is that jsk_recognition_msgs
package is missed.
Thanks for your excellent work and for your kindness.
I think it's a build order problem though, I can't figure out the dependencies between these packagaes. Could you please tell me how to build this package correctly?