ROS driver for the CNT-723 rotary encoder and peiseler 1283 RS.
ROS modules that this package depends on:
Clone, build, and install using catkin:
$ git clone https://github.com/tado-aev/cnt723 ~/ros/catkin_ws/src/cnt723
$ cd ~/ros/catkin_ws
$ catkin_make
$ source devel/setup.zsh
$ roslaunch cnt723 cnt723_node.launch
port
: the port name where the CNT-723 is connected tobaudrate
: the baud ratefrequency
: the rate at which to publish the pulse counts
cnt723/count
: raw pulse count from the encoder
Program mode is currently not supported.
MIT License
Naoki Mizuno