ros-industrial / ros2_canopen

CANopen driver framework for ROS2
https://ros-industrial.github.io/ros2_canopen/manual/rolling/
131 stars 55 forks source link

Electronic Data Sheet #174

Closed alberthli closed 1 year ago

alberthli commented 1 year ago

I am hoping to use ros2_canopen to communicate with an Allegro hand. However, it doesn't seem like there is an EDS available for it. I was wondering

  1. Is there an easy way to generate EDS files?
  2. Is there a workaround for using ros2_canopen without an EDS file?
hellantos commented 1 year ago

Hi, allegro hand does not use CANopen but a custom protocol based on CAN bus. You'll have to implement it yourself. I recommend looking at https://github.com/autowarefoundation/ros2_socketcan

alberthli commented 1 year ago

Thank you for the clarity. I'll give it a shot.