Advanced Messaging Concept Development Basic Safety Message
Department of Transportation
@usgov.dot_gov_advanced_messaging_concept_development_basic_s_637861e3
Department of Transportation
@usgov.dot_gov_advanced_messaging_concept_development_basic_s_637861e3
Contains all Basic Safety Messages (BSMs) collected during the Advanced Messaging Concept Development (AMCD) field testing program. For this project, all of the Part I BSM message fields were populated. Additional data fields were also added to the row to identify sender, time of communication, mode of communication, etc., allowing the consumer of this data set to accurately track messages through the system. All BSMs are generated by OBUs and ultimately received by the VCC Cloud server.
Organization: Department of Transportation
Last updated: 2020-11-12T12:45:50.263977
Tags: advanced-messaging-concept-development-amcd, arterial, basic-safety-message-bsm, blacksburg, connected-vehicle-message, dedicated-short-range-communication-dsrc, field-test, intelligent-transportation-systems-its, its-joint-program-office-jpo, northern-virginia, on-board-unit-obu, virginia-tech-transportation-institute-vtti
CREATE TABLE table_1 (
"obu_id" BIGINT,
"time_sent" VARCHAR,
"time_received" BIGINT,
"mode_of_transmission" BIGINT,
"width" BIGINT,
"length" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"elevation" DOUBLE,
"speed" DOUBLE,
"heading" DOUBLE,
"transmission_state" BIGINT,
"longitudinal_acceleration" DOUBLE,
"lateral_acceleration" DOUBLE,
"vertical_acceleration" BIGINT,
"brake_applied_status" BIGINT,
"traction_control_state" BIGINT,
"stability_control_status" BIGINT,
"steering_wheel_angle" DOUBLE,
"yaw_rate" DOUBLE,
"abs_active" BIGINT,
"test_no" BIGINT -- Test No.,
"location" VARCHAR
);Anyone who has the link will be able to view this.