ros-drivers / axis_camera

Contains basic Python drivers for accessing an Axis camera's MJPG stream. Also provides control for PTZ cameras.
BSD 3-Clause "New" or "Revised" License
52 stars 75 forks source link

Add frame_id parameter. #8

Closed jack-oquin closed 11 years ago

jack-oquin commented 11 years ago

When using multiple cameras, we need to define different TF frame identifiers for each device.

I propose to do that by adding a frame_id parameter, with a default value of "axis_camera". I don't think the published frame identifier is supposed to include the "_optical" suffix.