robofit / arcor

Augmented reality-based human-robot interaction.
GNU Lesser General Public License v2.1
8 stars 14 forks source link

Integrate touch foil #59

Closed ZdenekM closed 7 years ago

ZdenekM commented 7 years ago

art_touch_driver

art_projected_gui

art_brain

Other stuff

ZdenekM commented 7 years ago

Asynchronous reading of evdev events: http://python-evdev.readthedocs.io/en/latest/tutorial.html#reading-events-using-asyncore Reading device capabilities: http://python-evdev.readthedocs.io/en/latest/tutorial.html#listing-device-capabilities-devices-with-absolute-axes

ZdenekM commented 7 years ago

https://github.com/robofit/ar-table-common/blob/master/art_msgs/srv/TouchCalibrationPoints.srv

ZdenekM commented 7 years ago

75 - basic ability to display calibration points in art_projected_gui

Kapim commented 7 years ago

77 - reads events and publish them uncalibrated to /art/interface/touchtable/single

ZdenekM commented 7 years ago

84 - calibration. Seems to be working fine with GUI. Maybe there should be some protection against accidental "double touch" of the same point (during calibration).