Best practice for creating new frame names?
I have a simple two-wheeled platform, and I'm trying to publish ultrasonic range data via the standard range message type.
This message type requires a header with a frame_id. The sensors are attached to the part of the robot considered the "/base_link" frame. Should I use that as the frame, or should I create separate frames for each sensor to denote each sensor's unique position? If so, how should I name these? Should it be "/base_link/ultrasonic1" or just "/ultrasonic1"?