change position of starting reading
This commit is contained in:
@@ -125,8 +125,8 @@ int main(int argc, char **argv)
|
|||||||
RCLCPP_ERROR(node->get_logger(), "invalid tracker position");
|
RCLCPP_ERROR(node->get_logger(), "invalid tracker position");
|
||||||
} });
|
} });
|
||||||
|
|
||||||
executor.spin();
|
|
||||||
rtls_device.startReadingStream();
|
rtls_device.startReadingStream();
|
||||||
|
executor.spin();
|
||||||
rclcpp::shutdown();
|
rclcpp::shutdown();
|
||||||
|
|
||||||
rtls_device.stopReadingStream();
|
rtls_device.stopReadingStream();
|
||||||
|
|||||||
Reference in New Issue
Block a user