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

building my own rosjava android package doesn't work

asked 2012-01-16 20:54:53 -0500

markkre gravatar image

Hello!

I want to create my own rosjava android package. For this, I use the instructions on click. It works fine as long as I don't add the dependency "srs_decision_making":

<package>
  <description brief="my_package">

     my_package

  </description>
  <author>Ubuntu</author>
  <license>BSD</license>
  <review status="unreviewed" notes=""/>
  <url>http://ros.org/wiki/my_package</url>

  <depend package="rosjava"/>
  <depend package="android_gingerbread"/>
  <depend package="srs_decision_making"/>

</package>

When doing the "rosmake my_package" I'll get a build error saying:

package org.ros.message.std_msgs does not exist

However, this java package can be found in ~/.ros/rosjava/lib/org.ros.rosjava.std_msgs-0.0.0.jar

Any idea, why it says, it can't find it?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-01-16 22:33:49 -0500

damonkohler gravatar image

Have you tried adding a dependency on std_msgs to your manifest? It probably shouldn't be necessary. But, if adding the dependency fixes things, you may have found a bug.

edit flag offensive delete link more

Comments

markkre gravatar image markkre  ( 2012-01-30 18:56:42 -0500 )edit
Interesting. I filed an issue, feel free to star it. http://code.google.com/p/rosjava/issues/detail?id=82
damonkohler gravatar image damonkohler  ( 2012-01-31 02:09:31 -0500 )edit

Question Tools

Stats

Asked: 2012-01-16 20:54:53 -0500

Seen: 451 times

Last updated: Jan 16 '12