Show EOL distros:
Package Summary
This package contains configuration for each robot instance (e.g. cob3-1, cob3-2,...). There is a directory for each robot with configuration about urdf and hardware/device configurations.
- Author: Florian Weisshardt
- License: LGPL
- Source: git https://github.com/ipa320/cob_robots.git (branch: release_electric)
Package Summary
This package contains configuration for each robot instance (e.g. cob3-1, cob3-2,...). There is a directory for each robot with configuration about urdf and hardware/device configurations.
- Author: Florian Weisshardt
- License: LGPL
- Source: git https://github.com/ipa320/cob_robots.git (branch: release_fuerte)
Package Summary
This package contains configuration for each robot instance (e.g. cob3-1, cob3-2,...). There is a directory for each robot with configuration about urdf and hardware/device configurations.
- Author: Florian Weisshardt
- License: LGPL
- Source: git https://github.com/ipa320/cob_robots.git (branch: groovy)
Package Summary
This package contains configuration for each robot instance (e.g. cob3-1, cob3-2,...). There is a directory for each robot with configuration about urdf and hardware/device configurations.
- Maintainer status: developed
- Maintainer: Florian Weisshardt <fmw AT ipa.fhg DOT de>
- Author: Florian Weisshardt <fmw AT ipa.fhg DOT de>
- License: LGPL
- Source: git https://github.com/ipa320/cob_robots.git (branch: hydro_release_candidate)
Package Summary
This package contains configuration for each robot instance (e.g. cob4-X, raw3-X). There is a directory for each robot with configuration about urdf and hardware/device configurations.
- Maintainer status: maintained
- Maintainer: Felix Messmer <felixmessmer AT gmail DOT com>
- Author: Felix Messmer <fxm AT ipa.fhg DOT de>, Nadia Hammoudeh Garcia <nhg AT ipa.fhg DOT de>, Florian Weisshardt <fmw AT ipa.fhg DOT de>
- License: Apache 2.0
- Source: git https://github.com/ipa320/cob_robots.git (branch: indigo_release_candidate)
Package Summary
This package contains configuration for each robot instance (e.g. cob4-X, raw3-X). There is a directory for each robot with configuration about urdf and hardware/device configurations.
- Maintainer status: maintained
- Maintainer: Felix Messmer <felixmessmer AT gmail DOT com>
- Author: Felix Messmer <fxm AT ipa.fhg DOT de>, Nadia Hammoudeh Garcia <nhg AT ipa.fhg DOT de>, Florian Weisshardt <fmw AT ipa.fhg DOT de>
- License: Apache 2.0
- Source: git https://github.com/ipa320/cob_robots.git (branch: kinetic_release_candidate)
Package Summary
This package contains configuration for each robot instance (e.g. cob4-X, raw3-X). There is a directory for each robot with configuration about urdf and hardware/device configurations.
- Maintainer status: maintained
- Maintainer: Felix Messmer <felixmessmer AT gmail DOT com>
- Author: Felix Messmer <fxm AT ipa.fhg DOT de>, Nadia Hammoudeh Garcia <nhg AT ipa.fhg DOT de>, Florian Weisshardt <fmw AT ipa.fhg DOT de>
- License: Apache 2.0
- Source: git https://github.com/ipa320/cob_robots.git (branch: kinetic_release_candidate)
Package Summary
This package contains configuration for each robot instance (e.g. cob4-X, raw3-X). There is a directory for each robot with configuration about urdf and hardware/device configurations.
- Maintainer status: maintained
- Maintainer: Felix Messmer <felixmessmer AT gmail DOT com>
- Author: Felix Messmer <fxm AT ipa.fhg DOT de>, Nadia Hammoudeh Garcia <nhg AT ipa.fhg DOT de>, Florian Weisshardt <fmw AT ipa.fhg DOT de>
- License: Apache 2.0
- Source: git https://github.com/ipa320/cob_robots.git (branch: kinetic_release_candidate)
Contents
Component configuration
For each robot there is a folder called config, where you can find the yaml files for each components of this robot. Here you can configure the sensors and actors. You can find the information of this configuration parameters in the following packages:
Component |
Package |
Base |
|
Torso |
|
Sdh |
|
Lwa |
|
Tray |
|
Laser_front |
|
Laser_rear |
|
Head |
Urdf
The robot urdf is composed out of components defined in cob_description and schunk_description.
You can check your urdf settings with
rosrun xacro xacro.py <<xacro_file>> > <<urdf_file>> rosrun urdf_parser check_urdf <<urdf_file>>
and graphically with
roslaunch urdf_tutorial display.launch gui:=True model:=<<urdf_file>>
<<xacro_file>> is for example cob3-3/urdf/cob3-3.urdf.xacro.
Calibration
Calibration data is stored in cob_calibration_data package.
The calibration of Care-O-bot have to be done in two steps, first manual with the water balance you have to calibrate torso and tray, the second step is automatic using the package cob_calibration .