-
Notifications
You must be signed in to change notification settings - Fork 1
211 feature publish distances to closest point in front of car #216
base: main
Are you sure you want to change the base?
211 feature publish distances to closest point in front of car #216
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR seems to work fine. There are tests missing with traffic participants. Maybe the range values have to be tuned after some traffic tests.
The code and the documentation are clear.
The extension for filtering points behind the car also seems to work.
Review time: 45min
|
Additional time: 1.5h for
|
vogelnik
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When testing it in combination with some planning components where we need to use the lidar, I ran in some issues which shouldn't be merged like that. That's why I'm leaving this review even though it already got reviewed.
The lidar seems to work perfectly, but I think you forgot to delete some things you wrote for testing reasons. Most importantly, please remove the rotation of the imu which seems to cause the car to constantly turn left. Furthermore, please resolve the merge conflicts and bring it up to date with the newest version of main.
Review time 30min
|
The problem was that I merged the old branch from @nylser where he placed the sensors. I resetted the config to main and just change the lidar rotation. Did some testing, seems to work as intended now! Additional time: 30 min |
…-of-car' of github.com:ll7/paf22 into 211-feature-publish-distances-to-closest-point-in-front-of-car
…-of-car' of github.com:ll7/paf22 into 211-feature-publish-distances-to-closest-point-in-front-of-car
…nt-in-front-of-car # Conflicts: # code/agent/config/rviz_config.rviz # code/agent/src/agent/agent.py # code/perception/launch/perception.launch # doc/06_perception/02_lidar_distance_utility.md
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes #211
Time invested
Tim Dreier: 11h
Type of change
Please delete options that are not relevant.
Does this PR introduce a breaking change?
No :)
Most important changes
If you start the simulation you will see the filtered PointCloud:
Additionally, you can check the output of the range messages (closest and fairest point) by running:
$ b5 shell $ rostopic echo /carla/hero/LIDAR_rangeYou should then see the result in the following form:
Checklist: