Robotics StackExchange | Archived questions

rosserial_arduino extend adc message

hi, i checked out rosserial and extended rosserial_arduino/message/Adc.msg to hold 12 adc values instead of only 6.

Then i also made some changes to rosserialarduino/src/roslib/examples/ADC/ADC.pde to make use of the newly added adc values.

Then i rebuild with catkinmake and catkininstall, then i build the roslib new in the Arduino libraries folder. There i can see that the class in file libraries/roslib/rosserial_arduino/Adc.h now uses 12 adc values.

Then i load my sketch onto the arduino and then start rosrun rosserialpython serialnode.py port:=/dev/ttyACM0 . But then it tells me, that the md5 sums does not match ? One md5 sum is from libraries/roslib/rosserial_arduino/Adc.h, but i dont know where the second is from ?

Do i need to rebuild or modify some other file too ?

thanks for help

flo

Asked by inflo on 2015-03-03 11:32:06 UTC

Comments

Answers