Gazebo | Ignition | Community
Ask Your Question
0

Catkin Build error (A1 Robot)

asked 2022-04-27 06:44:09 -0600

roboteer gravatar image

Hello, I have an A1, and I am trying to set up the environment.

Then, I got this problem when I tried to make a “catkin build”

The problem: unitree_legged_sdk/unitree_legged_sdk.h: No such file or directory.image description

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2022-04-28 10:08:14 -0600

cmfuhrman gravatar image

Hard to say the exact problem from the information provided.

I would try to find where that file lives and make sure that the target's include paths are properly set. In plain CMake this involves celling the target_include_directories function (function? macro? not sure the proper CMake terminology). I'm not remembering if ROS has special calls to change the include paths. You can also pass -v to GCC I believe for verbose output and see all include paths.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2022-04-27 06:44:09 -0600

Seen: 272 times

Last updated: Apr 28 '22