UTNuclearRoboticsPublic / netft_utils

A C++ class and a ROS node for ATI force/torque sensors connected to a Netbox.
http://wiki.ros.org/netft_utils
28 stars 29 forks source link

Iron Updates #16

Closed AdamPettinger closed 3 months ago

AdamPettinger commented 3 months ago

Makes two important fixes for use with ros2_control:

  1. Removes the 100ms wait during the hardware interface read
  2. Moves the RDT driver bringup to the init() function to avoid the controller manager try to read from the sensor before the activate function finishes setting up the sensor driver and runs into null ptr problems