Skip to content

johny-c/bcbp_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BCBP (Barcode Boarding Pass) Parser 
===================================

This ROS package takes as input a string that is a decoded barcode of a flight 
ticket. It can parse the string as dictated by the BCBP protocol (IATA 
resolution 792). Individual items can be extracted and passed on as a custom 
ROS message to other nodes.

The package can also use a (mock) database to emulate information extraction 
such as the time of departure based on a ticket's flight number. To generate a 
database, run the following in your shell:

mysql -u root -p < generate_air_db.sql

About

BarCode Boarding Pass parser is a ROS package able to parse scanned boarding passes according to the IATA protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published