You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/planning_scene_python/planning_scene_tutorial.rst
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Planning Scene Python
2
2
==================================
3
3
4
-
The :planning_scene:`PlanningScene` class provides the main interface that you will use
4
+
The :moveit_python:`core.planning_scene.PlanningScene` class provides the main interface that you will use
5
5
for collision checking and constraint checking. In this tutorial, we
6
6
will explore the Python interface to this class.
7
7
@@ -17,6 +17,10 @@ The entire code can be seen :codedir:`here in the MoveIt GitHub project<planning
17
17
18
18
Running the code
19
19
----------------
20
+
Open two shells. Start RViz and wait for everything to finish loading in the first shell. You need to first clone `panda_moveit_config <http://github.com/ros-planning/panda_moveit_config>`_ in your catkin workspace and build: ::
21
+
22
+
roslaunch panda_moveit_config demo.launch
23
+
20
24
Roslaunch the launch file to run the code directly from moveit_tutorials: ::
@@ -41,4 +45,4 @@ joint values so some things may be different. ::
41
45
[INFO] [1615403459.498652]: Test 10: Random state is not constrained
42
46
[INFO] [1615403459.503490]: Test 12: Random state is not valid
43
47
44
-
**Note:** Don't worry if your output has different ROS console format. You can customize your ROS console logger by following `this blog post <http://dav.ee/blog/notes/archives/898>`_.
48
+
**Note:** Don't worry if your output has different ROS console format. You can customize your ROS console logger by following `this blog post <http://dav.ee/blog/notes/archives/898>`_.
0 commit comments