We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
awesome, thx ! just put that in a main README file and you can close this bug :)
mrdanbrooks
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: