-
Notifications
You must be signed in to change notification settings - Fork 706
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(autoware_radar_object_tracker): Add schema files and update readme file for autoware_radar_object_tracker #10038
base: main
Are you sure you want to change the base?
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10038 +/- ##
==========================================
- Coverage 26.82% 26.82% -0.01%
==========================================
Files 1415 1415
Lines 108305 108312 +7
Branches 41740 41741 +1
==========================================
Hits 29058 29058
- Misses 76365 76372 +7
Partials 2882 2882
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@vish0012
|
…cker Signed-off-by: vish0012 <vishalchhn42@gmail.com>
409e3d6
to
ef6e1d5
Compare
Signed-off-by: vish0012 <vishalchhn42@gmail.com>
Signed-off-by: vish0012 <vishalchhn42@gmail.com>
9d83e2d
to
2ebd95d
Compare
|
Description
Implement the ROS Node configuration layout described in https://github.com/orgs/autowarefoundation/discussions/3371 for the autoware_radar_object_tracker package.
Related links
Parent Issue:
How was this PR tested?
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release --packages-up-to autoware_radar_object_tracker
ros2 launch launch/rautoware_radar_object_tracker.launch.xml
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.