smd-ros-devel / kangaroo_x2_driver

ROS Driver for the Dimension Engineering Kangaroo x2 Motion Controller
9 stars 2 forks source link

Segmentation fault... #11

Open duaneb69 opened 6 years ago

duaneb69 commented 6 years ago

I'm running on ROS Kinetic, on a Raspberry Pi3 Model B. I'm using serial0 (aka ttyS0) on the pi, I've tried using rosrun and roslaunch, but both end with a segmentation fault.

It does seem that my serial communications with the kangaroo is ok, I get this on rosrun/roslaunch:

Segmentation fault

I'm new with ROS, and haven't worked with c/c++ much... anyone have any pointers on what I can look at to troubleshoot this?

Thanks!