English | 中文
git clone --recurse https://github.com/limxdynamics/tron1-mujoco-sim.gitpip install tron1-mujoco-sim/limxsdk-lowlevel/python3/amd64/limxsdk-*-py3-none-any.whlpip install tron1-mujoco-sim/limxsdk-lowlevel/python3/aarch64/limxsdk-*-py3-none-any.whlUse the following shell command to list available robot types:
tree -L 1 tron1-mujoco-sim/robot-description/pointfootExample output:
tron1-mujoco-sim/robot-description/pointfoot
├── PF_P441A
├── PF_P441B
├── PF_P441C
├── PF_P441C2
├── PF_TRON1A
├── SF_TRON1A
└── WF_TRON1A
Take PF_P441C as an example (replace it with your actual robot type):
echo 'export ROBOT_TYPE=PF_P441C' >> ~/.bashrc && source ~/.bashrcpython tron1-mujoco-sim/simulator.pysudo apt update
sudo apt install -y cmake build-essentialcd tron1-mujoco-sim/limxsdk-lowlevel
mkdir -p build
cd build
cmake ..
make./examples/pf_groupJoints_move