Qt ROS2 QML Types
QtRos2.Core
The following QML types are available when you import QtRos2.Core:
Abstract base for all generated ROS 2 action client types | |
Abstract base for all generated ROS 2 action server types | |
Configures and initialises the ROS 2 context for a QML application | |
Abstract base for all ROS 2 publisher, subscriber, service-client, and action-client types | |
Represents a ROS 2 node and hosts publisher, subscriber, and client entities | |
Abstract base for all items that attach to a Node | |
Declares a ROS 2 node parameter: named, settable, observable state | |
Abstract base for all generated ROS 2 publisher types | |
QoS policy enums and ready-made profiles for QML | |
Binds to a parameter of another ROS 2 node as desired state | |
Abstract base for all generated ROS 2 service client types | |
Abstract base for all generated ROS 2 service server types | |
Abstract base for generated publishers of header-stamped messages | |
Abstract base for all generated ROS 2 subscriber types |
QtRos2.BuiltinInterfaces
The following QML types are available when you import QtRos2.BuiltinInterfaces:
Publishes builtin_interfaces::msg::Duration messages — Duration defines a period between two time points | |
Subscribes to builtin_interfaces::msg::Duration messages — Duration defines a period between two time points | |
Publishes builtin_interfaces::msg::Time messages — This message communicates ROS Time defined here: https://design.ros2.org/articles/clock_and_time.html | |
Subscribes to builtin_interfaces::msg::Time messages — This message communicates ROS Time defined here: https://design.ros2.org/articles/clock_and_time.html |
Duration defines a period between two time points | |
This message communicates ROS Time defined here: https://design.ros2.org/articles/clock_and_time.html |
QtRos2.CompositionInterfaces
The following QML types are available when you import QtRos2.CompositionInterfaces:
Qt service client for the ListNodes ROS 2 service | |
Answers composition_interfaces::srv::ListNodes ROS 2 service requests | |
Qt service client for the LoadNode ROS 2 service | |
Answers composition_interfaces::srv::LoadNode ROS 2 service requests | |
Qt service client for the UnloadNode ROS 2 service | |
Answers composition_interfaces::srv::UnloadNode ROS 2 service requests |
Qt value type wrapper for composition_interfaces::srv::ListNodes_Response ROS 2 messages | |
Qt value type wrapper for composition_interfaces::srv::LoadNode_Request ROS 2 messages | |
Qt value type wrapper for composition_interfaces::srv::LoadNode_Response ROS 2 messages | |
Qt value type wrapper for composition_interfaces::srv::UnloadNode_Response ROS 2 messages |
QtRos2.RclInterfaces
The following QML types are available when you import QtRos2.RclInterfaces:
Qt service client for the DescribeParameters ROS 2 service | |
Answers rcl_interfaces::srv::DescribeParameters ROS 2 service requests | |
Publishes rcl_interfaces::msg::FloatingPointRange messages — Represents bounds and a step value for a floating point typed parameter | |
Subscribes to rcl_interfaces::msg::FloatingPointRange messages — Represents bounds and a step value for a floating point typed parameter | |
Qt service client for the GetLoggerLevels ROS 2 service | |
Answers rcl_interfaces::srv::GetLoggerLevels ROS 2 service requests | |
Qt service client for the GetParameterTypes ROS 2 service | |
Answers rcl_interfaces::srv::GetParameterTypes ROS 2 service requests | |
Qt service client for the GetParameters ROS 2 service | |
Answers rcl_interfaces::srv::GetParameters ROS 2 service requests | |
Publishes rcl_interfaces::msg::IntegerRange messages — Represents bounds and a step value for an integer typed parameter | |
Subscribes to rcl_interfaces::msg::IntegerRange messages — Represents bounds and a step value for an integer typed parameter | |
Publishes rcl_interfaces::msg::ListParametersResult messages — The resulting parameters under the given prefixes | |
Subscribes to rcl_interfaces::msg::ListParametersResult messages — The resulting parameters under the given prefixes | |
Qt service client for the ListParameters ROS 2 service | |
Answers rcl_interfaces::srv::ListParameters ROS 2 service requests | |
Publishes rcl_interfaces::msg::Log messages — Severity level constants | |
Subscribes to rcl_interfaces::msg::Log messages — Severity level constants | |
Publishes rcl_interfaces::msg::LoggerLevel messages — All available logger levels; these correspond to the enum in rcutils/logger.h | |
Subscribes to rcl_interfaces::msg::LoggerLevel messages — All available logger levels; these correspond to the enum in rcutils/logger.h | |
Publishes rcl_interfaces::msg::ParameterDescriptor messages — This is the message to communicate a parameter's descriptor | |
Subscribes to rcl_interfaces::msg::ParameterDescriptor messages — This is the message to communicate a parameter's descriptor | |
Publishes rcl_interfaces::msg::ParameterEventDescriptors messages — This message contains descriptors of a parameter event | |
Subscribes to rcl_interfaces::msg::ParameterEventDescriptors messages — This message contains descriptors of a parameter event | |
Publishes rcl_interfaces::msg::ParameterEvent messages — This message contains a parameter event | |
Subscribes to rcl_interfaces::msg::ParameterEvent messages — This message contains a parameter event | |
Publishes rcl_interfaces::msg::Parameter messages — This is the message to communicate a parameter. It is an open struct with an enum in the descriptor to select which value is active | |
Subscribes to rcl_interfaces::msg::Parameter messages — This is the message to communicate a parameter. It is an open struct with an enum in the descriptor to select which value is active | |
Publishes rcl_interfaces::msg::ParameterType messages — These types correspond to the value that is set in the ParameterValue message | |
Subscribes to rcl_interfaces::msg::ParameterType messages — These types correspond to the value that is set in the ParameterValue message | |
Publishes rcl_interfaces::msg::ParameterValue messages — Used to determine which of the next *_value fields are set | |
Subscribes to rcl_interfaces::msg::ParameterValue messages — Used to determine which of the next *_value fields are set | |
Publishes rcl_interfaces::msg::SetLoggerLevelsResult messages — True when succeed, false when failed | |
Subscribes to rcl_interfaces::msg::SetLoggerLevelsResult messages — True when succeed, false when failed | |
Qt service client for the SetLoggerLevels ROS 2 service | |
Answers rcl_interfaces::srv::SetLoggerLevels ROS 2 service requests | |
Qt service client for the SetParametersAtomically ROS 2 service | |
Answers rcl_interfaces::srv::SetParametersAtomically ROS 2 service requests | |
Publishes rcl_interfaces::msg::SetParametersResult messages — A true value of the same index indicates that the parameter was set successfully. A false value indicates the change was rejected | |
Subscribes to rcl_interfaces::msg::SetParametersResult messages — A true value of the same index indicates that the parameter was set successfully. A false value indicates the change was rejected | |
Qt service client for the SetParameters ROS 2 service | |
Answers rcl_interfaces::srv::SetParameters ROS 2 service requests |
Represents bounds and a step value for a floating point typed parameter | |
Represents bounds and a step value for an integer typed parameter | |
Qt value type wrapper for rcl_interfaces::srv::ListParameters_Request ROS 2 messages | |
Resulting parameters under the given prefixes | |
Severity level constants | |
All available logger levels; these correspond to the enum in rcutils/logger.h | |
This is the message to communicate a parameter. It is an open struct with an enum in the descriptor to select which value is active | |
This is the message to communicate a parameter's descriptor | |
This message contains a parameter event | |
This message contains descriptors of a parameter event | |
These types correspond to the value that is set in the ParameterValue message | |
Used to determine which of the next *_value fields are set | |
True when succeed, false when failed | |
A true value of the same index indicates that the parameter was set successfully. A false value indicates the change was rejected |
QtRos2.TypeDescriptionInterfaces
The following QML types are available when you import QtRos2.TypeDescriptionInterfaces:
Publishes type_description_interfaces::msg::Field messages — Represents a single field in a type | |
Subscribes to type_description_interfaces::msg::Field messages — Represents a single field in a type | |
Publishes type_description_interfaces::msg::FieldType messages — Represents the type of a field and related meta-data | |
Subscribes to type_description_interfaces::msg::FieldType messages — Represents the type of a field and related meta-data | |
Qt service client for the GetTypeDescription ROS 2 service | |
Answers type_description_interfaces::srv::GetTypeDescription ROS 2 service requests | |
Publishes type_description_interfaces::msg::IndividualTypeDescription messages — Represents a single type, without the types it references, if any | |
Subscribes to type_description_interfaces::msg::IndividualTypeDescription messages — Represents a single type, without the types it references, if any | |
Publishes type_description_interfaces::msg::TypeDescription messages — Represents a complete type description, including the type itself as well as the types it references | |
Subscribes to type_description_interfaces::msg::TypeDescription messages — Represents a complete type description, including the type itself as well as the types it references | |
Publishes type_description_interfaces::msg::TypeSource messages — Represents the original source of a ROS 2 interface definition | |
Subscribes to type_description_interfaces::msg::TypeSource messages — Represents the original source of a ROS 2 interface definition |
Represents a single field in a type | |
Represents the type of a field and related meta-data | |
Qt value type wrapper for type_description_interfaces::srv::GetTypeDescription_Request ROS 2 messages | |
Qt value type wrapper for type_description_interfaces::srv::GetTypeDescription_Response ROS 2 messages | |
Represents a single type, without the types it references, if any | |
Represents a complete type description, including the type itself as well as the types it references | |
Represents an arbitrary key-value pair for application-specific information | |
Represents the original source of a ROS 2 interface definition |
QtRos2.ActionMsgs
The following QML types are available when you import QtRos2.ActionMsgs:
Qt service client for the CancelGoal ROS 2 service | |
Answers action_msgs::srv::CancelGoal ROS 2 service requests | |
Publishes action_msgs::msg::GoalInfo messages — Goal ID | |
Subscribes to action_msgs::msg::GoalInfo messages — Goal ID | |
Publishes action_msgs::msg::GoalStatusArray messages — An array of goal statuses | |
Subscribes to action_msgs::msg::GoalStatusArray messages — An array of goal statuses | |
Publishes action_msgs::msg::GoalStatus messages — An action goal can be in one of these states after it is accepted by an action server | |
Subscribes to action_msgs::msg::GoalStatus messages — An action goal can be in one of these states after it is accepted by an action server |
Qt value type wrapper for action_msgs::srv::CancelGoal_Response ROS 2 messages | |
Goal ID | |
An action goal can be in one of these states after it is accepted by an action server | |
An array of goal statuses |
QtRos2.DiagnosticMsgs
The following QML types are available when you import QtRos2.DiagnosticMsgs:
Qt service client for the AddDiagnostics ROS 2 service | |
Answers diagnostic_msgs::srv::AddDiagnostics ROS 2 service requests | |
Publishes diagnostic_msgs::msg::DiagnosticArray messages — This message is used to send diagnostic information about the state of the robot | |
Subscribes to diagnostic_msgs::msg::DiagnosticArray messages — This message is used to send diagnostic information about the state of the robot | |
Publishes diagnostic_msgs::msg::DiagnosticStatus messages — This message holds the status of an individual component of the robot | |
Subscribes to diagnostic_msgs::msg::DiagnosticStatus messages — This message holds the status of an individual component of the robot | |
Qt service client for the SelfTest ROS 2 service | |
Answers diagnostic_msgs::srv::SelfTest ROS 2 service requests |
Qt value type wrapper for diagnostic_msgs::srv::AddDiagnostics_Response ROS 2 messages | |
This message is used to send diagnostic information about the state of the robot | |
This message holds the status of an individual component of the robot | |
What to label this value when viewing | |
Qt value type wrapper for diagnostic_msgs::srv::SelfTest_Response ROS 2 messages |
QtRos2.GeometryMsgs
The following QML types are available when you import QtRos2.GeometryMsgs:
Publishes geometry_msgs::msg::Accel messages — This expresses acceleration in free space broken into its linear and angular parts | |
Publishes geometry_msgs::msg::AccelStamped messages — An accel with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::AccelStamped messages — An accel with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::Accel messages — This expresses acceleration in free space broken into its linear and angular parts | |
Publishes geometry_msgs::msg::AccelWithCovariance messages — This expresses acceleration in free space with uncertainty | |
Publishes geometry_msgs::msg::AccelWithCovarianceStamped messages — This represents an estimated accel with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::AccelWithCovarianceStamped messages — This represents an estimated accel with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::AccelWithCovariance messages — This expresses acceleration in free space with uncertainty | |
Publishes geometry_msgs::msg::Inertia messages — Mass [kg] | |
Publishes geometry_msgs::msg::InertiaStamped messages — An Inertia with a time stamp and reference frame | |
Subscribes to geometry_msgs::msg::InertiaStamped messages — An Inertia with a time stamp and reference frame | |
Subscribes to geometry_msgs::msg::Inertia messages — Mass [kg] | |
Factory functions for constructing point values | |
Publishes geometry_msgs::msg::Point messages — This contains the position of a point in free space | |
Publishes geometry_msgs::msg::PointStamped messages — This represents a Point with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::PointStamped messages — This represents a Point with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::Point messages — This contains the position of a point in free space | |
Publishes geometry_msgs::msg::PolygonInstance messages — A specification of a polygon where the first and last points are assumed to be connected It includes a unique identification field for disambiguating multiple instances | |
Publishes geometry_msgs::msg::PolygonInstanceStamped messages — This represents a Polygon with reference coordinate frame and timestamp It includes a unique identification field for disambiguating multiple instances | |
Subscribes to geometry_msgs::msg::PolygonInstanceStamped messages — This represents a Polygon with reference coordinate frame and timestamp It includes a unique identification field for disambiguating multiple instances | |
Subscribes to geometry_msgs::msg::PolygonInstance messages — A specification of a polygon where the first and last points are assumed to be connected It includes a unique identification field for disambiguating multiple instances | |
Publishes geometry_msgs::msg::Polygon messages — A specification of a polygon where the first and last points are assumed to be connected | |
Publishes geometry_msgs::msg::PolygonStamped messages — This represents a Polygon with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::PolygonStamped messages — This represents a Polygon with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::Polygon messages — A specification of a polygon where the first and last points are assumed to be connected | |
Publishes geometry_msgs::msg::PoseArray messages — An array of poses with a header for global reference | |
Subscribes to geometry_msgs::msg::PoseArray messages — An array of poses with a header for global reference | |
Publishes geometry_msgs::msg::Pose messages — A representation of pose in free space, composed of position and orientation | |
Publishes geometry_msgs::msg::PoseStamped messages — A Pose with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::PoseStamped messages — A Pose with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::Pose messages — A representation of pose in free space, composed of position and orientation | |
Publishes geometry_msgs::msg::PoseWithCovariance messages — This represents a pose in free space with uncertainty | |
Publishes geometry_msgs::msg::PoseWithCovarianceStamped messages — This expresses an estimated pose with a reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::PoseWithCovarianceStamped messages — This expresses an estimated pose with a reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::PoseWithCovariance messages — This represents a pose in free space with uncertainty | |
Factory functions for constructing quaternion values | |
Publishes geometry_msgs::msg::Quaternion messages — This represents an orientation in free space in quaternion form | |
Publishes geometry_msgs::msg::QuaternionStamped messages — This represents an orientation with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::QuaternionStamped messages — This represents an orientation with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::Quaternion messages — This represents an orientation in free space in quaternion form | |
Publishes geometry_msgs::msg::Transform messages — This represents the transform between two coordinate frames in free space | |
Publishes geometry_msgs::msg::TransformStamped messages — This expresses a transform from coordinate frame header.frame_id to the coordinate frame child_frame_id at the time of header.stamp | |
Subscribes to geometry_msgs::msg::TransformStamped messages — This expresses a transform from coordinate frame header.frame_id to the coordinate frame child_frame_id at the time of header.stamp | |
Subscribes to geometry_msgs::msg::Transform messages — This represents the transform between two coordinate frames in free space | |
Publishes geometry_msgs::msg::Twist messages — This expresses velocity in free space broken into its linear and angular parts | |
Publishes geometry_msgs::msg::TwistStamped messages — A twist with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::TwistStamped messages — A twist with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::Twist messages — This expresses velocity in free space broken into its linear and angular parts | |
Publishes geometry_msgs::msg::TwistWithCovariance messages — This expresses velocity in free space with uncertainty | |
Publishes geometry_msgs::msg::TwistWithCovarianceStamped messages — This represents an estimated twist with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::TwistWithCovarianceStamped messages — This represents an estimated twist with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::TwistWithCovariance messages — This expresses velocity in free space with uncertainty | |
Factory functions for constructing vector3 values | |
Publishes geometry_msgs::msg::Vector3 messages — This represents a vector in free space | |
Publishes geometry_msgs::msg::Vector3Stamped messages — This represents a Vector3 with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::Vector3Stamped messages — This represents a Vector3 with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::Vector3 messages — This represents a vector in free space | |
Publishes geometry_msgs::msg::VelocityStamped messages — This expresses the timestamped velocity vector of a frame 'body_frame_id' in the reference frame 'reference_frame_id' expressed from arbitrary observation frame 'header.frame_id' | |
Subscribes to geometry_msgs::msg::VelocityStamped messages — This expresses the timestamped velocity vector of a frame 'body_frame_id' in the reference frame 'reference_frame_id' expressed from arbitrary observation frame 'header.frame_id' | |
Publishes geometry_msgs::msg::VelocityWithCovarianceStamped messages — A timestamped velocity of a body whose frame is 'body_frame_id', measured relative to the reference frame 'reference_frame_id', with the velocity and covariance both expressed in the basis of the observation frame 'header.frame_id' | |
Subscribes to geometry_msgs::msg::VelocityWithCovarianceStamped messages — A timestamped velocity of a body whose frame is 'body_frame_id', measured relative to the reference frame 'reference_frame_id', with the velocity and covariance both expressed in the basis of the observation frame 'header.frame_id' | |
Publishes geometry_msgs::msg::Wrench messages — This represents force in free space, separated into its linear and angular parts | |
Publishes geometry_msgs::msg::WrenchStamped messages — A wrench with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::WrenchStamped messages — A wrench with reference coordinate frame and timestamp | |
Subscribes to geometry_msgs::msg::Wrench messages — This represents force in free space, separated into its linear and angular parts |
This expresses acceleration in free space broken into its linear and angular parts | |
An accel with reference coordinate frame and timestamp | |
This expresses acceleration in free space with uncertainty | |
This represents an estimated accel with reference coordinate frame and timestamp | |
Rigid-body mass and inertia tensor about a center of mass | |
An Inertia with a time stamp and reference frame | |
This contains the position of a point in free space | |
This represents a Point with reference coordinate frame and timestamp | |
A specification of a polygon where the first and last points are assumed to be connected | |
A specification of a polygon where the first and last points are assumed to be connected It includes a unique identification field for disambiguating multiple instances | |
This represents a Polygon with reference coordinate frame and timestamp It includes a unique identification field for disambiguating multiple instances | |
This represents a Polygon with reference coordinate frame and timestamp | |
A representation of pose in free space, composed of position and orientation | |
An array of poses with a header for global reference | |
A Pose with reference coordinate frame and timestamp | |
This represents a pose in free space with uncertainty | |
This expresses an estimated pose with a reference coordinate frame and timestamp | |
This represents an orientation in free space in quaternion form | |
This represents an orientation with reference coordinate frame and timestamp | |
This represents the transform between two coordinate frames in free space | |
This expresses a transform from coordinate frame header.frame_id to the coordinate frame child_frame_id at the time of header.stamp | |
This expresses velocity in free space broken into its linear and angular parts | |
A twist with reference coordinate frame and timestamp | |
This expresses velocity in free space with uncertainty | |
This represents an estimated twist with reference coordinate frame and timestamp | |
This represents a vector in free space | |
This represents a Vector3 with reference coordinate frame and timestamp | |
This expresses the timestamped velocity vector of a frame 'body_frame_id' in the reference frame 'reference_frame_id' expressed from arbitrary observation frame 'header.frame_id' | |
A timestamped velocity of a body whose frame is 'body_frame_id', measured relative to the reference frame 'reference_frame_id', with the velocity and covariance both expressed in the basis of the observation frame 'header.frame_id' | |
This represents force in free space, separated into its linear and angular parts | |
A wrench with reference coordinate frame and timestamp |
QtRos2.LifecycleMsgs
The following QML types are available when you import QtRos2.LifecycleMsgs:
Qt service client for the ChangeState ROS 2 service | |
Answers lifecycle_msgs::srv::ChangeState ROS 2 service requests | |
Qt service client for the GetAvailableStates ROS 2 service | |
Answers lifecycle_msgs::srv::GetAvailableStates ROS 2 service requests | |
Qt service client for the GetAvailableTransitions ROS 2 service | |
Answers lifecycle_msgs::srv::GetAvailableTransitions ROS 2 service requests | |
Qt service client for the GetState ROS 2 service | |
Answers lifecycle_msgs::srv::GetState ROS 2 service requests | |
Publishes lifecycle_msgs::msg::State messages — Primary state definitions as depicted in: http://design.ros2.org/articles/node_lifecycle.html | |
Subscribes to lifecycle_msgs::msg::State messages — Primary state definitions as depicted in: http://design.ros2.org/articles/node_lifecycle.html | |
Publishes lifecycle_msgs::msg::TransitionDescription messages — The transition id and label of this description | |
Subscribes to lifecycle_msgs::msg::TransitionDescription messages — The transition id and label of this description | |
Publishes lifecycle_msgs::msg::TransitionEvent messages — The time point at which this event occurred | |
Subscribes to lifecycle_msgs::msg::TransitionEvent messages — The time point at which this event occurred | |
Publishes lifecycle_msgs::msg::Transition messages — Default values for transitions as described in: http://design.ros2.org/articles/node_lifecycle.html | |
Subscribes to lifecycle_msgs::msg::Transition messages — Default values for transitions as described in: http://design.ros2.org/articles/node_lifecycle.html |
Primary state definitions as depicted in: http://design.ros2.org/articles/node_lifecycle.html | |
Default values for transitions as described in: http://design.ros2.org/articles/node_lifecycle.html | |
Transition id and label of this description | |
Time point at which this event occurred |
QtRos2.NavMsgs
The following QML types are available when you import QtRos2.NavMsgs:
Qt service client for the GetMap ROS 2 service | |
Answers nav_msgs::srv::GetMap ROS 2 service requests | |
Qt service client for the GetPlan ROS 2 service | |
Answers nav_msgs::srv::GetPlan ROS 2 service requests | |
Publishes nav_msgs::msg::Goals messages — An array of navigation goals | |
Subscribes to nav_msgs::msg::Goals messages — An array of navigation goals | |
Publishes nav_msgs::msg::GridCells messages — An array of cells in a 2D grid | |
Subscribes to nav_msgs::msg::GridCells messages — An array of cells in a 2D grid | |
Qt service client for the LoadMap ROS 2 service | |
Answers nav_msgs::srv::LoadMap ROS 2 service requests | |
Publishes nav_msgs::msg::MapMetaData messages — This hold basic information about the characteristics of the OccupancyGrid | |
Subscribes to nav_msgs::msg::MapMetaData messages — This hold basic information about the characteristics of the OccupancyGrid | |
Publishes nav_msgs::msg::OccupancyGrid messages — This represents a 2-D grid map | |
Subscribes to nav_msgs::msg::OccupancyGrid messages — This represents a 2-D grid map | |
Publishes nav_msgs::msg::Odometry messages — This represents an estimate of a position and velocity in free space | |
Subscribes to nav_msgs::msg::Odometry messages — This represents an estimate of a position and velocity in free space | |
Publishes nav_msgs::msg::Path messages — An array of poses that represents a Path for a robot to follow | |
Subscribes to nav_msgs::msg::Path messages — An array of poses that represents a Path for a robot to follow | |
Qt service client for the SetMap ROS 2 service | |
Answers nav_msgs::srv::SetMap ROS 2 service requests | |
Publishes nav_msgs::msg::TrajectoryPoint messages — Trajectory point state | |
Subscribes to nav_msgs::msg::TrajectoryPoint messages — Trajectory point state | |
Publishes nav_msgs::msg::Trajectory messages — An array of trajectory points that represents a trajectory for a robot to follow | |
Subscribes to nav_msgs::msg::Trajectory messages — An array of trajectory points that represents a trajectory for a robot to follow |
Qt value type wrapper for nav_msgs::srv::GetPlan_Request ROS 2 messages | |
An array of navigation goals | |
An array of cells in a 2D grid | |
Qt value type wrapper for nav_msgs::srv::LoadMap_Response ROS 2 messages | |
This hold basic information about the characteristics of the OccupancyGrid | |
This represents a 2-D grid map | |
This represents an estimate of a position and velocity in free space | |
An array of poses that represents a Path for a robot to follow | |
Qt value type wrapper for nav_msgs::srv::SetMap_Request ROS 2 messages | |
An array of trajectory points that represents a trajectory for a robot to follow | |
Trajectory point state |
QtRos2.RosgraphMsgs
The following QML types are available when you import QtRos2.RosgraphMsgs:
Publishes rosgraph_msgs::msg::Action messages — Describes a single Action endpoint, which may be a Server or Client | |
Subscribes to rosgraph_msgs::msg::Action messages — Describes a single Action endpoint, which may be a Server or Client | |
Publishes rosgraph_msgs::msg::Clock messages — This message communicates the current time | |
Subscribes to rosgraph_msgs::msg::Clock messages — This message communicates the current time | |
Publishes rosgraph_msgs::msg::Graph messages — Represents a ROS node graph, which is only a collection of nodes | |
Subscribes to rosgraph_msgs::msg::Graph messages — Represents a ROS node graph, which is only a collection of nodes | |
Publishes rosgraph_msgs::msg::InterfaceType messages — Represent a type of a ROS Graph Interface | |
Subscribes to rosgraph_msgs::msg::InterfaceType messages — Represent a type of a ROS Graph Interface | |
Publishes rosgraph_msgs::msg::Node messages — Represents the observable runtime state of a ROS Node Therefore, does not perfectly align with the abstract specification which created it | |
Subscribes to rosgraph_msgs::msg::Node messages — Represents the observable runtime state of a ROS Node Therefore, does not perfectly align with the abstract specification which created it | |
Publishes rosgraph_msgs::msg::QoSProfile messages — Message-based representation of ROS 2 Quality of Service settings Default values are kept in sync with RMW by integration test Note that SYSTEM_DEFAULT and BEST_AVAILABLE values cannot be an observed value, because they resolve concretely at runtime | |
Subscribes to rosgraph_msgs::msg::QoSProfile messages — Message-based representation of ROS 2 Quality of Service settings Default values are kept in sync with RMW by integration test Note that SYSTEM_DEFAULT and BEST_AVAILABLE values cannot be an observed value, because they resolve concretely at runtime | |
Publishes rosgraph_msgs::msg::Service messages — Describes a single Service endpoint, which may be a Server or Client | |
Subscribes to rosgraph_msgs::msg::Service messages — Describes a single Service endpoint, which may be a Server or Client | |
Publishes rosgraph_msgs::msg::Topic messages — Describes a single topic endpoint, which may be a Publisher or Subscription | |
Subscribes to rosgraph_msgs::msg::Topic messages — Describes a single topic endpoint, which may be a Publisher or Subscription | |
Publishes rosgraph_msgs::msg::TypeHash messages — RIHS spec version | |
Subscribes to rosgraph_msgs::msg::TypeHash messages — RIHS spec version |
Describes a single Action endpoint, which may be a Server or Client | |
This message communicates the current time | |
Represents a ROS node graph, which is only a collection of nodes | |
Represent a type of a ROS Graph Interface | |
Represents the observable runtime state of a ROS Node Therefore, does not perfectly align with the abstract specification which created it | |
Message-based representation of ROS 2 Quality of Service settings Default values are kept in sync with RMW by integration test Note that SYSTEM_DEFAULT and BEST_AVAILABLE values cannot be an observed value, because they resolve concretely at runtime | |
Describes a single Service endpoint, which may be a Server or Client | |
Describes a single topic endpoint, which may be a Publisher or Subscription | |
RIHS spec version |
QtRos2.SensorMsgs
The following QML types are available when you import QtRos2.SensorMsgs:
Publishes sensor_msgs::msg::BatteryState messages — Constants are chosen to match the enums in the linux kernel defined in include/linux/power_supply.h as of version 3.7 The one difference is for style reasons the constants are all uppercase not mixed case | |
Subscribes to sensor_msgs::msg::BatteryState messages — Constants are chosen to match the enums in the linux kernel defined in include/linux/power_supply.h as of version 3.7 The one difference is for style reasons the constants are all uppercase not mixed case | |
Publishes sensor_msgs::msg::CameraInfo messages — This message defines meta information for a camera. It should be in a camera namespace on topic "camera_info" and accompanied by up to five image topics named: | |
Subscribes to sensor_msgs::msg::CameraInfo messages — This message defines meta information for a camera. It should be in a camera namespace on topic "camera_info" and accompanied by up to five image topics named: | |
Publishes sensor_msgs::msg::ChannelFloat32 messages — This message is used by the PointCloud message to hold optional data associated with each point in the cloud. The length of the values array should be the same as the length of the points array in the PointCloud, and each value should be associated with the corresponding point | |
Subscribes to sensor_msgs::msg::ChannelFloat32 messages — This message is used by the PointCloud message to hold optional data associated with each point in the cloud. The length of the values array should be the same as the length of the points array in the PointCloud, and each value should be associated with the corresponding point | |
Publishes sensor_msgs::msg::CompressedImage messages — This message contains a compressed image | |
Subscribes to sensor_msgs::msg::CompressedImage messages — This message contains a compressed image | |
Publishes sensor_msgs::msg::FluidPressure messages — Single pressure reading. This message is appropriate for measuring the pressure inside of a fluid (air, water, etc). This also includes atmospheric or barometric pressure | |
Subscribes to sensor_msgs::msg::FluidPressure messages — Single pressure reading. This message is appropriate for measuring the pressure inside of a fluid (air, water, etc). This also includes atmospheric or barometric pressure | |
Publishes sensor_msgs::msg::Illuminance messages — Single photometric illuminance measurement. Light should be assumed to be measured along the sensor's x-axis (the area of detection is the y-z plane) | |
Subscribes to sensor_msgs::msg::Illuminance messages — Single photometric illuminance measurement. Light should be assumed to be measured along the sensor's x-axis (the area of detection is the y-z plane) | |
Publishes sensor_msgs::msg::Image messages — This message contains an uncompressed image (0, 0) is at top-left corner of image | |
Subscribes to sensor_msgs::msg::Image messages — This message contains an uncompressed image (0, 0) is at top-left corner of image | |
Publishes sensor_msgs::msg::Imu messages — This is a message to hold data from an IMU (Inertial Measurement Unit) | |
Subscribes to sensor_msgs::msg::Imu messages — This is a message to hold data from an IMU (Inertial Measurement Unit) | |
Publishes sensor_msgs::msg::JointState messages — This is a message that holds data to describe the state of a set of torque controlled joints | |
Subscribes to sensor_msgs::msg::JointState messages — This is a message that holds data to describe the state of a set of torque controlled joints | |
Publishes sensor_msgs::msg::JoyFeedbackArray messages — This message publishes values for multiple feedback at once | |
Subscribes to sensor_msgs::msg::JoyFeedbackArray messages — This message publishes values for multiple feedback at once | |
Publishes sensor_msgs::msg::JoyFeedback messages to a ROS 2 topic | |
Subscribes to sensor_msgs::msg::JoyFeedback messages from a ROS 2 topic | |
Publishes sensor_msgs::msg::Joy messages — Reports the state of a joystick's axes and buttons | |
Subscribes to sensor_msgs::msg::Joy messages — Reports the state of a joystick's axes and buttons | |
Publishes sensor_msgs::msg::LaserEcho messages — This message is a submessage of MultiEchoLaserScan and is not intended to be used separately | |
Subscribes to sensor_msgs::msg::LaserEcho messages — This message is a submessage of MultiEchoLaserScan and is not intended to be used separately | |
Publishes sensor_msgs::msg::LaserScan messages — Single scan from a planar laser range-finder | |
Subscribes to sensor_msgs::msg::LaserScan messages — Single scan from a planar laser range-finder | |
Publishes sensor_msgs::msg::MagneticField messages — Measurement of the Magnetic Field vector at a specific location | |
Subscribes to sensor_msgs::msg::MagneticField messages — Measurement of the Magnetic Field vector at a specific location | |
Publishes sensor_msgs::msg::MultiDOFJointState messages — Representation of state for joints with multiple degrees of freedom, following the structure of JointState which can only represent a single degree of freedom | |
Subscribes to sensor_msgs::msg::MultiDOFJointState messages — Representation of state for joints with multiple degrees of freedom, following the structure of JointState which can only represent a single degree of freedom | |
Publishes sensor_msgs::msg::MultiEchoLaserScan messages — Single scan from a multi-echo planar laser range-finder | |
Subscribes to sensor_msgs::msg::MultiEchoLaserScan messages — Single scan from a multi-echo planar laser range-finder | |
Publishes sensor_msgs::msg::NavSatFix messages — Navigation Satellite fix for any Global Navigation Satellite System | |
Subscribes to sensor_msgs::msg::NavSatFix messages — Navigation Satellite fix for any Global Navigation Satellite System | |
Publishes sensor_msgs::msg::NavSatStatus messages — Navigation Satellite fix status for any Global Navigation Satellite System | |
Subscribes to sensor_msgs::msg::NavSatStatus messages — Navigation Satellite fix status for any Global Navigation Satellite System | |
Publishes sensor_msgs::msg::PointCloud2 messages — This message holds a collection of N-dimensional points, which may contain additional information such as normals, intensity, etc. The point data is stored as a binary blob, its layout described by the contents of the "fields" array | |
Subscribes to sensor_msgs::msg::PointCloud2 messages — This message holds a collection of N-dimensional points, which may contain additional information such as normals, intensity, etc. The point data is stored as a binary blob, its layout described by the contents of the "fields" array | |
Publishes sensor_msgs::msg::PointField messages to a ROS 2 topic | |
Subscribes to sensor_msgs::msg::PointField messages from a ROS 2 topic | |
Publishes sensor_msgs::msg::Range messages — Single range reading from an active ranger that emits energy and reports one range reading that is valid along an arc at the distance measured | |
Subscribes to sensor_msgs::msg::Range messages — Single range reading from an active ranger that emits energy and reports one range reading that is valid along an arc at the distance measured | |
Publishes sensor_msgs::msg::RegionOfInterest messages — This message is used to specify a region of interest within an image | |
Subscribes to sensor_msgs::msg::RegionOfInterest messages — This message is used to specify a region of interest within an image | |
Publishes sensor_msgs::msg::RelativeHumidity messages — Single reading from a relative humidity sensor | |
Subscribes to sensor_msgs::msg::RelativeHumidity messages — Single reading from a relative humidity sensor | |
Qt service client for the SetCameraInfo ROS 2 service | |
Answers sensor_msgs::srv::SetCameraInfo ROS 2 service requests | |
Publishes sensor_msgs::msg::Temperature messages — Single temperature reading | |
Subscribes to sensor_msgs::msg::Temperature messages — Single temperature reading | |
Publishes sensor_msgs::msg::TimeReference messages — Measurement from an external time source not actively synchronized with the system clock | |
Subscribes to sensor_msgs::msg::TimeReference messages — Measurement from an external time source not actively synchronized with the system clock |
Constants are chosen to match the enums in the linux kernel defined in include/linux/power_supply.h as of version 3.7 The one difference is for style reasons the constants are all uppercase not mixed case | |
This message defines meta information for a camera. It should be in a camera namespace on topic "camera_info" and accompanied by up to five image topics named: | |
This message is used by the PointCloud message to hold optional data associated with each point in the cloud. The length of the values array should be the same as the length of the points array in the PointCloud, and each value should be associated with the corresponding point | |
This message contains a compressed image | |
Single pressure reading. This message is appropriate for measuring the pressure inside of a fluid (air, water, etc). This also includes atmospheric or barometric pressure | |
Single photometric illuminance measurement. Light should be assumed to be measured along the sensor's x-axis (the area of detection is the y-z plane) | |
This message contains an uncompressed image (0, 0) is at top-left corner of image | |
This is a message to hold data from an IMU (Inertial Measurement Unit) | |
This is a message that holds data to describe the state of a set of torque controlled joints | |
Reports the state of a joystick's axes and buttons | |
Qt value type wrapper for sensor_msgs::msg::JoyFeedback ROS 2 messages | |
This message publishes values for multiple feedback at once | |
This message is a submessage of MultiEchoLaserScan and is not intended to be used separately | |
Single scan from a planar laser range-finder | |
Measurement of the Magnetic Field vector at a specific location | |
Representation of state for joints with multiple degrees of freedom, following the structure of JointState which can only represent a single degree of freedom | |
Single scan from a multi-echo planar laser range-finder | |
Navigation Satellite fix for any Global Navigation Satellite System | |
Navigation Satellite fix status for any Global Navigation Satellite System | |
This message holds a collection of N-dimensional points, which may contain additional information such as normals, intensity, etc. The point data is stored as a binary blob, its layout described by the contents of the "fields" array | |
Qt value type wrapper for sensor_msgs::msg::PointField ROS 2 messages | |
Single range reading from an active ranger that emits energy and reports one range reading that is valid along an arc at the distance measured | |
This message is used to specify a region of interest within an image | |
Single reading from a relative humidity sensor | |
Qt value type wrapper for sensor_msgs::srv::SetCameraInfo_Response ROS 2 messages | |
Single temperature reading | |
Measurement from an external time source not actively synchronized with the system clock |
QtRos2.ServiceMsgs
The following QML types are available when you import QtRos2.ServiceMsgs:
Publishes service_msgs::msg::ServiceEventInfo messages to a ROS 2 topic | |
Subscribes to service_msgs::msg::ServiceEventInfo messages from a ROS 2 topic |
Qt value type wrapper for service_msgs::msg::ServiceEventInfo ROS 2 messages |
QtRos2.ShapeMsgs
The following QML types are available when you import QtRos2.ShapeMsgs:
Publishes shape_msgs::msg::Mesh messages — Definition of a mesh | |
Subscribes to shape_msgs::msg::Mesh messages — Definition of a mesh | |
Publishes shape_msgs::msg::MeshTriangle messages — Definition of a triangle's vertices | |
Subscribes to shape_msgs::msg::MeshTriangle messages — Definition of a triangle's vertices | |
Publishes shape_msgs::msg::Plane messages — Representation of a plane, using the plane equation ax + by + cz + d = 0 | |
Subscribes to shape_msgs::msg::Plane messages — Representation of a plane, using the plane equation ax + by + cz + d = 0 | |
Publishes shape_msgs::msg::SolidPrimitive messages — Defines box, sphere, cylinder, cone and prism | |
Subscribes to shape_msgs::msg::SolidPrimitive messages — Defines box, sphere, cylinder, cone and prism |
Definition of a mesh | |
Definition of a triangle's vertices | |
Representation of a plane, using the plane equation ax + by + cz + d = 0 | |
Defines box, sphere, cylinder, cone and prism |
QtRos2.StatisticsMsgs
The following QML types are available when you import QtRos2.StatisticsMsgs:
Publishes statistics_msgs::msg::MetricsMessage messages — A generic metrics message providing statistics for measurements from different sources. For example, measure a system's CPU % for a given window yields the following data points over a window of time: | |
Subscribes to statistics_msgs::msg::MetricsMessage messages — A generic metrics message providing statistics for measurements from different sources. For example, measure a system's CPU % for a given window yields the following data points over a window of time: | |
Publishes statistics_msgs::msg::StatisticDataPoint messages — This holds the structure of a single data point of a StatisticDataType | |
Subscribes to statistics_msgs::msg::StatisticDataPoint messages — This holds the structure of a single data point of a StatisticDataType | |
Publishes statistics_msgs::msg::StatisticDataType messages — This file contains the commonly used constants for the statistics data type | |
Subscribes to statistics_msgs::msg::StatisticDataType messages — This file contains the commonly used constants for the statistics data type |
A generic metrics message providing statistics for measurements from different sources. For example, measure a system's CPU % for a given window yields the following data points over a window of time: | |
This holds the structure of a single data point of a StatisticDataType | |
This file contains the commonly used constants for the statistics data type |
QtRos2.StdMsgs
The following QML types are available when you import QtRos2.StdMsgs:
Publishes std_msgs::msg::ColorRGBA messages to a ROS 2 topic | |
Subscribes to std_msgs::msg::ColorRGBA messages from a ROS 2 topic | |
Publishes std_msgs::msg::Empty messages to a ROS 2 topic | |
Subscribes to std_msgs::msg::Empty messages from a ROS 2 topic | |
Publishes std_msgs::msg::Header messages — Standard metadata for higher-level stamped data types | |
Subscribes to std_msgs::msg::Header messages — Standard metadata for higher-level stamped data types |
Qt value type wrapper for std_msgs::msg::ColorRGBA ROS 2 messages | |
Qt value type wrapper for std_msgs::msg::Empty ROS 2 messages | |
Standard metadata for higher-level stamped data types |
QtRos2.StdSrvs
The following QML types are available when you import QtRos2.StdSrvs:
Qt service client for the Empty ROS 2 service | |
Answers std_srvs::srv::Empty ROS 2 service requests | |
Qt service client for the SetBool ROS 2 service | |
Answers std_srvs::srv::SetBool ROS 2 service requests | |
Qt service client for the Trigger ROS 2 service | |
Answers std_srvs::srv::Trigger ROS 2 service requests |
Qt value type wrapper for std_srvs::srv::SetBool_Response ROS 2 messages | |
Qt value type wrapper for std_srvs::srv::Trigger_Response ROS 2 messages |
QtRos2.StereoMsgs
The following QML types are available when you import QtRos2.StereoMsgs:
Publishes stereo_msgs::msg::DisparityImage messages — Separate header for compatibility with current TimeSynchronizer | |
Subscribes to stereo_msgs::msg::DisparityImage messages — Separate header for compatibility with current TimeSynchronizer |
Separate header for compatibility with current TimeSynchronizer |
QtRos2.Tf2Msgs
The following QML types are available when you import QtRos2.Tf2Msgs:
Qt service client for the FrameGraph ROS 2 service | |
Answers tf2_msgs::srv::FrameGraph ROS 2 service requests | |
Qt action client for the LookupTransform ROS 2 action | |
Serves the tf2_msgs::action::LookupTransform ROS 2 action | |
Publishes tf2_msgs::msg::TF2Error messages to a ROS 2 topic | |
Subscribes to tf2_msgs::msg::TF2Error messages from a ROS 2 topic | |
Publishes tf2_msgs::msg::TFMessage messages to a ROS 2 topic | |
Subscribes to tf2_msgs::msg::TFMessage messages from a ROS 2 topic |
Qt value type wrapper for tf2_msgs::action::LookupTransform_Goal ROS 2 messages | |
Qt value type wrapper for tf2_msgs::action::LookupTransform_Result ROS 2 messages | |
Qt value type wrapper for tf2_msgs::msg::TF2Error ROS 2 messages | |
Qt value type wrapper for tf2_msgs::msg::TFMessage ROS 2 messages |
QtRos2.TrajectoryMsgs
The following QML types are available when you import QtRos2.TrajectoryMsgs:
Publishes trajectory_msgs::msg::JointTrajectoryPoint messages — Each trajectory point specifies either positions[, velocities[, accelerations]] or positions[, effort] for the trajectory to be executed | |
Subscribes to trajectory_msgs::msg::JointTrajectoryPoint messages — Each trajectory point specifies either positions[, velocities[, accelerations]] or positions[, effort] for the trajectory to be executed | |
Publishes trajectory_msgs::msg::JointTrajectory messages — The header is used to specify the coordinate frame and the reference time for the trajectory durations | |
Subscribes to trajectory_msgs::msg::JointTrajectory messages — The header is used to specify the coordinate frame and the reference time for the trajectory durations | |
Publishes trajectory_msgs::msg::MultiDOFJointTrajectoryPoint messages — Each multi-dof joint can specify a transform (up to 6 DOF) | |
Subscribes to trajectory_msgs::msg::MultiDOFJointTrajectoryPoint messages — Each multi-dof joint can specify a transform (up to 6 DOF) | |
Publishes trajectory_msgs::msg::MultiDOFJointTrajectory messages — The header is used to specify the coordinate frame and the reference time for the trajectory durations | |
Subscribes to trajectory_msgs::msg::MultiDOFJointTrajectory messages — The header is used to specify the coordinate frame and the reference time for the trajectory durations |
Used to specify the coordinate frame and the reference time for the trajectory durations | |
Each trajectory point specifies either positions[, velocities[, accelerations]] or positions[, effort] for the trajectory to be executed | |
Used to specify the coordinate frame and the reference time for the trajectory durations | |
Each multi-dof joint can specify a transform (up to 6 DOF) |
QtRos2.Transforms
The following QML types are available when you import QtRos2.Transforms:
Looks up coordinate-frame transforms from the TF tree | |
Publishes fixed coordinate-frame transforms on the latched /tf_static | |
Publishes dynamic coordinate-frame transforms on /tf |
QtRos2.UniqueIdentifierMsgs
The following QML types are available when you import QtRos2.UniqueIdentifierMsgs:
Publishes unique_identifier_msgs::msg::UUID messages — A universally unique identifier (UUID) | |
Subscribes to unique_identifier_msgs::msg::UUID messages — A universally unique identifier (UUID) |
A universally unique identifier (UUID) |
QtRos2.VisualizationMsgs
The following QML types are available when you import QtRos2.VisualizationMsgs:
Qt service client for the GetInteractiveMarkers ROS 2 service | |
Answers visualization_msgs::srv::GetInteractiveMarkers ROS 2 service requests | |
Publishes visualization_msgs::msg::ImageMarker messages to a ROS 2 topic | |
Subscribes to visualization_msgs::msg::ImageMarker messages from a ROS 2 topic | |
Publishes visualization_msgs::msg::InteractiveMarkerControl messages — Represents a control that is to be displayed together with an interactive marker | |
Subscribes to visualization_msgs::msg::InteractiveMarkerControl messages — Represents a control that is to be displayed together with an interactive marker | |
Publishes visualization_msgs::msg::InteractiveMarkerFeedback messages — Time/frame info | |
Subscribes to visualization_msgs::msg::InteractiveMarkerFeedback messages — Time/frame info | |
Publishes visualization_msgs::msg::InteractiveMarkerInit messages — Identifying string. Must be unique in the topic namespace that this server works on | |
Subscribes to visualization_msgs::msg::InteractiveMarkerInit messages — Identifying string. Must be unique in the topic namespace that this server works on | |
Publishes visualization_msgs::msg::InteractiveMarkerPose messages — Time/frame info | |
Subscribes to visualization_msgs::msg::InteractiveMarkerPose messages — Time/frame info | |
Publishes visualization_msgs::msg::InteractiveMarker messages — Time/frame info | |
Subscribes to visualization_msgs::msg::InteractiveMarker messages — Time/frame info | |
Publishes visualization_msgs::msg::InteractiveMarkerUpdate messages — Identifying string. Must be unique in the topic namespace that this server works on | |
Subscribes to visualization_msgs::msg::InteractiveMarkerUpdate messages — Identifying string. Must be unique in the topic namespace that this server works on | |
Publishes visualization_msgs::msg::MarkerArray messages to a ROS 2 topic | |
Subscribes to visualization_msgs::msg::MarkerArray messages from a ROS 2 topic | |
Publishes visualization_msgs::msg::Marker messages — See: - http://www.ros.org/wiki/rviz/DisplayTypes/Marker - http://www.ros.org/wiki/rviz/Tutorials/Markers%3A%20Basic%20Shapes | |
Subscribes to visualization_msgs::msg::Marker messages — See: - http://www.ros.org/wiki/rviz/DisplayTypes/Marker - http://www.ros.org/wiki/rviz/Tutorials/Markers%3A%20Basic%20Shapes | |
Publishes visualization_msgs::msg::MenuEntry messages — MenuEntry message | |
Subscribes to visualization_msgs::msg::MenuEntry messages — MenuEntry message | |
Publishes visualization_msgs::msg::MeshFile messages — Used to send raw mesh files | |
Subscribes to visualization_msgs::msg::MeshFile messages — Used to send raw mesh files | |
Publishes visualization_msgs::msg::UVCoordinate messages — Location of the pixel as a ratio of the width of a 2D texture | |
Subscribes to visualization_msgs::msg::UVCoordinate messages — Location of the pixel as a ratio of the width of a 2D texture |
Qt value type wrapper for visualization_msgs::srv::GetInteractiveMarkers_Response ROS 2 messages | |
Qt value type wrapper for visualization_msgs::msg::ImageMarker ROS 2 messages | |
Time/frame info | |
Represents a control that is to be displayed together with an interactive marker | |
Time/frame info | |
Identifying string. Must be unique in the topic namespace that this server works on | |
Time/frame info | |
Identifying string. Must be unique in the topic namespace that this server works on | |
See: - http://www.ros.org/wiki/rviz/DisplayTypes/Marker - http://www.ros.org/wiki/rviz/Tutorials/Markers%3A%20Basic%20Shapes | |
Qt value type wrapper for visualization_msgs::msg::MarkerArray ROS 2 messages | |
MenuEntry message | |
Used to send raw mesh files | |
Location of the pixel as a ratio of the width of a 2D texture |
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.