-
Notifications
You must be signed in to change notification settings - Fork 713
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: manual control #10354
base: main
Are you sure you want to change the base?
feat: manual control #10354
Conversation
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
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: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
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.
LGTM for control
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10354 +/- ##
==========================================
+ Coverage 25.25% 25.33% +0.07%
==========================================
Files 1329 1334 +5
Lines 103507 103654 +147
Branches 39180 39244 +64
==========================================
+ Hits 26144 26259 +115
- Misses 74850 74871 +21
- Partials 2513 2524 +11
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
https://github.com/orgs/autowarefoundation/discussions/5369
For AD API manual control feature, use autoware_adapi_v1_msgs in external_cmd and vehicle_cmd nodes.
The default_adapi node enables or disables each topic depending on the requested mode.
Related links
Parent Issue:
How was this PR tested?
Use this tool and check if you can manually control the vehicle.
autowarefoundation/autoware_tools#229
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.