-
Notifications
You must be signed in to change notification settings - Fork 31
feat(autoware_adapi_v1_msgs): update manual control messages #86
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_adapi_v1_msgs): update manual control messages #86
Conversation
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>
@@ -17,7 +17,7 @@ rosidl_generate_interfaces(${PROJECT_NAME} | |||
manual/msg/HazardLightsCommand.msg | |||
manual/msg/ManualControlMode.msg | |||
manual/msg/ManualControlModeStatus.msg | |||
manual/msg/ManualOperatorStatus.msg | |||
manual/msg/ManualOperatorHeartbeat.msg |
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.
Would it be appropriate to include this change in this PR?
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.
It needed some other changes so I merged it into this PR. I updated the PR title and description so could you please check it again? The steering_tire_velocity
additions have also been merged.
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Description
Fix following problems identified through prototyping
accelerator
tothrottle
because it's confusingly similar toacceleration
.ManualOperatorHeartbeat
to make the purpose clearsteering_tire_velocity
that is a necessary parameter for steering control.How was this PR tested?
None
Notes for reviewers
None.
Effects on system behavior
None.