rosbridge_suite to recieve meshes
Hi,
I'm using rosbridge_suite to visualize the robot on a windows machine in VR. Ideally, I would like to recieve the complete robot's description directly from the robot.
I managed to recieve the plain URDF xml via "/rosapi/getparam robot_description".
Is there any possiblity to load the meshes which are referenced in the URDF in a similar way? Or do I have to copy them manually?
Thank you for your advise!