Open 5730289021-NN opened 4 years ago
I had faced the problem when I tried to build my cpp code with odom_broadcaster.sendTransform(odom_trans) command.
odom_broadcaster.sendTransform(odom_trans)
It told me something like it couldn't find "tfMessage.h".
I'm not sure whether someone else got this problem as well or not.
Currently, I've got some workaround: just copy https://github.com/verlab/espuck_driver/blob/master/esp_firmware/libraries/ros_lib/tf/tfMessage.h into /Inc/tf in case someone just got problem like me.
/Inc/tf
I had faced the problem when I tried to build my cpp code with
odom_broadcaster.sendTransform(odom_trans)
command.It told me something like it couldn't find "tfMessage.h".
I'm not sure whether someone else got this problem as well or not.
Currently, I've got some workaround: just copy https://github.com/verlab/espuck_driver/blob/master/esp_firmware/libraries/ros_lib/tf/tfMessage.h into
/Inc/tf
in case someone just got problem like me.