[Discussion] LiDAR Centerpoint Inference Process #2755
-
The idea is improving the documentation in the
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
A simple way to test the inference using Command Terminal
INPUT OUTPUT Note (Expected Result): |
Beta Was this translation helpful? Give feedback.
-
A simple way to test the inference using Command Terminal
INPUT OUTPUT Note (Expected Result): Update For those who want to test the (2) If your point cloud simply wants to check Hope the above description can assist those who want to test the |
Beta Was this translation helpful? Give feedback.
A simple way to test the inference using
lidar_centerpoint
package is shown as follows:Command
ros2 launch lidar_centerpoint lidar_centerpoint.launch.xml input/pointcloud:=/INPUT_TOPIC model_name:=centerpoint
Terminal
INPUT
sensor_msgs::msg::PointCloud2
OUTPUT
autoware_auto_perception_msgs::msg::DetectedObjects
Note (Expected Result):
If the lidar point cloud is given then the inference code should be able to publish the DetectedObjects t…