sensors_ros
ROS sensor interface implementations.
This module defines ROS-backed sensor wrappers used by RobotBlockSet sensor interfaces. It provides force-torque state subscriptions and raw wrench access through ROS topics.
- class robotblockset.ros.sensors_ros.ati_ft_ros(namespace: str = '', **kwargs: Any)[source]
Bases:
force_torque_sensorROS interface for an ATI force-torque sensor.
- Attributes:
_namespace (str) – ROS namespace prefix used to resolve the sensor topic.
_topic_FT (str) – Topic used to subscribe to raw wrench data.
Initialize the ATI force-torque sensor ROS wrapper.
- Parameters:
namespace (str, optional) – ROS namespace prefix used to resolve the sensor topic.
**kwargs (Any) – Additional keyword arguments reserved for future use.
Classes
|
ROS interface for an ATI force-torque sensor. |