nerian_stereo_nodelet.cpp
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright (c) 2019 Nerian Vision GmbH
3  *
4  * Permission is hereby granted, free of charge, to any person obtaining a copy
5  * of this software and associated documentation files (the "Software"), to deal
6  * in the Software without restriction, including without limitation the rights
7  * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8  * copies of the Software, and to permit persons to whom the Software is
9  * furnished to do so, subject to the following conditions:
10  *
11  * The above copyright notice and this permission notice shall be included in
12  * all copies or substantial portions of the Software.
13  *******************************************************************************/
14 
16 #include "nerian_stereo_nodelet.h"
17 
18 namespace nerian_stereo {
19 
22 }
23 
28  // 2kHz timer for lower latency (stereoIteration will then block)
30 }
31 
32 } // namespace
33 
35 
36 
void prepareAsyncTransfer()
Connects to the image service to request the stream of image pairs.
void stereoIteration(const ros::TimerEvent &)
Callback for the ros::Timer that replaces a processing loop in Nodelets; wraps processOneImagePair() ...
ros::NodeHandle & getNH() override
Timer createTimer(Rate r, Handler h, Obj o, bool oneshot=false, bool autostart=true) const
A driver node that receives data from SceneScan/SP1 and forwards it to ROS.
#define PLUGINLIB_EXPORT_CLASS(class_type, base_class_type)
virtual void onInit()
Nodelet initialization: performs ROS parameter/dynamic_reconfigure init, connects to image service...
void init()
Performs general initializations.


nerian_stereo
Author(s): Nerian Vision Technologies
autogenerated on Thu Jun 20 2019 19:12:46