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

rosjava compilation error when use rosmake

asked 2011-08-03 03:30:54 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Hi developers,

I have a problem when I try to execute the compilation of the sourcode from rosjava package.

It has not correct reference for libraries from org.ros.message.std_msg & org.ros.message.rosgraph_msgs

  [javac] /rosjava/src/main/java/org/ros/internal/message/new_style/MessageImpl.java:409:
  [javac] cannot find symbol  : class Char
  [javac] location: class org.ros.internal.message.new_style.MessageImpl
  [javac]   public List<Char> getCharList(String name) {
  [javac]               ^
  [javac]

/media/DATA/ros/rosjava/rosjava/src/main/java/org/ros/internal/message/new_style/PrimitiveFieldType.java:24:

  [javac] package org.ros.message.std_msgs does not exist
  [javac] import org.ros.message.std_msgs.Char;
  [javac]                                ^
  [javac]  ....

Somebody knows what's the problem (and how to fix it)?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2011-08-03 08:00:55 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

resolved, the problem was to update from older rosjava checkout to the new rosjava_core. The script build-msg.xml check if the folder of the messages are avaliable on the ros_home path (which is different that the ROS_PACKAGE_PATH ) and if exists, not generate the new .jar files again.

The older jars have others format names, ex: roscpp.jar -> org.ros.rosjava.roscpp-0.0.0.jar

well finally I can do that my java projects can be connected with ROS ¡¡ fantastic ¡¡¡

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-08-03 03:30:54 -0500

Seen: 406 times

Last updated: Aug 03 '11