|
Formula Student Autonomous Systems
The code for the main driverless system
|
Class for subscribing to a point cloud topic and synchronizing messages with a ROS2 node. More...


Public Member Functions | |
| __init__ (self, rclpy.node.Node node) | |
| Initializes the Adapter. | |
Class for subscribing to a point cloud topic and synchronizing messages with a ROS2 node.
Definition at line 7 of file adapter.py.
| evaluator.adapter.Adapter.__init__ | ( | self, | |
| rclpy.node.Node | node | ||
| ) |
Initializes the Adapter.
Args: node (Node): ROS2 node instance. point_cloud_topic (str): Topic for point cloud data.
Reimplemented in evaluator.eufs_adapter.EufsAdapter, evaluator.fsds_adapter.FSDSAdapter, evaluator.onground_adapter.OnGroundAdapter, evaluator.pacsim_adapter.PacsimAdapter, and evaluator.vehicle_adapter.VehicleAdapter.
Definition at line 12 of file adapter.py.