yoneken / rosserial_stm32

This is a part of [rosserial](https://github.com/ros-drivers/rosserial) repository to communicate with ROS system through a USART for STM32 embedded system.
BSD 2-Clause "Simplified" License
218 stars 72 forks source link

"rosrun rosserial_stm32 make_libraries.py ." doesn't copy tfMessage.h #23

Open 5730289021-NN opened 4 years ago

5730289021-NN commented 4 years ago

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.