@@ -19,7 +19,7 @@ def main():
1919 # Setup
2020 # ^^^^^
2121 #
22- # The :moveit_python :`core.planning_scene.PlanningScene` class can be easily setup and
22+ # The :moveit_core_python :`core.planning_scene.PlanningScene` class can be easily setup and
2323 # configured using a URDF and
2424 # SRDF. This is, however, not the recommended way to instantiate a
2525 # PlanningScene. At the time of writing there are not yet python bindings
@@ -46,8 +46,8 @@ def main():
4646 # current state is in *self-collision*, i.e. whether the current
4747 # configuration of the robot would result in the robot's parts
4848 # hitting each other. To do this, we will construct a
49- # :moveit_python :`core.collision_detection.CollisionRequest` object and a
50- # :moveit_python :`core.collision_detection.CollisionResult` object and pass them
49+ # :moveit_core_python :`core.collision_detection.CollisionRequest` object and a
50+ # :moveit_core_python :`core.collision_detection.CollisionResult` object and pass them
5151 # into the collision checking function. Note that the result of
5252 # whether the robot is in self-collision or not is contained within
5353 # the result. Self collision checking uses an *unpadded* version of
@@ -121,7 +121,7 @@ def main():
121121 # Modifying the Allowed Collision Matrix
122122 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
123123 #
124- # The :moveit_python :`core.collision_detection.AllowedCollisionMatrix` (ACM)
124+ # The :moveit_core_python :`core.collision_detection.AllowedCollisionMatrix` (ACM)
125125 # provides a mechanism to tell the collision world to ignore
126126 # collisions between certain object: both parts of the robot and
127127 # objects in the world. We can tell the collision checker to ignore
@@ -163,7 +163,7 @@ def main():
163163 # ^^^^^^^^^^^^^^^^^^^
164164 #
165165 # The PlanningScene class also includes easy to use function calls for checking constraints. The constraints can be
166- # of two types: (a) constraints constructed using :moveit_python :`core.kinematic_constraints`, or (b) user defined
166+ # of two types: (a) constraints constructed using :moveit_core_python :`core.kinematic_constraints`, or (b) user defined
167167 # constraints specified through a callback. We will first look at an example with a simple
168168 # KinematicConstraint.
169169 #
0 commit comments