Skip to content

Commit

Permalink
Merge branch 'release/zephyr' into test/platoon3
Browse files Browse the repository at this point in the history
  • Loading branch information
saina-ramyar committed Jun 29, 2021
2 parents 57990e2 + f1d2441 commit e2e1bd2
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
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: usdotfhwastoldev/carma-base:develop
- image: usdotfhwastol/carma-base:carma-system-3.6.0
user: carma
environment:
TERM: xterm # use xterm to get full display output from build
Expand Down
9 changes: 9 additions & 0 deletions cav_msgs/msg/TrafficControlRequestPolygon.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# TrafficControlRequestPolygon.msg
#
# @author Misheel Bayartsengel
# @version 0.1
# describes the four vertices of polygon created by CARMA to form an TrafficControlRequest zone
# each points are in EPSG:4326 lat/long

cav_msgs/Position3D[] polygon_list
19 changes: 19 additions & 0 deletions cav_msgs/msg/UpcomingLaneChangeStatus.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#
# UpcomingLaneChangeStatus.msg
#

# downtrack until next lanechange
float64 downtrack_until_lanechange

# last recorded lanechange downtrack
float64 last_recorded_lanechange_downtrack

# choice for lane change
uint8 lane_change

# enums for lane change
uint8 NONE = 0

uint8 LEFT = 1

uint8 RIGHT= 2

0 comments on commit e2e1bd2

Please sign in to comment.