-
Notifications
You must be signed in to change notification settings - Fork 669
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
refactor(autoware_pointcloud_preprocessor): rework parameters #8297
refactor(autoware_pointcloud_preprocessor): rework parameters #8297
Conversation
Signed-off-by: Ariiees <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
@Ariiees
The command you provide is the old version of Btw, thanks for your hard work, I know that this PR is quite big and needs a lot of checks, If you feel that it is a bit hard to finish this PR, please let me know. |
Signed-off-by: Ariiees <[email protected]>
@vividf Thank you so much for your patience and help recently! I have updated the src folder and solved the schema problem. But after I combined the code to the current main, I encountered an error during the build for autoware_universe_utitls: tier4_debug_msgs/msg/processing_time_node.hpp: No such file or directory. (autoware_universe_utilis is a new folder under common) |
@@ -12,455 +12,470 @@ | |||
// See the License for the specific language governing permissions and | |||
// limitations under the License. | |||
|
|||
#include "autoware/pointcloud_preprocessor/distortion_corrector/distortion_corrector.hpp" | |||
<<<<<<< HEAD |
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.
Seems that there are lots of conflictions here
@Ariiees To address this, I propose breaking down this large PR into smaller, more manageable ones, which will make the review process more efficient. However, I realize this may require considerable time and effort on your part, so I will take over the task of separating the PRs to ensure a smoother review process. Thank you again for your hard work! I will be sure to acknowledge your contributions in each PR. |
I will close this PR to separate large PR to smaller PRs |
Hi @vividf. Thank you so much for your help and patience with me on this PR! I will work on the new separate PR! |
Description
Implement the ROS Node configuration layout for the sensing/pointcloud_preprocessor package.
Test performed
Notes for reviewers
None
Interface Changes
Effects on system behavior
None
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.