main.cpp
Go to the documentation of this file.
1 // Copyright (c) 2017 Franka Emika GmbH
2 // Use of this source code is governed by the Apache-2.0 license, see LICENSE
3 #include <gtest/gtest.h>
4 #include <ros/ros.h>
5 
6 int main(int argc, char** argv) {
7  ::testing::InitGoogleTest(&argc, argv);
8  ros::init(argc, argv, "franka_hw_test_node");
9  return RUN_ALL_TESTS();
10 }
int main(int argc, char **argv)
Definition: main.cpp:6
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)


franka_hw
Author(s): Franka Emika GmbH
autogenerated on Fri Oct 23 2020 03:47:05