cob_driver: cob_arm | cob_base | cob_base_drive_chain | cob_battery | cob_camera_sensors | cob_canopen_motor | cob_forcetorque | cob_generic_can | cob_head_axis | cob_hokuyo | cob_joint_state_aggregator | cob_joy | cob_light | cob_manipulator | cob_oodl_scanner | cob_powercube_chain | cob_pseudo_joint_state_publisher | cob_relayboard | cob_sdh | cob_sick_s300 | cob_sound | cob_torso | cob_touch | cob_trajectory_controller | cob_tray | cob_tray_sensors | cob_undercarriage_ctrl

Package Summary

Launch files to configure and startup the Care-O-bot tray based on the cob_powercube_chain.

Hardware Requirements

This package configures the cob_powercube_chain to use one powercube for the Care-O-bot tray. Alternatively you can use a simulated version without any hardware, see cob_gazebo.

ROS API

This package doesn't have a own ROS API, it just configures the cob_powercube_chain with 1 DOF.

Usage/Examples

For starting only the tray use

roslaunch cob_tray solo.launch

For including the tray in your overall launch file use

<include file="$(find cob_tray)/ros/launch/tray.launch" />

A sample parameter file could look like this

can_module: PCAN
can_device: /dev/pcan0
can_baudrate: 500
module_ids: [10]
joint_names: [torso_tray_joint]
max_accelerations: [0.8]
OperationMode: position

For moving the tray start the cob_dashboard

roslaunch cob_dashboard dashboard.launch

Press the "init" button to call the init service for connecting to the hardware. Afterwards use the buttons to move to predefined positions.

Wiki: cob_tray (last edited 2011-05-20 06:24:44 by FlorianWeisshardt)