mirror of https://github.com/fan-ziqi/rl_sar.git
update hpp
This commit is contained in:
parent
d8dab62ffd
commit
723d394320
|
@ -3,8 +3,8 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef RL_REAL_HPP
|
||||
#define RL_REAL_HPP
|
||||
#ifndef RL_REAL_A1_HPP
|
||||
#define RL_REAL_A1_HPP
|
||||
|
||||
#include "rl_sdk.hpp"
|
||||
#include "observation_buffer.hpp"
|
||||
|
@ -63,4 +63,4 @@ private:
|
|||
std::vector<double> mapped_joint_velocities;
|
||||
};
|
||||
|
||||
#endif // RL_REAL_HPP
|
||||
#endif // RL_REAL_A1_HPP
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef RL_REAL_HPP
|
||||
#define RL_REAL_HPP
|
||||
#ifndef RL_REAL_GO2_HPP
|
||||
#define RL_REAL_GO2_HPP
|
||||
|
||||
#include "rl_sdk.hpp"
|
||||
#include "observation_buffer.hpp"
|
||||
|
@ -109,4 +109,4 @@ private:
|
|||
std::vector<double> mapped_joint_velocities;
|
||||
};
|
||||
|
||||
#endif // RL_REAL_HPP
|
||||
#endif // RL_REAL_GO2_HPP
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef RL_REAL_HPP
|
||||
#define RL_REAL_HPP
|
||||
#ifndef RL_REAL_L4W4_HPP
|
||||
#define RL_REAL_L4W4_HPP
|
||||
|
||||
#include "rl_sdk.hpp"
|
||||
#include "observation_buffer.hpp"
|
||||
|
@ -57,4 +57,4 @@ private:
|
|||
std::vector<double> mapped_joint_velocities;
|
||||
};
|
||||
|
||||
#endif // RL_REAL_HPP
|
||||
#endif // RL_REAL_L4W4_HPP
|
||||
|
|
Loading…
Reference in New Issue