Skip to content

Commit

Permalink
Added feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Jan 3, 2024
1 parent 325fe28 commit dba7bb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,11 @@ The following is a basic configuration of the controller.
ros__parameters:
type: joint_state_controller/JointStateController
This controller creates an action called ``/cart_pole_controller/follow_joint_trajectory`` of type ``control_msgs::action::FollowJointTrajectory``.
This controller creates an action called ``/cart_controller/follow_joint_trajectory`` of type ``control_msgs::action::FollowJointTrajectory``.

.. code-block:: yaml
cart_pole_controller:
cart_controller:
ros__parameters:
type: joint_trajectory_controller/JointTrajectoryController
joints:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def generate_launch_description():
executable='create',
output='screen',
arguments=['-string', doc.toxml(),
'-name', 'cart',
'-name', 'tricyle',
'-allow_renaming', 'true'],
)

Expand Down

0 comments on commit dba7bb8

Please sign in to comment.