Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions openadx_msgs/msg/VehicleControl.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/###############################################################################
# Copyright (c) 2018 TESIS GmbH
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v20.html
#
# Contributors:
# Frederic Chucholowski (TESIS GmbH) - initial implementation
###############################################################################/

# gear constants
int32 GEAR_P=0
int32 GEAR_N=1
int32 GEAR_D=2
int32 GEAR_R=3


# intended accelerator pedal position [0-1]
float64 acceleratorPedal
# intended brake pedal position [0-1]
float64 brakePedal
# intended steering wheel position [(-1)-1]
float64 steeringWheel
# intended gear
int32 gear