-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add basic rosdoc2 landing page * Add rosdoc2 workflow * Add correct homepage link for ros2 * Remove build_testing * Use master branch of ros2_control_ci repo (cherry picked from commit 3b381d1) Co-authored-by: Christoph Fröhlich <[email protected]>
- Loading branch information
1 parent
9aa3680
commit 2de86f8
Showing
7 changed files
with
47 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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: | ||
- control_msgs/doc/** | ||
- control_msgs/rosdoc2.yaml | ||
- control_msgs/package.xml | ||
|
||
|
||
jobs: | ||
check: | ||
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-rosdoc2.yml@master |
This file contains 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 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 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 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 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,23 @@ | ||
Welcome to the documentation for control_msgs | ||
=============================================== | ||
|
||
control_msgs contains base messages and actions useful for controlling robots. It provides representations for controller setpoints and joint and cartesian trajectories. | ||
|
||
For more information of the ros2_control framework see `control.ros.org <https://control.ros.org/>`__. | ||
|
||
API documentation | ||
------------------ | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
Action Definitions <generated/action_definitions> | ||
Message Definitions <generated/message_definitions> | ||
Service Definitions <generated/service_definitions> | ||
|
||
|
||
Indices and Search | ||
================== | ||
|
||
* :ref:`genindex` | ||
* :ref:`search` |
This file contains 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 |
---|---|---|
|
@@ -5,14 +5,14 @@ | |
<version>4.4.0</version> | ||
<description> | ||
control_msgs contains base messages and actions useful for | ||
controlling robots. It provides representations for controller | ||
controlling robots. It provides representations for controller | ||
setpoints and joint and cartesian trajectories. | ||
</description> | ||
<maintainer email="[email protected]">Bence Magyar</maintainer> | ||
|
||
<license>BSD-3-Clause</license> | ||
|
||
<url>http://ros.org/wiki/control_msgs</url> | ||
<url type="website">https://control.ros.org</url> | ||
<author email="[email protected]">Stuart Glaser</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|