Show EOL distros:
open_manipulator: open_manipulator_control_gui | open_manipulator_controller | open_manipulator_description | open_manipulator_libs | open_manipulator_moveit | open_manipulator_teleop
Package Summary
Released
Documented
Provides teleoperation using keyboard for OpenManipulator.
- Maintainer status: developed
- Maintainer: Pyo <pyo AT robotis DOT com>, Hye-Jong KIM <hjkim AT robotis DOT com>
- Author: Darby Lim <thlim AT robotis DOT com>, Hye-Jong KIM <hjkim AT robotis DOT com>, Ryan Shim <jhshim AT robotis DOT com>, Yong-Ho Na <yhna AT robotis DOT com>
- License: Apache 2.0
- Bug / feature tracker: https://github.com/ROBOTIS-GIT/open_manipulator/issues
- Source: git https://github.com/ROBOTIS-GIT/open_manipulator.git (branch: kinetic-devel)
open_manipulator: open_manipulator_control_gui | open_manipulator_controller | open_manipulator_description | open_manipulator_libs | open_manipulator_teleop
Package Summary
Released
Documented
Provides teleoperation using keyboard for OpenManipulator.
- Maintainer status: developed
- Maintainer: Will Son <willson AT robotis DOT com>
- Author: Darby Lim <thlim AT robotis DOT com>, Hye-Jong KIM <hjkim AT robotis DOT com>, Ryan Shim <jhshim AT robotis DOT com>, Yong-Ho Na <yhna AT robotis DOT com>
- License: Apache 2.0
- Bug / feature tracker: https://github.com/ROBOTIS-GIT/open_manipulator/issues
- Source: git https://github.com/ROBOTIS-GIT/open_manipulator.git (branch: melodic-devel)
Contents
ROS Software Maintainer: ROBOTIS
ROBOTIS e-Manual
ROS API
open_manipulator_joystick
This node is provided to control OpenMANIPULATOR-X by joystick controllers.Subscribed Topics
joint_states (sensor_msgs/JointState)- This message is used to subscribe robot joint states such as joint position.
- This message is used to subscribe kinematic pose of manipulator end-effector.
- This message is used to subscribe commends published from joystick nodes.
Services Called
goal_joint_space_path (open_manipulator_msgs/SetJointPosition)- This service is used when requesting movement of the manipulator to the target joint position in the joint space.
- This service is used to request the movement of the manipulator as much as the delta position from the present position in task space.
- This service is used when requesting goal position of the tool of the manipulator.
Parameters
robot_name (string, default: open_manipulator)- Set robot name as namespace.
- Set the end-effector name of the manipulator set in open_manipulator node of open_manipulator_libs package.
open_manipulator_keyboard
This node is provided to control OpenMANIPULATOR-X by keyboard inputs.Subscribed Topics
joint_states (sensor_msgs/JointState)- This message is used to subscribe robot joint states such as joint position.
- This message is used to subscribe kinematic pose of manipulator end-effector.
Services Called
goal_joint_space_path (open_manipulator_msgs/SetJointPosition)- This service is used when requesting movement of the manipulator to the target joint position in the joint space.
- This service is used to request the movement of the manipulator as much as the delta position from the present joint position in joint space.
- This service is used to request the movement of the manipulator as much as the delta position from the present position in task space.
- This service is used when requesting goal position of the tool of the manipulator.
Parameters
robot_name (string, default: open_manipulator)- Set robot name as namespace.
- Set the end-effector name of the manipulator set in open_manipulator node of open_manipulator_libs package.