Show EOL distros:
Package Summary
This package contains the xxx.machine files that describe the different hosts a node can be spawned on. Currently there is one machine file for the pr2 robot, and one for the simulated pr2 robot.
- Author: Wim Meeussen
- License: BSD
- Repository: wg-ros-pkg
- Source: svn https://code.ros.org/svn/wg-ros-pkg/stacks/pr2_common/tags/pr2_common-1.4.5
Package Summary
This package contains the xxx.machine files that describe the different hosts a node can be spawned on. Currently there is one machine file for the pr2 robot, and one for the simulated pr2 robot.
- Author: Wim Meeussen
- License: BSD
- Source: git https://github.com/PR2/pr2_common.git (branch: pr2_common-1.6)
Package Summary
This package contains the xxx.machine files that describe the different hosts a node can be spawned on. Currently there is one machine file for the pr2 robot, and one for the simulated pr2 robot.
- Author: Wim Meeussen
- License: BSD
- Source: git https://github.com/PR2/pr2_common.git (branch: fuerte-devel)
Package Summary
This package contains the xxx.machine files that describe the different hosts a node can be spawned on. Currently there is one machine file for the pr2 robot, and one for the simulated pr2 robot.
- Author: Wim Meeussen
- License: BSD
- Source: git https://github.com/PR2/pr2_common.git (branch: groovy-devel)
Package Summary
This package contains the xxx.machine files that describe the different hosts a node can be spawned on. Currently there is one machine file for the pr2 robot, and one for the simulated pr2 robot.
- Maintainer status: maintained
- Maintainer: Austin Hendrix <ahendrix AT willowgarage DOT com>
- Author: Wim Meeussen, Austin Hendrix
- License: BSD
- Bug / feature tracker: https://github.com/PR2/pr2_common/issues
- Source: git https://github.com/PR2/pr2_common.git (branch: hydro-devel)
Package Summary
This package contains the xxx.machine files that describe the different hosts a node can be spawned on. Currently there is one machine file for the pr2 robot, and one for the simulated pr2 robot.
- Maintainer status: maintained
- Maintainer: Devon Ash <dash AT clearpathrobotics DOT com>
- Author: Wim Meeussen, Austin Hendrix
- License: BSD
- Bug / feature tracker: https://github.com/PR2/pr2_common/issues
- Source: git https://github.com/pr2/pr2_common.git (branch: indigo-devel)
Package Summary
This package contains the xxx.machine files that describe the different hosts a node can be spawned on. Currently there is one machine file for the pr2 robot, and one for the simulated pr2 robot.
- Maintainer status: maintained
- Maintainer: Devon Ash <dash AT clearpathrobotics DOT com>
- Author: Wim Meeussen, Austin Hendrix
- License: BSD
- Bug / feature tracker: https://github.com/PR2/pr2_common/issues
- Source: git https://github.com/pr2/pr2_common.git (branch: indigo-devel)
Package Summary
This package contains the xxx.machine files that describe the different hosts a node can be spawned on. Currently there is one machine file for the pr2 robot, and one for the simulated pr2 robot.
- Maintainer status: unmaintained
- Maintainer: ROS Orphaned Package Maintainers <ros-orphaned-packages AT googlegroups DOT com>
- Author: Wim Meeussen, Austin Hendrix
- License: BSD
- Bug / feature tracker: https://github.com/PR2/pr2_common/issues
- Source: git https://github.com/pr2/pr2_common.git (branch: kinetic-devel)
Package Summary
This package contains the xxx.machine files that describe the different hosts a node can be spawned on. Currently there is one machine file for the pr2 robot, and one for the simulated pr2 robot.
- Maintainer status: maintained
- Maintainer: ROS Orphaned Package Maintainers <ros-orphaned-packages AT googlegroups DOT com>
- Author: Wim Meeussen, Austin Hendrix
- License: BSD
- Bug / feature tracker: https://github.com/PR2/pr2_common/issues
- Source: git https://github.com/pr2/pr2_common.git (branch: kinetic-devel)
Package Summary
This package contains the xxx.machine files that describe the different hosts a node can be spawned on. Currently there is one machine file for the pr2 robot, and one for the simulated pr2 robot.
- Maintainer status: unmaintained
- Maintainer: ROS Orphaned Package Maintainers <ros-orphaned-packages AT googlegroups DOT com>
- Author: Wim Meeussen, Austin Hendrix
- License: BSD
- Bug / feature tracker: https://github.com/PR2/pr2_common/issues
- Source: git https://github.com/pr2/pr2_common.git (branch: melodic-devel)
Package Summary
This package contains the xxx.machine files that describe the different hosts a node can be spawned on. Currently there is one machine file for the pr2 robot, and one for the simulated pr2 robot.
- Maintainer status: unmaintained
- Maintainer: ROS Orphaned Package Maintainers <ros-orphaned-packages AT googlegroups DOT com>
- Author: Wim Meeussen, Austin Hendrix
- License: BSD
- Bug / feature tracker: https://github.com/PR2/pr2_common/issues
- Source: git https://github.com/pr2/pr2_common.git (branch: melodic-devel)
Machine files
This package provides 2 files:
pr2.machine : defines the machines c1 and c2 to have the addresses c1 and c2, respectively, which maps them to the PR2's computers.
sim.machine : defines the machines c1 and c2 to both have the address localhost.
These files are intended to be included by roslaunch files. The intended usage is:
<include file="$(find pr2_machine)/$(env ROBOT).machine" />
The user sets the ROBOT environment variable to pr2 when working with a physical PR2, and sim when working in simulation. In this way, roslaunch files that refer to machines c1 and c2 will distribute computation appropriately on the robot, but still work on a single machine in simulation (assuming that the single machine can support the processing requirements).