src
twist_mux_node.cpp
Go to the documentation of this file.
1
/*********************************************************************
2
* Software License Agreement (CC BY-NC-SA 4.0 License)
3
*
4
* Copyright (c) 2014, PAL Robotics, S.L.
5
* All rights reserved.
6
*
7
* This work is licensed under the Creative Commons
8
* Attribution-NonCommercial-ShareAlike 4.0 International License.
9
*
10
* To view a copy of this license, visit
11
* http://creativecommons.org/licenses/by-nc-sa/4.0/
12
* or send a letter to
13
* Creative Commons, 444 Castro Street, Suite 900,
14
* Mountain View, California, 94041, USA.
15
*********************************************************************/
16
17
/*
18
* @author Enrique Fernandez
19
* @author Siegfried Gevatter
20
*/
21
22
#include <
ros/ros.h
>
23
#include <
twist_mux/twist_mux.h
>
24
25
int
26
main
(
int
argc,
char
*argv[])
27
{
28
ros::init
(argc, argv,
"twist_mux"
);
29
30
twist_mux::TwistMux
mux;
31
32
while
(
ros::ok
())
33
{
34
ros::spin
();
35
}
36
37
return
EXIT_SUCCESS;
38
}
39
main
int main(int argc, char *argv[])
Definition:
twist_mux_node.cpp:26
ros::init
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
twist_mux.h
ros::ok
ROSCPP_DECL bool ok()
ros::spin
ROSCPP_DECL void spin()
ros.h
twist_mux::TwistMux
The TwistMux class implements a top-level twist multiplexer module that priorize different velocity c...
Definition:
twist_mux.h:44
twist_mux
Author(s): Enrique Fernandez
, Siegfried-A. Gevatter Pujals
autogenerated on Wed Oct 26 2022 02:14:17