We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: