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

Differences between ros_control and arbotix driver package

asked 2017-04-27 22:31:46 -0500

shawnysh gravatar image

image description

image description

1, I wonder what are the differences or similarities between ros_control and arbotix driver.

2, Does arbotix driver belong to firmware for harware ? In other words, it belongs to hardware_interface:RobotHW ?

3, ros_control covers the controller_manager and harware resource interface layer ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-04-28 07:27:58 -0500

updated 2017-05-03 08:19:21 -0500

ros_control is a generic robot controller package, whereas arbotix_driver is a package designed for a specific hardware device.

edit flag offensive delete link more

Comments

Thanks for your quick reply. I wonder why in book, ros by example volume 2, it never mentions ros_control, but uses arbotix package instead, it completes the motion planning and execution along with moveit. It seems like arbotix completes the jobs including controller manager and hardware_interface

shawnysh gravatar image shawnysh  ( 2017-04-29 02:51:59 -0500 )edit

I have not read the book, but there are many reason why a book would not include a specific ros package. (Publication date, specific robot packages etc)

gstavrinos gravatar image gstavrinos  ( 2017-05-02 03:36:20 -0500 )edit

I check arbotix package, I notice that

The arbotix_python package also offers several controllers which add higher-level interfaces to common hardware

Does it mean arbotix package cover the functionalities of ros_control? Link to arbotix_python

shawnysh gravatar image shawnysh  ( 2017-05-03 08:02:22 -0500 )edit

From a quick look to the source code, arbotix_python seems to be independent of ros _control, and does not seem to implement the hardware_interface interface. Thus, it should be used only with very specific hardware.

gstavrinos gravatar image gstavrinos  ( 2017-05-03 08:18:46 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2017-04-27 22:31:46 -0500

Seen: 608 times

Last updated: May 03 '17