Skip to content

Commit 2720b86

Browse files
AndyZesea-bass
andauthored
Fix the formatting of Cyclone commands (#559)
* Fix the formatting of Cyclone commands * Link fixup * RMW clarification Co-authored-by: Sebastian Castro <[email protected]> Co-authored-by: Sebastian Castro <[email protected]>
1 parent e4d8d79 commit 2720b86

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/examples/visualizing_collisions/src/visualizing_collisions_tutorial.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,9 @@ int main(int argc, char** argv)
168168
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
169169
// For this tutorial we use an :codedir:`InteractiveRobot <interactivity/src/interactive_robot.cpp>`
170170
// object as a wrapper that combines a robot_model with the cube and an interactive marker. We also
171-
// create a :planning_scene:`PlanningScene` for collision checking. If you haven't already gone through the
171+
// create a PlanningScene for collision checking. If you haven't already gone through the
172172
// :doc:`planning scene tutorial </doc/examples/planning_scene/planning_scene_tutorial>`, you go through that first.
173173
InteractiveRobot robot;
174-
/* Create a PlanningScene */
175174
g_planning_scene = new planning_scene::PlanningScene(robot.robotModel());
176175

177176
// Adding geometry to the PlanningScene

doc/tutorials/getting_started/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Optional: add the previous command to your ``.bashrc``: ::
8888
Switch to Cyclone DDS
8989
^^^^^^^^^^^^^^^^^^^^^
9090

91-
As of Sep 26, 2022, the default ROS2 DDS has an issue. As a workaround, switch to Cyclone. (Note: this makes all nodes started using this RMW incompatible with any other nodes not using Cyclone DDS.)
91+
As of Sep 26, 2022, the default ROS 2 middleware (RMW) implementation has an issue. As a workaround, switch to Cyclone DDS. (Note: this makes all nodes started using this RMW incompatible with any other nodes not using Cyclone DDS.) ::
9292

9393
sudo apt install ros-rolling-rmw-cyclonedds-cpp
9494
# You may want to add this to ~/.bashrc to source it automatically

0 commit comments

Comments
 (0)