Archived-OR / osprey_ros

UNF Osprey Robotics Club ROS implementation for NASA Lunabotics Remote Mining Competition Robots
Apache License 2.0
0 stars 1 forks source link

Integrate GPIO with GPIO Controller #3

Open wltjr opened 8 months ago

wltjr commented 8 months ago

GPIO is being used directly by the hardware_interface, and does not use any of the ros2 control GPIO controller and related configuration. This makes GPIO functional as hardware limits but also makes ros unaware of GPIO states and commands. If GPIO usage remains as is, directly and transparently controlled, then the unused GPIO controller code and settings should be removed.