-
Notifications
You must be signed in to change notification settings - Fork 523
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
Robot state port #80
Robot state port #80
Conversation
Co-authored-by: vmayoral <v.mayoralv@gmail.com> Co-authored-by: anasarrak <anasarrak@gmail.com>
Co-authored-by: vmayoral <v.mayoralv@gmail.com> Co-authored-by: anasarrak <anasarrak@gmail.com>
Co-authored-by: anasarrak <anasarrak@gmail.com>
Co-Authored-By: Dave Coleman <dave@picknik.ai>
Co-Authored-By: Dave Coleman <dave@picknik.ai>
@davetcoleman fixed CMakelists.txt issues |
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.
Just two nits. +1 from me, otherwise
#include <chrono> | ||
#include <gtest/gtest.h> |
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.
How are the changes in this file related to the port?
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.
it's not part of the port (code-wise) but I had to modify the CMakelists.txt with ament_add_gtest
. So I used this opportunity to also fix the tests.
Co-Authored-By: Henning Kayser <henningkayser@picknik.ai>
Great! |
@henningkayser I have applied all the changes that you requested in a this new PR. Please close this one #59