-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Topic information: Topic: /velodyne_points | Type: sensor_msgs/msg/PointCloud2 | Count: 582 | Serialization Format: cdr
I encountered the following error when transmitting the topic "/velodyne_points" of type "sensor_msgs/msg/PointCloud2" with a count of 582 and serialization format of cdr:
[component_container_mt-1] [ERROR] [1686143869.761777459] [NitrosPointCloud]: [convert_to_custom] cudaMemcpy failed for copying data from sensor_msgs::msg::PointCloud2 to NitrosPointCloud: cudaErrorInvalidValue (invalid argument)
It seems that there is an issue with copying the data from the sensor_msgs::msg::PointCloud2 to NitrosPointCloud, resulting in a cudaMemcpy failed error with cudaErrorInvalidValue (invalid argument).
I suspect that modifications are required in the pointcloud_to_flatscan_node.yaml file. Could you please guide me on how to proceed with the necessary changes in the file?