Skip to content

Commit

Permalink
Merge pull request #130 from usdot-fhwa-stol/release/yenko
Browse files Browse the repository at this point in the history
Release 3.7.0
  • Loading branch information
msmcconnell committed Aug 9, 2021
2 parents 815aec1 + c4b1d4c commit 585e5ed
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
# Setup docker
docker:
- image: usdotfhwastol/carma-base:carma-system-3.6.0
- image: usdotfhwastol/carma-base:carma-system-3.7.0
user: carma
environment:
TERM: xterm # use xterm to get full display output from build
Expand Down
1 change: 1 addition & 0 deletions cav_msgs/msg/MobilityHeader.msg
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ string plan_id
# A UNIX timestamp in milliseconds, which indicates the time elapsed since UNIX epoch
# Example: "9223372036854775807"
uint64 timestamp

1 change: 1 addition & 0 deletions cav_msgs/msg/MobilityOperation.msg
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ string strategy
# strategy parameters specified by each individual plugin/component
# the maximum length of this string is 100
string strategy_params

3 changes: 3 additions & 0 deletions cav_msgs/msg/PlatooningInfo.msg
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ float32 host_cmd_speed

# Desired gap with leader
float32 desired_gap

# Actual gap with leader
float32 actual_gap
4 changes: 4 additions & 0 deletions cav_msgs/msg/TrafficControlRequestPolygon.msg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
#
# @author Misheel Bayartsengel
# @version 0.1
#
# NOTE: This message is not part of the TrafficControlRequest message definition.
# It is an alternative representation of TrafficControlBounds used for visualization.
#
# describes the four vertices of polygon created by CARMA to form an TrafficControlRequest zone
# each points are in EPSG:4326 lat/long

Expand Down
3 changes: 0 additions & 3 deletions cav_msgs/msg/UpcomingLaneChangeStatus.msg
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
# downtrack until next lanechange
float64 downtrack_until_lanechange

# last recorded lanechange downtrack
float64 last_recorded_lanechange_downtrack

# choice for lane change
uint8 lane_change

Expand Down
4 changes: 2 additions & 2 deletions j2735_msgs/msg/LaneAttributesTrackedVehicle.msg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# The LaneAttributes-Special data element relates specific properties found
# in a tracked vehicle lane types (trolley and train lanes).
# The term rail vehicle can be considered synonymous.
# The term "rail vehicle" can be considered synonymous.
# In this case, the term does not relate to vehicle types with tracks or treads.
#
# LaneAttributes-TrackedVehicle ::= BIT STRING {
Expand All @@ -24,4 +24,4 @@
# -- Bits 5~15 reserved and set to zero
# } (SIZE (16))

uint16 lane_attributes_trackedvehicle
uint16 lane_attributes_trackedvehicle

0 comments on commit 585e5ed

Please sign in to comment.