Advanced Messaging Concept Development: Basic Mobility Message
Department of Transportation
@usgov.dot_gov_advanced_messaging_concept_development_basic_m_ff6b87a6
Department of Transportation
@usgov.dot_gov_advanced_messaging_concept_development_basic_m_ff6b87a6
Contains all Basic Mobility Messages (BMMs) collected during the Advanced Messaging Concept Development (AMCD) field testing program. While there is no specific standard in existence that addresses the content of a BMM, the descriptive definitions of the variables were derived from the J2735 standard where applicable. All BMMs are generated by OBUs and ultimately received by the VCC Cloud server.
Organization: Department of Transportation
Last updated: 2020-11-12T13:01:23.225128
Tags: advanced-messaging-concept-development-amcd, arterial, basic-mobility-message-bmm, 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 (
"message_id" BIGINT,
"obu_id" BIGINT,
"time_sent" BIGINT,
"time_received" BIGINT,
"mode_of_transmission" BIGINT,
"container_message_id" 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,
"ambient_air_temperature" BIGINT,
"ambient_air_pressure" BIGINT,
"precipitation_sensor" BIGINT,
"tire_air_pressure" BIGINT,
"wiper_status" BIGINT,
"light_status" BIGINT,
"test_no" BIGINT -- Test No.
);Anyone who has the link will be able to view this.