cruise-automation / webviz

web-based visualization libraries
https://webviz.io/
Apache License 2.0
2.03k stars 412 forks source link

Support for namespaced robots in 3D panel #678

Open pringithub opened 2 years ago

pringithub commented 2 years ago

Hello,

My robots are encapsualted in a namespace [robot_name]/* (both topics and tfs) and so when trying to plot the lidar in the 3D panel I get the error missing transforms to root frame from base_link to . I also can't find this error code when searching in github.

Is it possible to specify the root frame for the robot, or is it simply fixed as base_link?

Thanks