From 1e31241bd255eabee9897c8d1ce8d277d443a020 Mon Sep 17 00:00:00 2001 From: Yoshihiro Kogure Date: Wed, 20 Nov 2024 16:03:33 +0900 Subject: [PATCH] Revise the content Signed-off-by: Yoshihiro Kogure --- control_data_collecting_tool/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/control_data_collecting_tool/README.md b/control_data_collecting_tool/README.md index 7d8f22c9..e024c437 100644 --- a/control_data_collecting_tool/README.md +++ b/control_data_collecting_tool/README.md @@ -15,19 +15,24 @@ This package provides tools for automatically collecting data using pure pursuit - Setting the trajectory from the following types of trajectories ( [`eight_course`, `u_shaped_return`, `straight_line_positive`, `straight_line_negative`, `reversal_loop_circle`, `along_road`] ). - `COURSE_NAME: eight_course` + - `COURSE_NAME: u_shaped_return` + - `COURSE_NAME: straight_line_positive` or `COURSE_NAME: straight_line_negative` ( Both "straight_line_positive" and "straight_line_negative" represent straight line courses, but the direction of travel of the course is reversed.) + - `COURSE_NAME: reversal_loop_circle` + - `COURSE_NAME: along_road` + ## How to use @@ -126,7 +131,7 @@ ROS 2 params which are common in all trajectories (`/config/common_param.yaml`): | Name | Type | Description | Default value | | :--------------------------------------- | :------- | :-------------------------------------------------------------------------------------------------- | :------------- | | `LOAD_ROSBAG2_FILES` | `bool` | Flag that determines whether to load rosbag2 data or not | True | -| `COURSE_NAME` | `string` | Course name [`eight_course`, `u_shaped_return`, `straight_line_positive`, `straight_line_negative`] | `eight_course` | +| `COURSE_NAME` | `string` | Course name [`eight_course`, `u_shaped_return`, `straight_line_positive`, `straight_line_negative`, `reversal_loop_circle`, `along_road`] | `eight_course` | | `NUM_BINS_V` | `int` | Number of bins of velocity in heatmap | 10 | | `NUM_BINS_STEER` | `int` | Number of bins of steer in heatmap | 10 | | `NUM_BINS_A` | `int` | Number of bins of acceleration in heatmap | 10 |