Ask Your Question
0

Overview of classes that are available in a package or nodes

asked 2011-03-25 04:33:51 -0500

whiterose gravatar image whiterose
31 3 7 12

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 delete

1 Answer

Sort by ยป oldest newest most voted
2

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

mmwise gravatar image mmwise flag of United States
3949 34 68 96
http://www.meloneewise.co...

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 publish link more

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2011-03-25 04:33:51 -0500

Seen: 144 times

Last updated: Mar 25 '11