Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbattle committed Jun 22, 2021
1 parent e10b0d8 commit c6f7e94
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ov_msckf/launch/pgeneva_sim.launch
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<arg name="fej" default="true" />
<arg name="feat_rep" default="GLOBAL_3D" />
<arg name="num_clones" default="11" />
<arg name="num_slam" default="25" />
<arg name="num_pts" default="500" />
<arg name="num_slam" default="50" />
<arg name="num_pts" default="100" />
<arg name="max_cameras" default="1" />

<arg name="freq_cam" default="10" />
Expand Down
2 changes: 1 addition & 1 deletion ov_msckf/scripts/run_ros_eth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ for i in "${!bagnames[@]}"; do

# Monte Carlo runs for this dataset
# If you want more runs, change the below loop
for j in {00..00}; do
for j in {00..04}; do

# start timing
start_time="$(date -u +%s)"
Expand Down
2 changes: 1 addition & 1 deletion ov_msckf/scripts/run_ros_tumvi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ for i in "${!bagnames[@]}"; do

# Monte Carlo runs for this dataset
# If you want more runs, change the below loop
for j in {00..00}; do
for j in {00..04}; do

# start timing
start_time="$(date -u +%s)"
Expand Down
2 changes: 1 addition & 1 deletion ov_msckf/scripts/run_ros_uzhfpv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ for i in "${!bagnames[@]}"; do

# Monte Carlo runs for this dataset
# If you want more runs, change the below loop
for j in {00..00}; do
for j in {00..04}; do

# start timing
start_time="$(date -u +%s)"
Expand Down

0 comments on commit c6f7e94

Please sign in to comment.