ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi guys, Thank you for the answers. I managed to increase the sampling frequency greatly by increasing the 16 in this line to 860.

ads11 = ADS.ADS1115(i2c1, 1, 16, 0x0100, 0x48)

Now I achieve 60Hz when running rostopic hz, which is much much better than before. Thank you!