Skip to content

Commit

Permalink
Update rrts_main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ahq1993 authored Nov 22, 2018
1 parent 6975fd8 commit 94cebe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_generation/rrtstar/src/rrts_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ int main () {


int i=0;
for (i=0;i<110;i++){
for (i=0;i<1;i++){
string env_no; // string which will contain the result
ostringstream convert2; // stream used for the conversion
convert2 << i; // insert the textual representation of 'Number' in the characters in the stream
Expand All @@ -108,7 +108,7 @@ int main () {
ifstream in3(path.c_str(), ios::in | ios::binary);
in3.read((char *) &fnum2, sizeof fnum2);
int t=0;
for (int t=0;t<1;t++){
for (int t=0;t<100;t++){
cout<<"t"<<t<<endl;

planner_t rrts;
Expand Down

0 comments on commit 94cebe2

Please sign in to comment.