rursprung / fhgr-mrproj2

A ROS 1 based tank with a LIDAR.
GNU General Public License v3.0
2 stars 2 forks source link

implement gun controller #65

Closed rursprung closed 1 year ago

rursprung commented 1 year ago

this adds a basic gun controller which will run on the physical hardware and allow moving the gun up/down and firing it.

this has been ported from the original PR from Joel (#55) to the new approach based on pigpiod_if2 and some further cleanups applied.

this currently uses a ROS topic, however this would probably be more suited to a ROS service based on how this is supposed to be used. for time reasons i haven't rewritten it to that at this point.