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

Where is the link to ros::init() code API?

asked 2015-06-02 12:28:09 -0500

Fabio gravatar image

I'm reading this tutorial:

http://wiki.ros.org/roscpp/Overview/I...

In this page, there is a link to "ros::init() code API", but the link is broken. Using Google I've found another page where "ros::init()" is not a link:

http://docs.ros.org/indigo/api/roscpp...

Could someone help me or write the correct link in the tutorial?

Thanks.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-06-02 13:59:02 -0500

Dirk Thomas gravatar image

This is related to a doxygen regression: https://bugzilla.gnome.org/show_bug.c...

Doxygen fails to extract the ros::init() functions and therefore API documentation itself can't cross reference it and the wiki can't link to them.

Until doxygen releases a fix for that we can't do anything about it.

Please look directly at the source code ( https://github.com/ros/ros_comm/blob/... ) to see the available signatures and their documentation.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-06-02 12:28:09 -0500

Seen: 139 times

Last updated: Jun 02 '15