| 146 | } |
| 147 | |
| 148 | int main(int argc, char **argv) |
| 149 | { |
| 150 | ros::init(argc, argv, "sloam"); |
| 151 | ros::NodeHandle n("sloam"); |
| 152 | SegNode segnode(n); |
| 153 | ros::spin(); |
| 154 | |
| 155 | return 0; |
| 156 | } |
nothing calls this directly
no outgoing calls
no test coverage detected