-
Notifications
You must be signed in to change notification settings - Fork 124
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
Tweak ros2_overview tutorial. #531
Conversation
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
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.
Thanks @caguero. One other thing I noticed on the image on the right is that it's not clear that Gazebo and the bridge are running in the same container and nav2 is running outside of that container. Could you add something to the graphics to group Gazebo and the bridge together?
The intent of the right image is to show that the three nodes can be running within the same process. However, we're not starting the container ourselves.. |
I see. Should we have a separate diagram to show Gazebo and bridge in the same container and the consumer ROS node be a separate process? I think that's the most common use case. |
Has been done in gazebosim#531 Signed-off-by: Aarav Gupta <[email protected]>
* Composition and Bridge Updates Signed-off-by: Aarav Gupta <[email protected]> * Update composition_options.png Signed-off-by: Aarav Gupta <[email protected]> * Add documentation for spawning a model alongside launch ros_gz_bridge Signed-off-by: Aarav Gupta <[email protected]> * Undo changes made to comopsition_options.png Has been done in #531 Signed-off-by: Aarav Gupta <[email protected]> --------- Signed-off-by: Aarav Gupta <[email protected]> Signed-off-by: Aarav Gupta <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Thanks for the suggestions. Updated diagram and text added in e83899c. |
Co-authored-by: Addisu Z. Taddese <[email protected]> Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Addisu Z. Taddese <[email protected]> Signed-off-by: Carlos Agüero <[email protected]>
🦟 Bug fix
This patch fixes one typo and the figure (the parameter values were wrong). Thanks @azeey for catching it.
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.