Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation ? #27

Open
vrabaud opened this issue Sep 15, 2014 · 2 comments
Open

documentation ? #27

vrabaud opened this issue Sep 15, 2014 · 2 comments
Assignees

Comments

@vrabaud
Copy link
Contributor

vrabaud commented Sep 15, 2014

Hi, is there documentation for that package ? It looks cool but nothing is displayed when I run it so I am wondering whether I am using it properly.

@mrdanbrooks
Copy link
Contributor

There is no documentation yet, but this is high on my todo list.

In the meantime, here is how you can test the code out. I'm also working on simplifying the below process...

Install rosprofiler

$ sudo apt-get install ros-indigo-rosprofiler

Start roscore

$ roscore

Enable Statistics - this needs done before you start the nodes you want to monitor if you want topic statistics from those nodes.

$ rosparam set enable_statistics true

Start some nodes.

$ roslaunch rospy_tutorials talker_listener.launch

Start rosgrapher and rosprofiler - these provide the information rqt_graphprofiler needs to display.

$ rosrun rosgrapher
$ rosrun rosprofiler

Start rqt_graphprofiler

$ rosrun rqt_graphprofiler rqt_graphprofiler

@mrdanbrooks mrdanbrooks self-assigned this Oct 15, 2014
@vrabaud
Copy link
Contributor Author

vrabaud commented Oct 16, 2014

awesome, thx ! just put that in a main README file and you can close this bug :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants