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

rosjava_core tutorial error in source

asked 2012-05-02 23:15:21 -0500

Kat gravatar image

updated 2014-01-28 17:12:11 -0500

ngrennan gravatar image

Hi

I wanted to run rosjava_tutorial_pubsub and rosjava_tutorial_services in eclipse. These need the project rosjava. But there is an error in the source code. In the src/test/java, int the org.ros package in ParameterServerTestNode.java At line number 112 it gives this error: The method setInt32Array(List<integer>) in the type TestArrays is not applicable for the arguments (int[])

Just to let you know.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-05-10 05:46:23 -0500

damonkohler gravatar image

You need to rebuild everything since the message API changed recently. gradlew clean install

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-05-02 23:15:21 -0500

Seen: 208 times

Last updated: May 10 '12