Skip to content

Commit

Permalink
Update LIDAR_data.md
Browse files Browse the repository at this point in the history
  • Loading branch information
okrusch authored Dec 3, 2023
1 parent cbde417 commit 4f006ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/03_research/02_perception/LIDAR_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4f006ef

Please sign in to comment.