ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Do you call self.send_request
at some point? I can't see that you do. I also believe you should rclpy.spin
rather than rclpy.spin_once
in main
.