diff --git a/doc/03_research/02_perception/LIDAR_data.md b/doc/03_research/02_perception/LIDAR_data.md index a5f5a282..a48b8da6 100644 --- a/doc/03_research/02_perception/LIDAR_data.md +++ b/doc/03_research/02_perception/LIDAR_data.md @@ -9,6 +9,8 @@ LIDAR-Data comes in Pointclouds from a specific LIDAR-Topic. `rospy.Subscriber(rospy.get_param('~source_topic', "/carla/hero/LIDAR"), PointCloud2, self.callback)` +Read more about the LIDAR-Sensor [here](https://github.com/una-auxme/paf23/blob/main/doc/06_perception/03_lidar_distance_utility.md) + ## Processing The goal is to identify Objects and their distance. Therefor we need to calculate distances from the pointcloud data.