Open nepfaff opened 7 months ago
@SeanCurtis-TRI
Specifically, we the logic in MeshcatVisualizer<T>::SetObjects
that converts a GeometryId
and its FrameId
into a path
to be factored out and callable as a public function, something like std::string MeshcatVisualizer<T>::GetMeshcatPath(GeometryId) const;
.
Is your feature request related to a problem? Please describe. This would be useful for changing the meshcat properties of a given Drake geometry. See this StackOverflow post for context.
Describe the solution you'd like
MeshcatVisualizer
should have an API (e.g.get_meshcat_path
) that takes aGeometryID
and returns the corresponding meshcat path name.