mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
added ur_controllers package
This commit is contained in:
12
ur_controllers/controller_plugins.xml
Normal file
12
ur_controllers/controller_plugins.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<library path="lib/libur_controllers">
|
||||
<class name="ur_controllers/SpeedScalingStateController" type="ur_controllers::SpeedScalingStateController" base_class_type="controller_interface::ControllerBase">
|
||||
<description>
|
||||
This controller publishes the readings of all available speed scaling factors.
|
||||
</description>
|
||||
</class>
|
||||
<class name="position_controllers/ScaledJointTrajectoryController" type="position_controllers::ScaledJointTrajectoryController" base_class_type="controller_interface::ControllerBase">
|
||||
<description>
|
||||
Scaled joint trajectory controller
|
||||
</description>
|
||||
</class>
|
||||
</library>
|
||||
Reference in New Issue
Block a user