-
Notifications
You must be signed in to change notification settings - Fork 139
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
Refactor triggered_camera demo #645
base: ros2
Are you sure you want to change the base?
Conversation
Signed-off-by: Carlos Agüero <[email protected]>
- ros_topic_name: "/camera" | ||
gz_topic_name: "/camera" |
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.
This can be simlpified
- ros_topic_name: "/camera" | |
gz_topic_name: "/camera" | |
- topic_name: "/camera" |
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.
Simplified in 3c5d49b.
subscriber_queue: 5 | ||
publisher_queue: 6 |
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.
Do we want to specify these for sure? Can we not just use the defaults?
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.
Removed in 3c5d49b.
gz_type_name: "gz.msgs.Image" | ||
subscriber_queue: 5 | ||
publisher_queue: 6 | ||
lazy: false |
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.
I don't think there's harm in making lazy=true.
lazy: false | |
lazy: true |
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.
Changed in 3c5d49b.
Signed-off-by: Carlos Agüero <[email protected]>
Refactors the
triggered_camera
demo leveraging the latest improvements inros_gz
.Summary
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.