-
Notifications
You must be signed in to change notification settings - Fork 239
Added initial documentation for ROS 2 simulation interfaces #601
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
Conversation
Signed-off-by: Saurabh Kamat <kamatsaurabh01@gmail.com>
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 for the docs!!
Since I expect this to be a fairly large body of text over time, I think it would be better to create a new file and link to it from ros2_integration
.
Signed-off-by: Saurabh Kamat <kamatsaurabh01@gmail.com>
Thanks for the feedback! I have added it as a separate section |
Signed-off-by: Saurabh Kamat <kamatsaurabh01@gmail.com>
Signed-off-by: Saurabh Kamat <kamatsaurabh01@gmail.com>
Signed-off-by: Saurabh Kamat <kamatsaurabh01@gmail.com>
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
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.
Added a known limitations section at the bottom. Otherwise, LGTM!
🎉 New feature
Related to gazebosim/ros_gz#732 and gazebosim/ros_gz#790
Summary
This PR adds initial documentation for using ROS 2 simulation interfaces (https://github.com/ros-simulation/simulation_interfaces) to interact with Gazebo. Other simulators such as Isaac Sim (https://docs.isaacsim.omniverse.nvidia.com/latest/ros2_tutorials/tutorial_ros2_simulation_control.html#ros2-simulation-control) and ODE3 (https://www.docs.o3de.org/docs/user-guide/interactivity/robotics/simulation-interfaces/) have already updated their documentations.
Test it
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
andGenerated-by
messages.