Skip to content

Commit

Permalink
simplified config
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktschwab committed Oct 23, 2023
1 parent 5505535 commit 037f981
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion a2d2_ros_preparer/config/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ paths:
source_sensor_configuration_filepath: "/path/to/a2d2-preview/cams_lidars.json"

target_directory: "/path/to/a2d2-preview_output"
target_trajectories_subdirectory: ""

# filter:
# start_timestamp: 1533906480
Expand Down
2 changes: 1 addition & 1 deletion a2d2_ros_preparer/src/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ namespace a2d2_ros_preparer {
std::optional<std::filesystem::path> source_sensor_configuration_filepath_;

std::filesystem::path target_directory_;
std::string target_trajectories_subdirectory_name_ = "";
std::string target_trajectories_subdirectory_name_ = "driving_dataset_gnss_trajectories";

// filter
std::optional<Time> filter_start_timestamp_ = {};
Expand Down

0 comments on commit 037f981

Please sign in to comment.