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

Where / How to find the source code of ROSRUN command ?

asked 2020-12-01 04:49:21 -0500

Aakashp gravatar image

updated 2021-04-23 08:54:38 -0500

miura gravatar image

Hi,

I am new to ROS. Where / How to find the source code of ROSRUN command ?

Thanks.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
3

answered 2020-12-01 05:14:22 -0500

gvdhoorn gravatar image

updated 2020-12-01 05:17:37 -0500

As you can see at wiki/rosrun:

rosrun is part of the rosbash suite. Documentation moved to rosbash/rosrun.

At wiki/rosbash, we see:

wiki/robash package header

Clicking on the URL shown at the Source bullet (ie: https://github.com/ros/ros), we get to the ros/ros repository, which has the sources of rosrun at tools/rosbash/scripts/rosrun.

And a note (also for future readers): please do not install ROS packages by cloning the Source URLs into your Catkin workspace.

Always prefer to use binary packages provided by the buildfarm and install using apt (on Ubuntu and Debian) or whatever package manager your system uses. Refer to #q320046 for some pointers on how to figure out a package has been released and can be installed using apt/the package manager.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-12-01 04:49:21 -0500

Seen: 344 times

Last updated: Dec 01 '20