8000 GitHub - ipa-dmo/candle_ros2: ROS2 driver for using MAB md80 drives with CANdle.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ROS2 driver for using MAB md80 drives with CANdle.

License

Notifications You must be signed in to change notification settings

ipa-dmo/candle_ros2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MD80 ROS2 Node

This node handles the communication between MAB's MD80 drives in ROS2 environment. The node was designed to act as operational endpoint - to control the drives and get information from them, thus it is not capable of configuring the drives, for this use MDtool.

Principles of operation

The node normally communicates via services for setup, and via topics for regular data transfers. Services are:

  • /add_md80s
  • /zero_md80s
  • /set_mode_md80s
  • /enable_md80s
  • /disable_md80s

Topics subscribed by the node are:

  • /md80/motion_command
  • /md80/impedance_command
  • /md80/velocity_pid_command
  • /md80/position_pid_command

Topic published by the node is:

  • /md80/joint_states

Quick startup guide

Please find a detailed startup guide in the MD80 x CANdle manual

About

ROS2 driver for using MAB md80 drives with CANdle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.4%
  • CMake 8.6%
0