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

How do I explore a ROS package?

asked 2019-10-31 23:34:01 -0500

electrophod gravatar image

Whenever I install a ROS package from apt-get or download it from Github and then build it, how do I get to know the different features of that package? How do I explore it? The tutorials on ROS are not available at all times on the ROS wiki page, so how should I go about this problem? TIA

edit retag flag offensive close merge delete

Comments

there is some information always available on what a package does or how to use it. But what exactly do you mean by exploring?

Choco93 gravatar image Choco93  ( 2019-11-01 05:07:15 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-11-01 11:32:54 -0500

cat_in_box gravatar image

Once you've installed a package, you can use roscd <package_name> to navigate to the package directory so you can poke around there. You may want to check out rospack which lets you list or find packages, and check package dependency trees. If you haven't built the package yet, run catkin_make so you can start using it!

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-10-31 23:34:01 -0500

Seen: 204 times

Last updated: Nov 01 '19