How to properly embed marker with mesh resource #1308
Replies: 2 comments
-
duplicate |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a CPP app in which I take pose data from a CSV files and embed them into ros2msg's using mcap. My pose and path and marker messages all show up in foxglove. However, my marker's mesh_resource is always an empty string and mesh_use_embedded_materials is always true even if i set it to false in my app. I have serialized the message in my CPP app. I have tried to unserialize it after that, and the data is what I set it to. Am I using this marker properly, am i using the wrong type of ros2 message? Since I am not using a ros2 enviroment to collect the original data, should I not use it as the format to embed the data? It seems like it is the most supported on the visualization side, so i used it.
Version: Master
Platform: Linux x86
Code snippet in question
From the documentation, I believe mesh_resource should be populated with my file link as seen above in the code snippet. I can also attach my example mcap file if needed. Any direction or help would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions