Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/scene.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ adding, modifying and removing rendering elements from the scene must be
performed by other plugins that work alongside the minimal scene.

Each application will have a different way of updating the 3D scene. For example,
[Gazebo](https://gazebosim.org/libs/gazebo) updates the scene
[Gazebo](https://gazebosim.org/libs/sim) updates the scene
based on its entities and components, and
[Gazebo RViz](https://github.com/gazebosim/gz-rviz/)
updates the scene based on ROS 2 messages. Each of these applications provides
Expand Down
Loading