Skip to content

Commit

Permalink
Fix yaml path in docs (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Jan 4, 2024
1 parent 7580e0f commit 196d96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ The following is a basic configuration of the controllers:
- ``joint_state_broadcaster``: This controller publishes the state of all resources registered to a ``hardware_interface::StateInterface`` to a topic of type ``sensor_msgs/msg/JointState``.
- ``joint_trajectory_controller``: This controller creates an action called ``/joint_trajectory_controller/follow_joint_trajectory`` of type ``control_msgs::action::FollowJointTrajectory``.

.. literalinclude:: ../gz_ros2_control_demos/config/cart_controller_position.yaml
.. literalinclude:: ../ign_ros2_control_demos/config/cart_controller_position.yaml
:language: yaml


Expand Down

0 comments on commit 196d96f

Please sign in to comment.