Skip to content

Commit

Permalink
3d pose tf parameter explained
Browse files Browse the repository at this point in the history
  • Loading branch information
yilmazabdurrah committed Jan 17, 2025
1 parent 98573c5 commit ab8c559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ The **config** folder contains two parameter files for specifying system charact
* **constant_depth_value**: Used when no depth image or channel is available. This value is assumed as the distance between the camera and the detected fruit, enabling 3D pose estimation. This is particularly useful for RGB cameras without depth estimation capabilities. Default value is 1.0 m.
* **fruit_type**: Specifies the type of fruit to detect. Currently supported values are **"strawberry"** and **"tomato"**.
* **pose3d_frame**: Sets the frame ID for the 3D poses of the detected fruits.
* **pose3d_tf**: In some cases, camera_info message includes camera_frame rather than camera_optical_frame. In this case, the 3D pose estimated should be transformed from optical frame to camera frame. For transformation needed cases, set to `True`, otherwise keep as `False`.
* **pub_verbose**: Publishes an annotated image as a `sensor_msgs/Image` message in the ROS2 framework.
* **verbose**: Determines which annotations appear on the annotated image. A Boolean list specifies the visualization of the following annotations in order: `[centroid, bounding box, mask, coordinate frames, text]`.
* **pub_markers**: To publish RViz markers in the ROS2 framework.
Expand Down

0 comments on commit ab8c559

Please sign in to comment.