Closed DaojiePENG closed 11 months ago
Hi,
Did you compile the SDK on Nvidia Jetson? or any onboard machine? I did experience some issues on my x86 laptop. But everything goes well on the Jetson board.
Due to the library changes of Unitree SDK, I cannot create a shared library based on ros_udp_node.cpp
on the x86 machine.
It would be better to compile this ROS package directly on Nvidia Jetson.
For more detail information, you can check line 41 and line 56 on unitree_ros_real/unitree_legged_real/CMakeLists.txt
Also, I used catkin_make
on ROS1. Maybe ROS version could also lead to problems.
Best,
When I try to
catkin build
the project-go1 branch, it rises an error 'cannot find -lunitree_legged_sdk'I have coupied the unitree_legged_sdk to the
src
directory. How can I solve this problem? Thanks!