Skip to content

Commit

Permalink
Fix accidental deletion errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
hddgi committed Jul 16, 2019
1 parent 39b3d11 commit 3ee64f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Binary file modified software/Obstacle_Map/cfg/CamToRobotCalibParams.cfgc
Binary file not shown.
4 changes: 2 additions & 2 deletions software/Obstacle_Map/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ displayImage: 0

# disparity maximum and minimum
disparityMax: 20
disparityMin: 1
disparityMin: 2

# maximum point distance (z)
distanceMax: 10
distanceMin: 0.05
distanceMin: 0.1

# max/min x and y
max_x: 650
Expand Down
6 changes: 6 additions & 0 deletions software/SLAM/ygz_slam_ros/generate.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
cd Thirdparty/DBow3/
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j4

cd ../../fast
mkdir build
cd build
Expand Down

0 comments on commit 3ee64f3

Please sign in to comment.