Skip to content

Commit 9a76dad

Browse files
authored
Grammar nitpicks
1 parent adab679 commit 9a76dad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/multiple_robot_arms/multiple_robot_arms_tutorial.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ The remaining part of this step explains how to modify the auto-generated contro
410410
- left_arm_joint6
411411
- left_arm_joint7
412412

413-
#notice that the grippers joint2 mimics joint1
413+
#notice that the gripper's joint2 mimics joint1
414414
#this is why it is not listed under the hand controllers
415415

416416
- name: right_hand_controller
@@ -449,8 +449,7 @@ Step 4: Integrate the simulation in Gazebo with MoveIt motion planning
449449

450450
At the integration step, we need to ensure that ROS packages for ROS control, Gazebo ROS control, MoveIt ROS control interface, and MoveIt planners are installed and sourced on our ROS environment. Install the required ROS packages as follows, and **source** your ROS environment::
451451

452-
sudo apt install sudo apt-get install ros-noetic-ros-control ros-noetic-ros-controllers ros-noetic-joint-state-controller ros-noetic-effort-controllers ros-noetic-position-controllers ros-noetic-velocity-controllers ros-noetic-gazebo-ros ros-noetic-gazebo-ros-control ros-noetic-moveit-ros-control-interface ros-noetic-moveit-simple-controller-manager
453-
ros-noetic-moveit-fake-controller-manager ros-noetic-moveit-planners
452+
sudo apt install ros-noetic-ros-control ros-noetic-ros-controllers ros-noetic-joint-state-controller ros-noetic-effort-controllers ros-noetic-position-controllers ros-noetic-velocity-controllers ros-noetic-gazebo-ros ros-noetic-gazebo-ros-control ros-noetic-moveit-ros-control-interface ros-noetic-moveit-simple-controller-manager ros-noetic-moveit-fake-controller-manager ros-noetic-moveit-planners
454453

455454
For the integration to work, we need to prepare a launch file to start three components. Those components are the simulated robot in Gazebo, ROS controllers, and MoveIt motion plannig executable. We have already prepared the ``control_utils.launch`` file to load the ROS controllers, and the required MoveIt motion planning file ``move_group.launch`` is auto-generated. Then, our tasks here are to start the simulated robot in a Gazebo world, and prepare a launch file that starts the mentioned three components.
456455

0 commit comments

Comments
 (0)