Inheritance diagram for rt_pose_plotter.main.MultiDimSubscriber:
Collaboration diagram for rt_pose_plotter.main.MultiDimSubscriber:Public Member Functions | |
| def | __init__ (self) |
| def | target_callback (self, Targets msg) |
| def | odom_callback (self, Odometry msg) |
| def | get_data_points (self) |
Public Attributes | |
| data_queue | |
| lock | |
| odom_subscription | |
| latest_targets | |
Odometryと複数の目標値トピックを購読するROS2ノードクラス
| def rt_pose_plotter.main.MultiDimSubscriber.__init__ | ( | self | ) |
| def rt_pose_plotter.main.MultiDimSubscriber.get_data_points | ( | self | ) |
| def rt_pose_plotter.main.MultiDimSubscriber.odom_callback | ( | self, | |
| Odometry | msg | ||
| ) |
| def rt_pose_plotter.main.MultiDimSubscriber.target_callback | ( | self, | |
| Targets | msg | ||
| ) |
| rt_pose_plotter.main.MultiDimSubscriber.data_queue |
| rt_pose_plotter.main.MultiDimSubscriber.latest_targets |
| rt_pose_plotter.main.MultiDimSubscriber.lock |
| rt_pose_plotter.main.MultiDimSubscriber.odom_subscription |