Robotics StackExchange | Archived questions

ros3djs stuck at rendering moving Marker object

I'm rendering a moving joint URDF model, a MarkerArray (with 3 moving markers at low speed) together using ros3d and roslib in a React interface. The URDF mesh is rendered smoothly but the MarkerArray/Marker object has tangible stuck and frame drops/delay. Does anyone have the same issue as well?

Some contexts: I'm using ros Melodic, rosbridge, tf2webrepublisher My TF and Marker publisher is working at 125 hz. Front end settings: tfClient = { angularThres: 0.001, transThres: 0.001, rate: 60.0, fixedFrame: "/base_link", }

Asked by hmeng29 on 2022-07-01 19:41:19 UTC

Comments

Answers