rosbridge unable to load the manifest for the package
I am using rosbridge.
My current rosdistro is melodic
.
I cannot subscribe to custom messages with an error : `Unable to load the manifest for package <pkgname>.
I sourced the bash file in another terminal :
. ./devel/setup.bashand used
rospack find but this also gives an error :
package not found`.
This is strange as I can publish and subscribe to the same topic in ROS.
Asked by aks on 2018-10-04 12:38:10 UTC
Comments
The question needs more clarifications, but if
rospack find
doesn't find it, then the problem is notrosbridge
. Either the compilation is failing or you're not sourcing it correctly. Also, why do you say you can pub/sub from ROS? How did you check that?Asked by gonzalocasas on 2018-10-08 05:10:44 UTC