Skip to content

Commit

Permalink
Update ros_trace_points.cpp
Browse files Browse the repository at this point in the history
undo
  • Loading branch information
xygyo77 authored Jun 14, 2024
1 parent 8a2d81c commit 6260007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CARET_trace/src/ros_trace_points.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static bool is_python3_command()
}
ifs.close();

vector<string> cmd_line = {};
vector<string> cmd_line;
auto itr_begin = input_data.begin();
auto itr_find = input_data.begin();
for (;;) {
Expand Down

0 comments on commit 6260007

Please sign in to comment.