Skip to content

Commit

Permalink
Merge pull request #1211 from tier4/chore/record_all
Browse files Browse the repository at this point in the history
chore: include all topic to rosbag
  • Loading branch information
yamacir-kit authored Mar 13, 2024
2 parents 4b064d0 + af0af62 commit 5a3ddcd
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,8 @@ auto Interpreter::on_activate(const rclcpp_lifecycle::State &) -> Result
},
[&]() {
if (record) {
// clang-format off
record::start(
"-a",
"-o", boost::filesystem::path(osc_path).replace_extension("").string(),
"-x", "/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/debug/intersection");
// clang-format on
"-a", "-o", boost::filesystem::path(osc_path).replace_extension("").string());
}

SimulatorCore::activate(
Expand Down

0 comments on commit 5a3ddcd

Please sign in to comment.