Parameters
Name |
Data Type |
Default Value |
Description |
|---|---|---|---|
|
string array |
|
List of buffer_id strings denoting the wanted buffers. |
|
string |
|
Path to a JSON configuration file to be used when configuring the node. |
|
string |
192.168.0.69 |
The ip address of the camera. |
|
string |
warning |
ifm3d-ros2 node logging level. |
|
int |
50014 |
PCIC port corresponding to the targeted camera port. |
|
string |
|
Name for ifm reference frame. |
|
string |
|
Name for the mounting point frame. |
|
string |
|
Name for the optical frame. |
|
bool |
true |
Whether the transform from the ifm base link to the camera mounting point should be published. |
|
bool |
true |
Whether the transform from the cameras mounting point to the optical center should be published. |
|
uint |
50010 |
TCP port the on-camera xmlrpc server is listening on. |
Transform Parameters
The camera node publishes transforms between coordinate frames. For detailed information about the O3R transform system, calibration process, and frame relationships, see Camera Transforms and Calibration.
Quick Reference:
ifm_base_link: Reference frame after calibration (your coordinate system)mounting_link: Physical mounting point at the back of camera housingoptical_link: Optical center of the camera sensor

The reference of the mounting frame is at the back of the O3R camera head housing (scale drawings can be found on ifm.com in the download section of the specific article).
The reference for the ifm base frame is defined by the extrinsic parameters set in the JSON configuration of the O3R platform (extrinsicHeadToUser).
Generally, the ifm base frame is configured to have for origin the center of the robot coordinate system, but this is not required.
When no extrinsic parameter is set, the ifm base frame and the mounting frame are the same.

The optical frame refers to the reference point of the optical system (lens, chip, etc). A static transform is published between the mounting link and the optical link, that corresponds to the intrinsic calibration parameters of the camera. Each set of intrinsic parameters is unique to a specific camera head and set in production. These parameters are not expected to change over time.