fixed pretty obvious bug in full topology
This commit is contained in:
parent
52fdee535e
commit
268d949a88
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ int main(int argc, char **argv)
|
||||||
auto mapping = std::make_shared<MappingNode>("mapping_node", "/camera/geometric", "/camera/mapped", 30);
|
auto mapping = std::make_shared<MappingNode>("mapping_node", "/camera/geometric", "/camera/mapped", 30);
|
||||||
|
|
||||||
// Chain 2: Semantic Scheduler Adaptation
|
// Chain 2: Semantic Scheduler Adaptation
|
||||||
auto smoke = std::make_shared<SmokeClassifierNode>("smoke_classifier_node", "/camera/radiometric", "/camera/radiometric", 50);
|
auto smoke = std::make_shared<SmokeClassifierNode>("smoke_classifier_node", "/camera/radiometric", "/classifier/classification", 50);
|
||||||
|
|
||||||
// Chain 3: Flight Control
|
// Chain 3: Flight Control
|
||||||
auto gps = std::make_shared<GPSNode>("gps_node", "/gps/fix", 10);
|
auto gps = std::make_shared<GPSNode>("gps_node", "/gps/fix", 10);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue