Skip to content

Commit c52e41d

Browse files
authored
Fault and Twist controller from new repo (Kinovarobotics#143)
* Fault and Twist controller from new repo - We aim to have these two controllers merged into ros2_control - For now get them from picknik_controllers repo Signed-off-by: Alex Moriarty <[email protected]>
1 parent 27bbc1d commit c52e41d

File tree

20 files changed

+26
-713
lines changed

20 files changed

+26
-713
lines changed

.github/workflows/ci-ros-lint.yml

-4
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
linter: ${{ matrix.linter }}
2020
package-name:
2121
kortex2_bringup
22-
kortex2_controllers
2322
kortex2_driver
24-
kortex2_robotiq_gripper_driver
2523

2624

2725
ament_lint_100:
@@ -41,6 +39,4 @@ jobs:
4139
arguments: "--linelength=100 --filter=-whitespace/newline"
4240
package-name:
4341
kortex2_bringup
44-
kortex2_controllers
4542
kortex2_driver
46-
kortex2_robotiq_gripper_driver

README.md

+2-20
Original file line numberDiff line numberDiff line change
@@ -159,29 +159,11 @@ ros2 action send_goal /robotiq_gripper_controller/gripper_cmd control_msgs/actio
159159

160160
The following is a description of the packages included in this repository.
161161

162-
### kortex_control
163-
This package implements the simulation controllers that control the arm in Gazebo. For more details, please consult the [README](kortex_control/readme.md) from the package subdirectory.
164-
165-
**Note** The `ros_control` controllers for the real arm are not yet implemented and will be in a future release of `ros_kortex`.
166-
167162
### kortex_description
168163
This package contains the URDF (Unified Robot Description Format), STL and configuration files for the Kortex-compatible robots. For more details, please consult the [README](kortex_description/readme.md) from the package subdirectory.
169164

170165
### kortex_driver
171166
This package implements a ROS node that allows communication between a node and a Kinova Gen3 or Gen3 lite robot. For more details, please consult the [README](kortex_driver/readme.md) from the package subdirectory.
172167

173-
### kortex_examples
174-
This package holds all the examples needed to understand the basics of `ros_kortex`. Most of the examples are written in both C++ and Python. Only the MoveIt! example is available exclusively in Python for now.
175-
A more detailed [description](kortex_examples/readme.md) can be found in the package subdirectory.
176-
177-
### kortex_gazebo
178-
This package contains files to simulate the Kinova Gen3 and Gen3 lite robots in Gazebo. For more details, please consult the [README](kortex_gazebo/readme.md) from the package subdirectory.
179-
180-
### kortex_move_it_config
181-
This metapackage contains the auto-generated MoveIt! files to use the Kinova Gen3 and Gen3 lite arms with the MoveIt! motion planning framework. For more details, please consult the [README](kortex_move_it_config/readme.md) from the package subdirectory.
182-
183-
### kortex2_controllers
184-
Custom `ros2_control` based controllers for kinova arms. More information can be found [here](kortex2_controllers/README.md).
185-
186-
### third_party
187-
This folder contains the third-party packages we use with the ROS Kortex packages. Currently, it consists of two packages used for the simulation of the Robotiq Gripper in Gazebo. We use [gazebo-pkgs](third_party/gazebo-pkgs/README.md) for grasping support in Gazebo and [roboticsgroup_gazebo_plugins](third_party/roboticsgroup_gazebo_plugins/README.md) to mimic joint support in Gazebo.
168+
### kortex_moveit_config
169+
This metapackage contains the auto-generated MoveIt! files to use the Kinova Gen3 and Gen3 lite arms with the MoveIt! motion planning framework. For more details, please consult the [README](kortex_moveit_config/readme.md) from the package subdirectory.

kortex2_controllers/CMakeLists.txt

-69
This file was deleted.

kortex2_controllers/README.md

-56
This file was deleted.

kortex2_controllers/controller_plugins.xml

-12
This file was deleted.

kortex2_controllers/include/kortex2_controllers/fault_controller.hpp

-95
This file was deleted.

kortex2_controllers/include/kortex2_controllers/twist_controller.hpp

-81
This file was deleted.

0 commit comments

Comments
 (0)