-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule topic_based_ros2_control
updated
16 files
+1 −0 | .gitignore | |
+13 −17 | .pre-commit-config.yaml | |
+5 −0 | .prettierrc.cjs | |
+11 −0 | CMakeLists.txt | |
+0 −2 | include/topic_based_ros2_control/topic_based_system.hpp | |
+39 −23 | package.xml | |
+20 −0 | pyproject.toml | |
+7 −30 | src/topic_based_system.cpp | |
+70 −0 | test/control.launch.py | |
+275 −0 | test/diffbot_with_rrr.urdf.xacro | |
+92 −0 | test/ros2_control.test.py | |
+77 −0 | test/ros2_controllers.yaml | |
+140 −0 | test/rrr.urdf.xacro | |
+62 −0 | test/test_topic_based_robot.py | |
+278 −0 | test/topic_based_robot.py | |
+6 −6 | topic_based_ros2_control_plugin_description.xml |