init
This commit is contained in:
17
unitree_SDK/include/unitree/robot/internal/internal.hpp
Normal file
17
unitree_SDK/include/unitree/robot/internal/internal.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef __UT_ROBOT_SDK_INERNAL_HPP__
|
||||
#define __UT_ROBOT_SDK_INERNAL_HPP__
|
||||
|
||||
#include <unitree/robot/internal/internal_api.hpp>
|
||||
#include <unitree/robot/internal/internal_error.hpp>
|
||||
#include <unitree/robot/internal/internal_request_response.hpp>
|
||||
|
||||
namespace unitree
|
||||
{
|
||||
namespace robot
|
||||
{
|
||||
using RequestPtr = std::shared_ptr<Request>;
|
||||
using ResponsePtr = std::shared_ptr<Response>;
|
||||
}
|
||||
}
|
||||
|
||||
#endif//__UT_ROBOT_SDK_INERNAL_HPP__
|
Reference in New Issue
Block a user