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

How to Update Documentation of ROSJava PubSub Example?

asked 2012-07-21 19:45:47 -0500

liangfok gravatar image

updated 2012-07-22 07:24:36 -0500

The example ROSJava publish/subscribe programs given here are outdated. Specifically the constructor for org.ros.namespace.GraphName is private and replaced with factory method GraphName.of(...).

How does one go about updating the docs?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2012-07-21 21:55:58 -0500

KruseT gravatar image

updated 2012-07-21 21:57:11 -0500

If it is just one thing, just create a ticket.

https://code.google.com/p/rosjava/issues/list

If it is many things, checkout the rosjava source, change the docs, create a ticket and submit the patch. See

https://code.google.com/p/rosjava/source/checkout

and

https://code.google.com/p/rosjava/source/checkout
edit flag offensive delete link more

Comments

liangfok gravatar image liangfok  ( 2012-07-21 22:35:25 -0500 )edit

I'm glad I found this post, because the example still hasn't been changed. For others in this situation, that example would be 'return GraphName.of("rosjava_tutorial_pubsub/talker");'

cyberguy42 gravatar image cyberguy42  ( 2013-08-30 12:46:12 -0500 )edit

Question Tools

Stats

Asked: 2012-07-21 19:45:47 -0500

Seen: 186 times

Last updated: Jul 22 '12