You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
The following is a description of the packages included in this repository.
161
161
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
-
167
162
### kortex_description
168
163
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.
169
164
170
165
### kortex_driver
171
166
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.
172
167
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.
0 commit comments