-
Having issues getting the encoder.ino and/or cpp file uploaded to Teensy though managed to get encoder_test running OK. Can't quite work out how to add the required include files in either Arduino IDE or PlatformIO. New to PIO and haven't spent the time getting over the learning curve yet... Want to get the ROS nodes going, SO CLOSE! Can someone please give me a clue? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @questrov, have you tried to follow the instructions for Arduino IDE outline here in the documentation: https://ros-mobile-robots.com/teensy-mcu/ and what is the error you are getting? The diffbot/diffbot_base/src/diffbot_hw_interface.cpp Lines 188 to 189 in ff78f49 Alternatively you can use the low level PID controllers running on the mcu. Then you don't need the code inside |
Beta Was this translation helpful? Give feedback.
-
Have you built the custom
Then you most likely don't need |
Beta Was this translation helpful? Give feedback.
Have you built the custom
diffbot_msgs
for arduino rosserial? The procedure how to do this should be explained (hopefully well enough) here https://ros-mobile-robots.com/diffbot_msgs/#rosserial. If it doesn't help please let me know.