Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/governance/governance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,7 @@ The following repositories are managed by the ros-controls PMC:
- Not Yet Available
* - https://github.com/ros-controls/realtime_tools
- Not Yet Available
* - https://github.com/ros-controls/topic_based_hardware_interfaces
- Marq Rasmussen
* - https://github.com/ros-controls/.github
- Not Yet Available
2 changes: 1 addition & 1 deletion doc/simulators/simulators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Hosted by ros-controls
:titlesonly:

Gazebo <../gz_ros2_control/doc/index.rst>
topic-based <../topic_based_hardware_interfaces/doc/index.rst>


End-Of-Life
Expand All @@ -28,7 +29,6 @@ To add your *ros2_control* integration, submit a PR to this page on Github!

* `Isaac Sim <https://moveit.picknik.ai/main/doc/how_to_guides/isaac_panda/isaac_panda_tutorial.html>`__
* `Webots <https://github.com/cyberbotics/webots_ros2/tree/master/webots_ros2_control>`__
* Custom interfaces to simulators with a `Topic Based System <https://github.com/PickNikRobotics/topic_based_ros2_control>`__
* `MuJoCo <https://github.com/fzi-forschungszentrum-informatik/cartesian_controllers/tree/ros2/cartesian_controller_simulation>`__
* `MuJoCo <https://github.com/moveit/mujoco_ros2_control>`__
* `Algoryx AGX Dynamic <https://github.com/Algoryx/agx-ros2-collection>`__
2 changes: 2 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The framework consists of the following Github repositories hosted under the `ro
* `control_msgs`_ - common messages;
* `kinematics_interface`_ - for using C++ kinematics frameworks;
* `gz_ros2_control`_ - Plugin for Gazebo;
* `topic_based_hardware_interfaces`_ - hardware_interfaces for simulators and other hardware that only support ROS topic-based communication;


Additionally, the following (unreleased) packages are relevant for documentation and project management:
Expand Down Expand Up @@ -83,6 +84,7 @@ General discussions
.. _ros2_controllers: https://github.com/ros-controls/ros2_controllers
.. _control_msgs: https://github.com/ros-controls/control_msgs
.. _realtime_tools: https://github.com/ros-controls/realtime_tools
.. _topic_based_hardware_interfaces: https://github.com/ros-controls/topic_based_hardware_interfaces
.. _control_toolbox: https://github.com/ros-controls/control_toolbox
.. _kinematics_interface: https://github.com/ros-controls/kinematics_interface
.. _ros2_control_demos: https://github.com/ros-controls/ros2_control_demos
Expand Down
2 changes: 2 additions & 0 deletions make_help_scripts/create_pr_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ def print_contributors_stats(contributors_stats):
"gazebo_ros2_control",
"gz_ros2_control",
"kinematics_interface",
"topic_based_hardware_interfaces",
"ros2_control_ci",
"ros2_rhel",
"ros2_debian"
Expand All @@ -687,6 +688,7 @@ def print_contributors_stats(contributors_stats):
"gazebo_ros2_control": "master",
"gz_ros2_control": "rolling",
"kinematics_interface": "master",
"topic_based_hardware_interfaces": "main",
"ros2_control_ci": "master",
"ros2_rhel": "main",
"ros2_debian": "main"
Expand Down
13 changes: 13 additions & 0 deletions make_help_scripts/deploy_defines.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,19 @@ def add_pr_stats_file():
},
"pr": None
},
"topic_based_hardware_interfaces": {
"url": "https://github.com/ros-controls/topic_based_hardware_interfaces",
"branch_version": {
"foxy": "main",
"galactic": "main",
"humble": "main",
"iron": "main",
"jazzy": "main",
"kilted": "main",
"rolling": "main"
},
"pr": None
},
".github": {
"url": "https://github.com/ros-controls/.github",
"branch_version": {
Expand Down
Loading