Project

General

Profile

Revision 1d198f8b

ID1d198f8b14a343392741d9c3f4564da95565bd05
Parent 2380e2a4
Child ac55b507

Added by Yuyang Guo over 10 years ago

more bug fixes to BOM control

View differences:

scout/scoutsim/src/scout.cpp
453 453
    void Scout::update_BOM(int bom_index,
454 454
                           unsigned int bom_value,
455 455
                           unsigned int sender) {
456
        ROS_INFO("BOM%d: %d", bom_index, bom_value);
457 456
        BOM_readings[bom_index] = bom_value;
458 457
        BOM_senders[bom_index] = sender;
459 458
    }

Also available in: Unified diff