Skip to content

Commit

Permalink
dxl_test dynamixel_client, modify eval_bc for real
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkFzp committed Nov 21, 2023
1 parent 15ac53a commit de1c002
Show file tree
Hide file tree
Showing 4 changed files with 620 additions and 6 deletions.
4 changes: 4 additions & 0 deletions dxl_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from dynamixel_client import DynamixelClient
client = DynamixelClient([1, 2], port='/dev/ttyDXL_wheels', lazy_connect=True)

print(client.read_pos_vel_cur())
Loading

0 comments on commit de1c002

Please sign in to comment.