19 #include <adore_if_ros_msg/NavigationGoal.h>
20 #include <adore_if_ros_msg/SetPointRequest.h>
21 #include <adore_if_ros_msg/TerminalRequest.h>
22 #include <adore_if_ros_msg/WheelSpeed.h>
24 #include <tf/LinearMath/Quaternion.h>
25 #include <std_msgs/Float64.h>
26 #include <std_msgs/Float32.h>
27 #include <std_msgs/Int8.h>
28 #include <std_msgs/Bool.h>
29 #include <nav_msgs/Odometry.h>
73 switch(msg.get()->data)
@ Drive
Definition: vehicleextendedstate.h:30
@ Park
Definition: vehicleextendedstate.h:30
@ Neutral
Definition: vehicleextendedstate.h:30
@ Reverse
Definition: vehicleextendedstate.h:30
Definition: areaofeffectconverter.h:20
Definition: gearselectioncommand.h:26
void setGear(VehicleExtendedState::GearState gear)
Definition: gearselectioncommand.h:35
VehicleExtendedState::GearState getGear() const
Definition: gearselectioncommand.h:31
Definition: gearselectioncommandconverter.h:39
std_msgs::Int8 operator()(const adore::fun::GearSelectionCommand &cmd)
Definition: gearselectioncommandconverter.h:44
void operator()(std_msgs::Int8ConstPtr msg, adore::fun::GearSelectionCommand *cmd)
Definition: gearselectioncommandconverter.h:71