Get LowLevel data while standing up in HighLevel (Aliengo sdk)
Opened this issue · 3 comments
giuseppecialdella commented
Hello,
I have downloaded the sdk v3.8.4 for the Aliengo and I would like to know two things:
- In the first place I want to read low level telemetry (like temperature) while working in Sport mode (HighLevel). Unlike Go1 and B1 sdk, in the AlienGo sdk (more precisely into the comm.h header) the HighState data structure for example doesn't contain the MotorState variable (useful to read temperatures) that is instead present into the LowState. So when the robot is standing up I can get HighLevel data but not the LowLevel data and viceversa when it's lying down. Anyway I'm interested in getting low level data when is standing up.
- I'm writing the telemetry scripts in C++ but I would like to try them in Python. The problem is that when I run the examples in python it says that it doesn't find the robot_interface.
Does anyone know how to handle these problems? Thank you in advance!
Liu-Xiaoyan97 commented
Have you solved your problem? I ran into a similar problem. I renamed robot_interface* in lib/python/arm64 in the sdk to robot_interface.so and placed it in the same directory as the script. It did import, but I encountered ImportError: undefined symbol:PyInstanceMethod_Type. You can try to see if there is any response. Please give me feedback.
giuseppecialdella commented
@Liu-Xiaoyan97 Not yet, I've tried what you are saying but it gives me another error: ImportError: libunitree_legged_sdk.so: cannot open shared object file: No such file or directory
heartInsert commented
Do you solved this problem?