-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add tools to collect and check average TPs of PCD maps #213
base: main
Are you sure you want to change the base?
feat: add tools to collect and check average TPs of PCD maps #213
Conversation
Signed-off-by: Anh Nguyen <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: Anh Nguyen <[email protected]>
Signed-off-by: Anh Nguyen <[email protected]>
Signed-off-by: Anh Nguyen <[email protected]>
Signed-off-by: Anh Nguyen <[email protected]>
Signed-off-by: Anh Nguyen <[email protected]>
Signed-off-by: Anh Nguyen <[email protected]>
Signed-off-by: Anh Nguyen <[email protected]>
Signed-off-by: Anh Nguyen <[email protected]>
Signed-off-by: Anh Nguyen <[email protected]>
…ilt-in variable Signed-off-by: Anh Nguyen <[email protected]>
Signed-off-by: Anh Nguyen <[email protected]>
Signed-off-by: Anh Nguyen <[email protected]>
@anhnv3991 Thank you for your pull-request! |
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.
@anhnv3991 The change regarding pointcloud_divider is only to follow the latest in the README and the launch file, so there is no need to change the way we use the tool before and after the change, right?
|
||
<buildtool_depend>ament_cmake_auto</buildtool_depend> | ||
<buildtool_depend>autoware_cmake</buildtool_depend> | ||
<buildtool_depend>tier4_debug_msgs</buildtool_depend> |
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.
I would like to have it made with autoware_internal_debug_msgs
instead of tier4_debug_msgs
as much as possible, are there any restrictions?
|
||
- TP collector: collect the average TPs per segment of a PCD map | ||
- TP checker: compare a rosbag's TPs with a map's TPs and highlight the map areas where the rosbag's TPs differ significantly from the map's TPs. | ||
|
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.
Could you add the python requirements?
Yes, we can still use pointcloud_divider like before. I just move parameters to the launch file to give us more flexibility to interract with this pointcloud_divider from the other programs. |
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.
@anhnv3991
The LICENSE file says BSD 3-Clause but the python scripts say Apache-2.0. Is that OK?
Description
How was this PR tested?
Notes for reviewers
None.
Effects on system behavior
None.