hbrobotics / ros_arduino_bridge

ROS + Arduino = Robot
355 stars 351 forks source link

importError no module name tf.broadcaster #58

Open delliw1 opened 5 years ago

delliw1 commented 5 years ago

I have ros (kineti) running on a raspberry pi3 b+ usb interfaced to a Pro Micro (clone) microcontroller, I have the common_msgs installed and ran catkin_make also sourced devel/setup.bash. This error only occurs when I try to run with the base controller enabled. I wonder if I am missing some critical file. Can you point me in the correct direction? I followed the installation process on this site and can manually controller the motors(although I have not tuned the pid yet), and can read the encoders thru the arduino ide serial monitor. Best regards, and thank you for any suggestions.