Control Command Adapter #2458
maxime-clem
started this conversation in
General
Replies: 0 comments 4 replies
-
ActuationCommand Message:
ActuationCommands Message:
ActuationStatus Message:
ActuationStatus Message:
command_name and status_name could be:
These messages are used by:
Control Message:
Longitudinal:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@xmfcx
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It was decided that a Control Command Adapter will be added to Autoware.
This adapter will convert Autoware control command messages to vehicle actuation commands.
For example, it will convert the
speed
andacceleration
of theAckermannControlCommand
message tothrottle
andbrake
values to be sent to the vehicle.The remaining discussion point concerns the implementation of this adapter and whether it should be implemented as a library to be used by the
VehicleInterface
, or as an independent node.Node:
Library:
Please share your opinions on the advantages and disadvantages of each option.
Beta Was this translation helpful? Give feedback.
All reactions