Project

General

Profile

Revision e99a72bf

IDe99a72bfaa532dfdaaa0e2b66f22ba7d837fd225
Parent f7730107
Child 93cebb99

Added by Yuyang Guo over 10 years ago

remove old inclusion of BOM.h that breaks the build

View differences:

scout/scoutsim/src/scout.cpp
102 102
        pose_pub = node.advertise<Pose>("pose", 1);
103 103
        color_pub = node.advertise<Color>("color_sensor", 1);
104 104
        sonar_pub = node.advertise< ::messages::sonar_distance>("sonar_distance", 1);
105
        bom_pub = node.advertise<BOM>("BOM", 1);
106 105
        set_pen_srv = node.advertiseService("set_pen",
107 106
                                            &Scout::setPenCallback,
108 107
                                            this);

Also available in: Unified diff