|
Autoware.Auto
|
|
Class to represent the inputs of a vehicle. More...
#include <parking_planner_types.hpp>
Public Member Functions | |
| VehicleCommand () noexcept | |
| VehicleCommand (T steering_rate, T throttle) noexcept | |
| std::vector< T > | serialize (void) const |
| Turn the object into flat vector of doubles (for use with numerical code) More... | |
| T | get_steering_rate () const noexcept |
| T | get_throttle () const noexcept |
| void | set_steering_rate (T steering_rate) noexcept |
| void | set_throttle (T throttle) noexcept |
Static Public Member Functions | |
| static VehicleCommand | deserialize (std::vector< T > serialized_commands) |
| Turn a previously serialized command vector back into a VehicleCommand object. More... | |
| static constexpr std::size_t | get_serialized_length () noexcept |
| Get number of scalars a serialized version of this object has. More... | |
Class to represent the inputs of a vehicle.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinestatic |
Turn a previously serialized command vector back into a VehicleCommand object.
|
inlinestaticconstexprnoexcept |
Get number of scalars a serialized version of this object has.
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
Turn the object into flat vector of doubles (for use with numerical code)
|
inlinenoexcept |
|
inlinenoexcept |