Only released in EOL distros:
Package Summary
ROSH plugin for packages in the common stack
- Author: Ken Conley
- License: BSD
- Repository: ros-pkg
- Source: hg http://kforge.ros.org/rosh/rosh_robot_hg
Package Summary
ROSH plugin for packages in the common stack
- Author: Ken Conley
- License: BSD
- Source: hg http://kforge.ros.org/rosh/rosh_robot_hg (branch: default)
Package Summary
ROSH plugin for packages in the common stack
- Author: Ken Conley
- License: BSD
- Source: hg http://kforge.ros.org/rosh/rosh_robot_hg (branch: default)
Package Summary
ROSH plugin for packages in the common stack
- Author: Ken Conley
- License: BSD
- Source: hg http://kforge.ros.org/rosh/rosh_robot_hg (branch: default)
Package Summary
ROSH plugin for packages in the common stack
- Maintainer status: maintained
- Maintainer: Dan Lazewatsky <dan AT lazewatsky DOT com>
- Author: Ken Conley
- License: BSD
- Bug / feature tracker: https://github.com/OSUrobotics/rosh_robot_plugins/issues
- Source: git https://github.com/OSUrobotics/rosh_robot_plugins.git (branch: master)
Package Summary
ROSH plugin for packages in the common stack
- Maintainer status: maintained
- Maintainer: Dan Lazewatsky <dan AT lazewatsky DOT com>
- Author: Ken Conley
- License: BSD
- Bug / feature tracker: https://github.com/OSUrobotics/rosh_robot_plugins/issues
- Source: git https://github.com/OSUrobotics/rosh_robot_plugins.git (branch: master)
Package Summary
ROSH plugin for packages in the common stack
- Maintainer status: maintained
- Maintainer: Dan Lazewatsky <dan AT lazewatsky DOT com>
- Author: Ken Conley
- License: BSD
- Bug / feature tracker: https://github.com/OSUrobotics/rosh_robot_plugins/issues
- Source: git https://github.com/OSUrobotics/rosh_robot_plugins.git (branch: master)
Contents
Provides
cameras
actions
actions
actions provides an index of all actionlib actions in a running ROS graph. The API is currently very simple right now and only supports display action goal arguments and synchronous invocation.
actions.action_name
- Prints action goal arguments.
actions.action_name(args)
- Invoke action synchronously and return result.
cameras
cameras provides an index of cameras that support the general ROS camera interface, which is commonly used in camera_drivers. With the cameras object, you can easily inspect which cameras are available, retrieve their camera info, and show camera images.
show(cameras.camera)
Opens camera viewer using rviz/image_view. Accepts both single and stereo camera objects. NOTE: this requires loading the rosh_visualization plugin.
Advanced
Plugin API
rosh_common.PLUGIN_CAMERA_SHOW
Register show() handler for cameras. Used by rosh_visualization.