robot_calibration_msgs

Summary

robot_calibration_msgs
Version:

0.5.2

Description:

Messages for calibrating a robot

Maintainers:
  • Michael Ferguson <mferguson AT fetchrobotics DOT com>
Licenses:
  • Apache2
Urls:
Authors:
  • Michael Ferguson
BuildDepends:
BuildtoolDepends:
 
BuildExportDepends:
 
ExecDepends:

Types

Message types

robot_calibration_msgs/CameraParameter
Field:
  • name (string) –
  • value (float64) –
string name
float64 value
robot_calibration_msgs/Observation
Field:

Name of the “sensor” that generate this data.

# Name of the "sensor" that generate this data.
string sensor_name

# Features "detected" by the sensor.
geometry_msgs/PointStamped[] features

# Sensor information
ExtendedCameraInfo ext_camera_info

# Debugging data (optional)
sensor_msgs/PointCloud2 cloud
sensor_msgs/Image image
robot_calibration_msgs/CalibrationData
Field:

State of the robot when this data was collected

# State of the robot when this data was collected
sensor_msgs/JointState  joint_states

# Observations, one entry per sensor that is collecting data
Observation[]           observations
robot_calibration_msgs/ExtendedCameraInfo
Field:
sensor_msgs/CameraInfo  camera_info
CameraParameter[]       parameters
robot_calibration_msgs/CaptureConfig
Field:

Pose the robot should be put in for this sample

# Pose the robot should be put in for this sample
sensor_msgs/JointState joint_states

# Names of feature detectors to use for this sample
string[] features

Action types

robot_calibration_msgs/GripperLedCommand
Field (Goal):
  • led_code (uint8) –

This action is used to flash a sequence with LEDs, which can then be detected by calibration

# This action is used to flash a sequence with LEDs, which can then be detected by calibration

uint8 led_code

---

---