flynneva / grbl_ros

ROS2 node for interfacing with a GRBL device
https://flynneva.github.io/grbl_ros/
MIT License
17 stars 11 forks source link

Index error #110

Closed yagizzha closed 2 years ago

yagizzha commented 2 years ago

image

grbl device is working on arduino , serial monitor shows its responding as expected but on ROS2 side it doesnt work

flynneva commented 2 years ago

hi @yagizzha! thanks for using this package, and thanks even more for reporting issues you do find!

I've tried to implement a fix for this error by warning the user if a received status is missing the required fields.

Could you try out that branch and let me know if it fixes your problem...or at least points you in the right direction?