-
Notifications
You must be signed in to change notification settings - Fork 449
Add custom rosdoc2 config for ros2_controllers metapackage #1100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
ebd86c2
Add simple rosdoc2 landing page
christophfroehlich 31ef1e3
Add link to package.xml
christophfroehlich d7e248d
Roll back version bumps
christophfroehlich c45e36d
Use master branch of ros2_control_ci repo
christophfroehlich 66b401d
Add links to controller docs on control.ros.org
christophfroehlich 29ab7fe
Set check-yaml syntax instead of ignoring
christophfroehlich 5d642a7
Merge branch 'master' into rosdoc2
christophfroehlich 2031745
Merge branch 'master' into rosdoc2
christophfroehlich File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| name: rosdoc2 | ||
|
|
||
| on: | ||
| workflow_dispatch: | ||
| pull_request: | ||
| paths: | ||
| - ros2_controllers/doc/** | ||
| - ros2_controllers/rosdoc2.yaml | ||
| - ros2_controllers/package.xml | ||
|
|
||
|
|
||
| jobs: | ||
| check: | ||
| uses: ros-controls/ros2_control_ci/.github/workflows/reusable-rosdoc2.yml@master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Configuration file for the Sphinx documentation builder. | ||
| # settings will be overridden by rosdoc2, so we add here only custom settings | ||
|
|
||
| copyright = "2024, ros2_control development team" | ||
| html_logo = "https://control.ros.org/master/_static/logo_ros-controls.png" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,80 @@ | ||
| Welcome to the documentation for ros2_controllers | ||
| ================================================= | ||
|
|
||
| For more information of the ros2_control framework see `control.ros.org <https://control.ros.org/>`__. | ||
|
|
||
| .. list-table:: | ||
| :header-rows: 1 | ||
|
|
||
| * - Package Name | ||
| - Documentation | ||
| - API | ||
| - ROS Index | ||
| * - ackermann_steering_controller | ||
| - `Documentation <https://control.ros.org/master/doc/ros2_controllers/ackermann_steering_controller/doc/userdoc.html>`__ | ||
| - `API <http://docs.ros.org/en/rolling/p/ackermann_steering_controller/>`__ | ||
| - `ROS Index <https://index.ros.org/p/ackermann_steering_controller/>`__ | ||
| * - admittance_controller | ||
| - `Documentation <https://control.ros.org/master/doc/ros2_controllers/admittance_controller/doc/userdoc.html>`__ | ||
| - `API <http://docs.ros.org/en/rolling/p/admittance_controller/>`__ | ||
| - `ROS Index <https://index.ros.org/p/admittance_controller/>`__ | ||
| * - bicycle_steering_controller | ||
| - `Documentation <https://control.ros.org/master/doc/ros2_controllers/bicycle_steering_controller/doc/userdoc.html>`__ | ||
| - `API <http://docs.ros.org/en/rolling/p/bicycle_steering_controller/>`__ | ||
| - `ROS Index <https://index.ros.org/p/bicycle_steering_controller/>`__ | ||
| * - diff_drive_controller | ||
| - `Documentation <https://control.ros.org/master/doc/ros2_controllers/diff_drive_controller/doc/userdoc.html>`__ | ||
| - `API <http://docs.ros.org/en/rolling/p/diff_drive_controller/>`__ | ||
| - `ROS Index <https://index.ros.org/p/diff_drive_controller/>`__ | ||
| * - effort_controllers | ||
| - `Documentation <https://control.ros.org/master/doc/ros2_controllers/effort_controllers/doc/userdoc.html>`__ | ||
| - `API <http://docs.ros.org/en/rolling/p/effort_controllers/>`__ | ||
| - `ROS Index <https://index.ros.org/p/effort_controllers/>`__ | ||
| * - force_torque_sensor_broadcaster | ||
| - `Documentation <https://control.ros.org/master/doc/ros2_controllers/force_torque_sensor_broadcaster/doc/userdoc.html>`__ | ||
| - `API <http://docs.ros.org/en/rolling/p/force_torque_sensor_broadcaster/>`__ | ||
| - `ROS Index <https://index.ros.org/p/force_torque_sensor_broadcaster/>`__ | ||
| * - forward_command_controller | ||
| - `Documentation <https://control.ros.org/master/doc/ros2_controllers/forward_command_controller/doc/userdoc.html>`__ | ||
| - `API <http://docs.ros.org/en/rolling/p/forward_command_controller/>`__ | ||
| - `ROS Index <https://index.ros.org/p/forward_command_controller/>`__ | ||
| * - imu_sensor_broadcaster | ||
| - `Documentation <https://control.ros.org/master/doc/ros2_controllers/imu_sensor_broadcaster/doc/userdoc.html>`__ | ||
| - `API <http://docs.ros.org/en/rolling/p/imu_sensor_broadcaster/>`__ | ||
| - `ROS Index <https://index.ros.org/p/imu_sensor_broadcaster/>`__ | ||
| * - joint_state_broadcaster | ||
| - `Documentation <https://control.ros.org/master/doc/ros2_controllers/joint_state_broadcaster/doc/userdoc.html>`__ | ||
| - `API <http://docs.ros.org/en/rolling/p/joint_state_broadcaster/>`__ | ||
| - `ROS Index <https://index.ros.org/p/joint_state_broadcaster/>`__ | ||
| * - joint_trajectory_controller | ||
| - `Documentation <https://control.ros.org/master/doc/ros2_controllers/joint_trajectory_controller/doc/userdoc.html>`__ | ||
| - `API <http://docs.ros.org/en/rolling/p/joint_trajectory_controller/>`__ | ||
| - `ROS Index <https://index.ros.org/p/joint_trajectory_controller/>`__ | ||
| * - pid_controller | ||
| - `Documentation <https://control.ros.org/master/doc/ros2_controllers/pid_controller/doc/userdoc.html>`__ | ||
| - `API <http://docs.ros.org/en/rolling/p/pid_controller/>`__ | ||
| - `ROS Index <https://index.ros.org/p/pid_controller/>`__ | ||
| * - position_controllers | ||
| - `Documentation <https://control.ros.org/master/doc/ros2_controllers/position_controllers/doc/userdoc.html>`__ | ||
| - `API <http://docs.ros.org/en/rolling/p/position_controllers/>`__ | ||
| - `ROS Index <https://index.ros.org/p/position_controllers/>`__ | ||
| * - range_sensor_broadcaster | ||
| - `Documentation <https://control.ros.org/master/doc/ros2_controllers/range_sensor_broadcaster/doc/userdoc.html>`__ | ||
| - `API <http://docs.ros.org/en/rolling/p/range_sensor_broadcaster/>`__ | ||
| - `ROS Index <https://index.ros.org/p/range_sensor_broadcaster/>`__ | ||
| * - steering_controllers_library | ||
| - `Documentation <https://control.ros.org/master/doc/ros2_controllers/steering_controllers_library/doc/userdoc.html>`__ | ||
| - `API <http://docs.ros.org/en/rolling/p/steering_controllers_library/>`__ | ||
| - `ROS Index <https://index.ros.org/p/steering_controllers_library/>`__ | ||
| * - tricycle_controller | ||
| - `Documentation <https://control.ros.org/master/doc/ros2_controllers/tricycle_controller/doc/userdoc.html>`__ | ||
| - `API <http://docs.ros.org/en/rolling/p/tricycle_controller/>`__ | ||
| - `ROS Index <https://index.ros.org/p/tricycle_controller/>`__ | ||
| * - tricycle_steering_controller | ||
| - `Documentation <https://control.ros.org/master/doc/ros2_controllers/tricycle_steering_controller/doc/userdoc.html>`__ | ||
| - `API <http://docs.ros.org/en/rolling/p/tricycle_steering_controller/>`__ | ||
| - `ROS Index <https://index.ros.org/p/tricycle_steering_controller/>`__ | ||
| * - velocity_controllers | ||
| - `Documentation <https://control.ros.org/master/doc/ros2_controllers/velocity_controllers/doc/userdoc.html>`__ | ||
| - `API <http://docs.ros.org/en/rolling/p/velocity_controllers/>`__ | ||
| - `ROS Index <https://index.ros.org/p/velocity_controllers/>`__ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| type: 'rosdoc2 config' | ||
| version: 1 | ||
|
|
||
| --- | ||
|
|
||
| settings: | ||
| # Not generating any documentation of code | ||
| generate_package_index: false | ||
| always_run_doxygen: false | ||
| enable_breathe: false | ||
| enable_exhale: false | ||
| always_run_sphinx_apidoc: false | ||
|
|
||
| builders: | ||
| # Configure Sphinx with the location of the docs: | ||
| - sphinx: { | ||
| name: 'ros2_controllers', | ||
| sphinx_sourcedir: 'doc', | ||
| output_dir: '' | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.