Only released in EOL distros:
Package Summary
High Level interface to move the arm of the Corobot.
- Author: Morgan Cormier/mcormier@coroware.com
- License: BSD
- Source: svn http://svn.code.sf.net/p/roscorobot/code/trunk/Electric/Corobot
Package Summary
High Level interface to move the arm of the Corobot.
- Maintainer: Morgan Cormier <mcormier AT coroware DOT com>
- Author:
- License: BSD
- Source: git https://github.com/morgancormier/corobot.git (branch: master)
Package Summary
High Level interface to move the arm of the Corobot.
- Maintainer: Morgan Cormier <mcormier AT coroware DOT com>
- Author:
- License: BSD
- Source: git https://github.com/morgancormier/corobot.git (branch: master)
Supported Hardware
This package can be used when your CoroBot has any of the optional arm. It provides some launch files for each possible arm to launch all the necessary nodes and configuration, as it is different for every arm. If you want to teleoperate the robot the only thing you need to do is select the arm you have in the corobot_ros_gui.launch file in the corobot_teleop package.
ROS API
corobot_arm
corobot_arm is a driver for arm movements. This driver was designed to control the movement of a Corobot's arm.Subscribed Topics
armPosition (corobot_msgs/MoveArm)- command to move a servo of the arm
Published Topics
setPositionServo (corobot_msgs/ServoPosition)- give an order of angle position for a specific servo motor.
- Give the type of servo motor for a specific servo connected to the Phidget.
Parameters
dynamixels (XmlRpcValue, default: 0)- Configuration of all the servos of the arm. Given in yalm file
- type of servo controller board: arbotix, ssc32 or phidget. Given in yalm file.