Skip to content

Aidin Robotic force-torque sensor ROS2 driver.

Notifications You must be signed in to change notification settings

Phayuth/aidin_aft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIDIN Robotics Force Torque Sensor

  • AFT20-D15

Install

pip install "python-can[gs_usb]"

Setup

TODO

Permission

sudo chmod 666 /dev/ttyUSB1

Open communication

  • Attach canbus sudo ip link set dev can0 up type can bitrate 1000000
  • Listen to canbus candump can0
  • Send to canbus cansend can0 001#1122334455667788
  • Check hardware diagnostic message dmesg

Launch ROS Node

ros2 launch aidin_aft aft_bringup.launch.py

Reference List

Useful command

  • USB detail /bin/udevadm info --name=/dev/ttyUSB1
  • USB port ls -l /dev/serial/by-id/

About

Aidin Robotic force-torque sensor ROS2 driver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published