Skip to content

Commit

Permalink
fixed image in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilNie committed May 2, 2019
1 parent f06f592 commit ff70d6a
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ others
ros/devel
ros/build
ros/src/cmake-build-debug
*.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The self-driving vehicle uses a modified version of the ROS navigation stack. Th
`rtabmap` (realtime appearance based mapping) allows me to construct a global map of the environment. For more information on the mapping package, please check out this [`.launch` file](./ros/src/navigation/mapping/launch/rtab_mapping.launch).

<center>
<img src="./media/rtab-map.jpg" alt="Drawing" width="640"/>
<img src="./media/rtab-map.png" alt="Drawing" width="640"/>
</center>

<a name="Path%20Planning" > </a>
Expand Down
Binary file modified ros/.DS_Store
Binary file not shown.
Binary file modified ros/src/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion ros/src/navigation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The self-driving vehicle uses a modified version of the ROS navigation stack. Th
`rtabmap` (realtime appearance based mapping) allows me to construct a global map of the environment. For more information on the mapping package, please check out this [`.launch` file](./ros/src/navigation/mapping/launch/rtab_mapping.launch).

<center>
<img src="https://github.com/sigmaai/self-driving-golf-cart/media/rtab-map.jpg" alt="Drawing" width="640"/>
<img src="https://github.com/sigmaai/self-driving-golf-cart/media/rtab-map.png" alt="Drawing" width="640"/>
</center>

<a name="Path%20Planning" > </a>
Expand Down

0 comments on commit ff70d6a

Please sign in to comment.