ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Unable to load the manifest for package <package_name>

asked 2013-05-03 08:59:42 -0500

Souldier gravatar image

Hey everyone.

I walked through the tutorials and created a custom message called "Person.msg" under a project named "testing". I can see the message and its definition using "rosmsg show". I can also publish data using the message definition and with a subscriber see the data being published.

So with that said, here is my issue. I have a rosbridge server running and have had success connecting, advertising, publishing, and subscribing to preexisting message types (ex: std_msgs/String). However, when I try to simply subscribe to my custom message type, I get an error displayed in rosbridge which states:

"subscribe: Unable to load the manifest for package testing. Caused by: testing"

My manifest file in the testing package is as follows

<package>
  <description brief="testing">

        testing
  </description>
  <author>James</author>
  <license>BSD</license>
  <review status="unreviewed" notes=""/>
  <url>"couldnt post the url..."</url>
  <depend package="std_msgs"/>
  <depend package="rospy"/>
  <depend package="roscpp"/> </package>

Anyone have any suggestions on what I am doing wrong? Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-05-06 04:29:51 -0500

Souldier gravatar image

Ok. No harm no foul. Looks like I just needed to close out the rosbridge terminal window and restart it. I guess it was having trouble "seeing" the new project..

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-05-03 08:59:42 -0500

Seen: 1,572 times

Last updated: May 06 '13