Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
camera_synchronizer.cpp
Go to the documentation of this file.
1
/*********************************************************************
2
* Software License Agreement (BSD License)
3
*
4
* Copyright (c) 2009-2010, Willow Garage, Inc.
5
* All rights reserved.
6
*
7
* Redistribution and use in source and binary forms, with or without
8
* modification, are permitted provided that the following conditions
9
* are met:
10
*
11
* * Redistributions of source code must retain the above copyright
12
* notice, this list of conditions and the following disclaimer.
13
* * Redistributions in binary form must reproduce the above
14
* copyright notice, this list of conditions and the following
15
* disclaimer in the documentation and/or other materials provided
16
* with the distribution.
17
* * Neither the name of the Willow Garage nor the names of its
18
* contributors may be used to endorse or promote products derived
19
* from this software without specific prior written permission.
20
*
21
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
26
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
27
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
29
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
31
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32
* POSSIBILITY OF SUCH DAMAGE.
33
*********************************************************************/
34
35
#include <
gazebo_plugins/vision_reconfigure.h
>
36
37
int
main
(
int
argc,
char
**argv)
38
{
39
ros::init
(argc, argv,
"camera_synchronizer"
);
40
41
VisionReconfigure
vr;
42
43
double
spin_frequency = 100.0;
44
ROS_INFO_NAMED
(
"camera_synchronizer"
,
"Starting to spin camera_synchronizer at %f Hz..."
,spin_frequency);
45
vr.
spin
(spin_frequency);
46
47
return
0;
48
}
VisionReconfigure
Definition:
vision_reconfigure.h:47
vision_reconfigure.h
VisionReconfigure::spin
void spin(double spin_frequency)
Definition:
vision_reconfigure.cpp:135
ROS_INFO_NAMED
#define ROS_INFO_NAMED(name,...)
main
int main(int argc, char **argv)
Definition:
camera_synchronizer.cpp:37
ros::init
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
gazebo_plugins
Author(s): John Hsu
autogenerated on Tue Apr 6 2021 02:19:39