No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.3.3
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Use manipulator draw a picture! Look once and draw it!
Checkout URI https://github.com/li-haojia/drawing_manipulator.git
VCS Type git
VCS Version master
Last Updated 2021-01-21
Dev Status UNKNOWN
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The aubo_driver package for connect with the robot controller and moveit controller

Additional Links

Maintainers

  • Allen Liu

Authors

  • Allen Liu

AUBO Robot Driver

  • A new driver for the aubo_i3/aubo_i5/aubo_i7/aubo_i10 robot arms from AUBO robots.
  • It is designed to replace the old driver (For robot controller software version < V4), while solving some issues, improving usability as well as enabling compatibility of ros_control.

Features


  • You can control the robot by using both teach pendant(through AUBO API) and MoveIt.
    When lauching the driver node, the default controller is ros-controller, when you want to switch to the robot-controller, you should publish a message, like:
  rostopic pub -1 aubo_driver/controller_switch std_msgs/Int32 -- 0
  

The last argument mean the robot is controlled by robot-controller, when you want to go back to ros-controller, just change the value “0” to “1”.

  • The driver maintain some of the same functionality as the previous aubo_driver:

    • Action interface on /follow_joint_trajectory for seamless integration with MoveIt.

    • Publishes robot joint state on /joint_states

    • Publishes IO state on /aubo_driver/io_states

    • Service call to set outputs.

  • Added support for ros_control.

    • As ros_control wants to have control over the robot at all times, ros_control compatibility is set via a parameter at launch-time.
    • With ros_control active, the driver doesn’t open the action_lib interface. This is handled by ros_control instead.
    • Currently one controller is available, controlling the joint position of the robot, useable for trajectroy execution.

Installation


  • As the driver communicates with the robot via ethernet and depends on reliable continous communication, it is not possible to reliably control a AUBO Robot from a virtual machine.

  • Just clone the repository into your catkin working directory and make it with catkin_make.

  • Note that this package depends on aubo_msgs, hardware_interface, and controller_manager so it cannot directly be used with ROS versions for indigo and kinetic.

Usage

roslaunch robot_name_moveit_config robot_name_moveit_planning_executing.launch
roslaunch robot_name_moveit_config moveit_rviz.launch config:=true

There is a parameter named "/aubo_controller/velocity_scale_factor", you can use it to sacle the velocity of the trajectory. The bigger the parameter is, faster the robot will move.

Test


  • tsetIO: The message of topic /aubo_driver/io_states is published at a rate of 100Hz. To set IO states, you need to establish a ServiceClient to call servive on /aubo_driver/set_io
  • testAuboAPI: There are plenty of functionality you can use to control the robot, see this declaration. If you want to control the robot more efficiency, it is recommanded to use the Aubo API to realize the functions.
CHANGELOG

Changelog for package aubo_driver

1.3.3 (2018-08-01)

1.3.2 (2018-07-31)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged aubo_driver at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.5.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description aubo robot meta-package. http://ros.org/wiki/aubo_robot
Checkout URI https://github.com/auboliuxin/aubo_robot.git
VCS Type git
VCS Version jade-devel
Last Updated 2017-09-04
Dev Status DEVELOPED
CI status Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The aubo_driver package for connect the TCP/IP Server

Additional Links

Maintainers

  • liuxin

Authors

  • liuxin
README
No README found. See repository README.
CHANGELOG

Changelog for package aubo_driver

0.3.0 (2016-11-15)

  • new version:add aubo_panel,aubo_new_driver
  • new version:add aubo_panel,aubo_new_driver
  • Contributors: robot

0.2.2 (2016-10-27)

0.2.1 (2016-10-11)

0.2.0 (2016-10-11)

  • use lib32 and lib63 to make compitable with i686 and x86_64 system
  • compatible with 32bit and 64 bit system.
  • Contributors: robot

0.1.2 (2016-09-30)

  • fixed a lib path bug
  • Contributors: robot

0.1.1 (2016-09-20)

  • update CHANGELOG.rst
  • Contributors: robot

0.1.0 (2016-09-19)

  • add CHANGELOG.rst
  • update version 0.0.1
  • update README
  • Aubo robotics ROS version 1.0
  • Contributors: robot

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
aubo_robot

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged aubo_driver at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.3.17
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description aubo robot meta-package. http://ros.org/wiki/aubo_robot
Checkout URI https://github.com/auboliuxin/aubo_robot.git
VCS Type git
VCS Version indigo-devel
Last Updated 2017-08-16
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The aubo_driver package for connect the TCP/IP Server

Additional Links

Maintainers

  • liuxin

Authors

  • liuxin
README
No README found. See repository README.
CHANGELOG

Changelog for package aubo_driver

0.3.0 (2016-11-15)

  • new version:add aubo_panel,aubo_new_driver
  • new version:add aubo_panel,aubo_new_driver
  • Contributors: robot

0.2.2 (2016-10-27)

0.2.1 (2016-10-11)

0.2.0 (2016-10-11)

  • use lib32 and lib63 to make compitable with i686 and x86_64 system
  • compatible with 32bit and 64 bit system.
  • Contributors: robot

0.1.2 (2016-09-30)

  • fixed a lib path bug
  • Contributors: robot

0.1.1 (2016-09-20)

  • update CHANGELOG.rst
  • Contributors: robot

0.1.0 (2016-09-19)

  • add CHANGELOG.rst
  • update version 0.0.1
  • update README
  • Aubo robotics ROS version 1.0
  • Contributors: robot

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
aubo_robot

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged aubo_driver at Robotics Stack Exchange

No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.