Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ostarsier/linker_hand_python_sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://document.linkeros.cn/developer/68

开启CAN端口

sudo ip link set can0 down # 先关闭接口 sudo ip link set can0 type can bitrate 1000000 #USB转CAN设备蓝色灯常亮状态 sudo ip link set can0 txqueuelen 1000 # 将发送队列长度设置为1000 sudo ip link set can0 up # 重新启动接口

查看can0状态

ip -details link show can0

查看can0数据

candump can0

python example/L7/gesture/crasp.py

移动到固定姿势

python hand_api.py curl http://localhost:5000/hand/handshake

About

Python sdk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 43.0%
  • Python 39.5%
  • C++ 16.7%
  • C# 0.5%
  • CMake 0.2%
  • Batchfile 0.1%