fixed a path error
This commit is contained in:
parent
ccb6143b51
commit
77dd19decf
|
@ -17,12 +17,10 @@ catkin_package(
|
|||
)
|
||||
|
||||
include_directories(
|
||||
# /home/unitree/unitree_legged_sdk/include
|
||||
include
|
||||
${Boost_INCLUDE_DIR}
|
||||
${catkin_INCLUDE_DIRS}
|
||||
${EIGEN3_INCLUDE_DIR}
|
||||
# /home/bian/unitree_legged_sdk/include/unitree_legged_sdk
|
||||
$ENV{UNITREE_LEGGED_SDK_PATH}/include
|
||||
$ENV{ALIENGO_SDK_PATH}/include
|
||||
)
|
||||
|
|
|
@ -14,7 +14,7 @@ Use of this source code is governed by the MPL-2.0 license, see LICENSE.
|
|||
#include <unitree_legged_msgs/MotorCmd.h>
|
||||
#include <unitree_legged_msgs/MotorState.h>
|
||||
#include <unitree_legged_msgs/IMU.h>
|
||||
#include "/home/bian/aliengo_sdk/include/aliengo_sdk/aliengo_sdk.hpp"
|
||||
#include "aliengo_sdk/aliengo_sdk.hpp"
|
||||
|
||||
enum firmworkVersion{
|
||||
V3_1,
|
||||
|
|
Loading…
Reference in New Issue