industrial_msgs¶
Contents:
Summary¶
-
industrial_msgs
¶ Version: 0.4.3
Description: The industrial message package containes industrial specific messages definitions. This package is part of the ROS-Industrial program.
Maintainers: - Shaun Edwards <sedwards AT swri DOT org>
Licenses: - BSD
Urls: - website<http://ros.org/wiki/industrial_msg>
Authors: - Shaun M. Edwards
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Service types¶
industrial_msgs/StartMotion
industrial_msgs/StopMotion
industrial_msgs/CmdJointTrajectory
industrial_msgs/SetDrivePower
industrial_msgs/SetRemoteLoggerLevel
industrial_msgs/GetRobotInfo
-
industrial_msgs/StartMotion
¶ Field (Response): - code (industrial_msgs/ServiceReturnCode) –
Resume current robot motion (e.g. after stop_motion or robot fault)
# Resume current robot motion (e.g. after stop_motion or robot fault) --- industrial_msgs/ServiceReturnCode code
-
industrial_msgs/StopMotion
¶ Field (Response): - code (industrial_msgs/ServiceReturnCode) –
Stops current robot motion. Motion resumed by using start_motion service or by sending a new motion command
# Stops current robot motion. Motion resumed by using start_motion service # or by sending a new motion command --- industrial_msgs/ServiceReturnCode code
-
industrial_msgs/CmdJointTrajectory
¶ Field (Request): - trajectory (trajectory_msgs/JointTrajectory) –
Field (Response): - code (industrial_msgs/ServiceReturnCode) –
- Send a JointTrajectory command to the robot.
- duplicates functionality of the joint_path_command topic
- provides a response-code to verify command was received
- returns when trajectory is sent to robot, not when motion completed
- return code may NOT indicate successful transfer to robot
# Send a JointTrajectory command to the robot. # - duplicates functionality of the joint_path_command topic # - provides a response-code to verify command was received # - returns when trajectory is sent to robot, not when motion completed # - return code may NOT indicate successful transfer to robot trajectory_msgs/JointTrajectory trajectory --- industrial_msgs/ServiceReturnCode code
-
industrial_msgs/SetDrivePower
¶ Field (Request): - drive_power (bool) –
Field (Response): - code (industrial_msgs/ServiceReturnCode) –
Direct method of turning drive power on and off NOTE: Motion commands will automatically to this if drive power is not on and a motion command is received.
# Direct method of turning drive power on and off # NOTE: Motion commands will automatically to this if # drive power is not on and a motion command is received. bool drive_power --- industrial_msgs/ServiceReturnCode code
-
industrial_msgs/SetRemoteLoggerLevel
¶ Field (Request): - level (industrial_msgs/DebugLevel) –
Field (Response): - code (industrial_msgs/ServiceReturnCode) –
Sets logging level for a remote device that is attached to ROS via some communications link. This service is meant to set the log level on the device directly so that the comms link is not overloaded with messages.
# Sets logging level for a remote device that is attached to # ROS via some communications link. This service is meant to # set the log level on the device directly so that the comms # link is not overloaded with messages. industrial_msgs/DebugLevel level --- industrial_msgs/ServiceReturnCode code
-
industrial_msgs/GetRobotInfo
¶ Field (Response): - controller (industrial_msgs/DeviceInfo) –
- robots[] (industrial_msgs/DeviceInfo) –
- code (industrial_msgs/ServiceReturnCode) –
The Get Robot Info service returns vendor specific information about the robot(s) connected by the driver
# The Get Robot Info service returns vendor specific information about # the robot(s) connected by the driver --- industrial_msgs/DeviceInfo controller industrial_msgs/DeviceInfo[] robots industrial_msgs/ServiceReturnCode code