Main Page
Namespaces
Classes
Files
File List
File Members
include
xarm_combined_hw.h
Go to the documentation of this file.
1
/* Copyright 2020 UFACTORY Inc. All Rights Reserved.
2
*
3
* Software License Agreement (BSD License)
4
*
5
* Author: Jason Peng <jason@ufactory.cc>
6
============================================================================*/
7
#include <
ros/ros.h
>
8
#include <
combined_robot_hw/combined_robot_hw.h
>
9
#include "
xarm_hw.h
"
10
11
namespace
xarm_control
12
{
13
14
class
XArmCombinedHW
:
public
combined_robot_hw::CombinedRobotHW
15
{
16
public
:
17
XArmCombinedHW
(){};
18
~XArmCombinedHW
(){};
19
20
bool
need_reset
();
21
};
22
23
}
combined_robot_hw.h
xarm_control::XArmCombinedHW::~XArmCombinedHW
~XArmCombinedHW()
Definition:
xarm_combined_hw.h:18
xarm_control
Definition:
xarm_combined_hw.h:11
xarm_hw.h
xarm_control::XArmCombinedHW::XArmCombinedHW
XArmCombinedHW()
Definition:
xarm_combined_hw.h:17
combined_robot_hw::CombinedRobotHW
ros.h
xarm_control::XArmCombinedHW::need_reset
bool need_reset()
Definition:
xarm_combined_hw.cpp:12
xarm_control::XArmCombinedHW
Definition:
xarm_combined_hw.h:14
xarm_controller
Author(s):
autogenerated on Sat May 8 2021 02:51:38