-
Notifications
You must be signed in to change notification settings - Fork 71
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
Perfomance metrics tutorial #117
Conversation
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
@iche033 I updated the tutorial with the changes made on the performance metrics PR |
|
||
# Learn how to read the measurements | ||
|
||
We are going to compare the results between physics (contact) and rendering (camera) based sensors and the differences |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the tutorial no longer has the physics (contact) sensor values?
Signed-off-by: ahcorde <ahcorde@gmail.com>
|
Signed-off-by: ahcorde <ahcorde@gmail.com>
…ions Signed-off-by: Ian Chen <ichen@osrfoundation.org>
I made some changes in a3342cd. Most of them are minor. I removed the framerate numbers in the Real time update section as it does not correspond to the values shown and added an explanation for the values that are 0. |
Signed-off-by: ahcorde <ahcorde@gmail.com>
This PR is related with this other PR gazebosim/gazebo-classic#2819 which includes a new message called
performanceMetrics.proto
. This tutorial it's to understand the readings.Signed-off-by: ahcorde ahcorde@gmail.com