Arbitrary Marker in Rviz
Is there any way to put a marker at an arbitrary pose in RViz? What I want to be able to do is put a marker at some xyz in some coordinate frame WITHOUT having to write code. I know I could put a marker there with code
My current method is to create a Grid, which allows you to specify a base frame and offset, but that's hardly efficient.