Skip to content

Commit

Permalink
chore: include all topic to rosbag
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo authored Mar 8, 2024
1 parent 7ef5cdc commit af0af62
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 af0af62

Please sign in to comment.