Skip to content

Commit

Permalink
chore: extracted from
Browse files Browse the repository at this point in the history
Signed-off-by: vividf <yihsiang.fang@tier4.jp>
  • Loading branch information
vividf committed Jul 17, 2024
1 parent 232658f commit 07225d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions calibrators/mapping_based_calibrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ The transformation between the lidar and the ground pose is calculated by utiliz
| `calibrated_source_aligned_map` | `sensor_msgs::msg::PointCloud2` | Calibrated map from calibration lidars. |
| `target_map` | `sensor_msgs::msg::PointCloud2` | Target map from the `mapping lidar`, used for comparing with the `calibrated_source_aligned_map`. |
| `target_markers` | `visualization_msgs::msg::MarkerArray` | Markers for the camera calibrator (currently not used). |
| `base_lidar_augmented_pointcloud` | `sensor_msgs::msg::PointCloud2` | The ground pointcloud from the augmented pointcloud. |
| `ground_pointcloud` | `sensor_msgs::msg::PointCloud2` | The ground pointcloud from the calibrated pointcloud. |
| `base_lidar_augmented_pointcloud` | `sensor_msgs::msg::PointCloud2` | The ground pointcloud extracted from the augmented pointcloud. |
| `ground_pointcloud` | `sensor_msgs::msg::PointCloud2` | The ground pointcloud extracted from the calibrated pointcloud. |

### Services

Expand Down

0 comments on commit 07225d6

Please sign in to comment.