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

Overview of classes that are available in a package or nodes

asked 2011-03-24 23:33:51 -0500

whiterose gravatar image

Hi all,

We all know the following line:

ros::Nodehandle n;

what i understand is that "i am instantiating n from a class called NodeHandle that is in a package called ros"

My question is: how do i know / find the classes that are defined in a node or package, without opening every possible file that is available on the ros directory

thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
2

answered 2011-03-25 05:14:06 -0500

mmwise gravatar image

Checkout the Code API documentation in the roscpp package: http://www.ros.org/doc/api/roscpp/html/

Also the overview gives nice implementation examples: http://www.ros.org/wiki/roscpp/Overview

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-03-24 23:33:51 -0500

Seen: 310 times

Last updated: Mar 25 '11