init
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
#ifndef __UT_ROBOT_GO2_UTRACK_CLIENT_HPP__
|
||||
#define __UT_ROBOT_GO2_UTRACK_CLIENT_HPP__
|
||||
|
||||
#include <unitree/robot/client/client.hpp>
|
||||
|
||||
namespace unitree
|
||||
{
|
||||
namespace robot
|
||||
{
|
||||
namespace go2
|
||||
{
|
||||
class UtrackClient : public Client
|
||||
{
|
||||
public:
|
||||
UtrackClient();
|
||||
~UtrackClient();
|
||||
|
||||
void Init();
|
||||
|
||||
int32_t SwitchSet(bool enable);
|
||||
int32_t SwitchGet(bool& enable);
|
||||
int32_t IsTracking(bool& enable);
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif//__UT_ROBOT_GO2_UTRACK_CLIENT_HPP__
|
Reference in New Issue
Block a user