ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Plugin doesnt appear among controller types

asked 2016-08-02 03:37:39 -0500

neckutrek gravatar image

At the bottom of my .cpp file I have

// make the controller available to the library loader
PLUGINLIB_EXPORT_CLASS(hiqp::ROSKinematicsController, controller_interface::ControllerBase)

but when I run

rosservice call /controller_manager/list_controller_types

the ROSKinematicsController does not appear.

Shall this be sufficient for loading a controller as a plugin, or have I forgotten something?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-01-05 09:19:02 -0500

rbbg gravatar image

Hi neckutrek,

Did you also provide a Plugin File Description and register it with the ROS package system?

If you carefully follow all the steps as described on the pluginlib wiki, it should work.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2016-08-02 03:37:39 -0500

Seen: 96 times

Last updated: Jan 05 '17