src
inertial_sense_node.cpp
Go to the documentation of this file.
1
#include "
inertial_sense.h
"
2
3
int
main
(
int
argc,
char
**argv)
4
{
5
ros::init
(argc, argv,
"inertial_sense_node"
);
6
InertialSenseROS
thing;
7
while
(
ros::ok
())
8
{
9
ros::spinOnce
();
10
thing.
update
();
11
}
12
return
0;
13
}
ros::init
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
InertialSenseROS::update
void update()
Definition:
inertial_sense.cpp:537
ros::ok
ROSCPP_DECL bool ok()
inertial_sense.h
ros::spinOnce
ROSCPP_DECL void spinOnce()
InertialSenseROS
Definition:
inertial_sense.h:51
main
int main(int argc, char **argv)
Definition:
inertial_sense_node.cpp:3
inertial_sense_ros
Author(s):
autogenerated on Sat Sep 19 2020 03:19:04