forked from vinismarques/butia_navigation_system
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from khaledhazime/master
FInishing up to v3
- Loading branch information
Showing
64 changed files
with
3,837 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"configurations": [ | ||
{ | ||
"browse": { | ||
"databaseFilename": "", | ||
"limitSymbolsToIncludedHeaders": true | ||
}, | ||
"includePath": [ | ||
"/home/athome/doris_ws/devel/include", | ||
"/opt/ros/melodic/include", | ||
"/home/athome/doris_ws/src/openslam_gmapping/include", | ||
"/home/athome/doris_ws/src/turtlebot3_simulations/turtlebot3_fake/include", | ||
"/home/athome/doris_ws/src/turtlebot3_simulations/turtlebot3_gazebo/include", | ||
"/usr/include" | ||
], | ||
"name": "Linux", | ||
"intelliSenseMode": "gcc-x64", | ||
"compilerPath": "/usr/bin/gcc", | ||
"cStandard": "c11", | ||
"cppStandard": "c++17" | ||
} | ||
], | ||
"version": 4 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"python.autoComplete.extraPaths": [ | ||
"/home/athome/doris_ws/devel/lib/python2.7/dist-packages", | ||
"/opt/ros/melodic/lib/python2.7/dist-packages" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
sudo apt install terminator -y | ||
sudo apt-get install zsh curl git -y | ||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" -y | ||
curl -sSL git.io/jovial | sudo bash -s $USER | ||
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list' | ||
sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654 | ||
sudo apt update | ||
sudo apt install ros-melodic-desktop-full -y | ||
sudo rosdep init | ||
rosdep update | ||
echo "source /opt/ros/melodic/setup.zsh" >> ~/.zshrc | ||
source ~/.zshrc | ||
sudo apt install python-rosinstall python-rosinstall-generator python-wstool build-essential -y | ||
mkdir -p ~/doris_ws/src | ||
cd ~/doris_ws | ||
catkin_make | ||
source devel/setup.zsh | ||
cd src | ||
git clone https://github.com/ros-perception/openslam_gmapping | ||
cd .. | ||
catkin_make | ||
cd src | ||
git clone https://github.com/ros-perception/slam_gmapping | ||
cd .. | ||
catkin_make | ||
sudo apt-get install ros-melodic-amcl -y | ||
sudo apt-get install ros-melodic-move-base -y | ||
sudo apt-get install ros-melodic-sick-scan -y | ||
sudo apt-get install ros-melodic-map-server -y | ||
cd ~/doris_ws/src | ||
|
19 changes: 19 additions & 0 deletions
19
butia_navigation_description/.vscode/c_cpp_properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"configurations": [ | ||
{ | ||
"browse": { | ||
"databaseFilename": "", | ||
"limitSymbolsToIncludedHeaders": true | ||
}, | ||
"includePath": [ | ||
"/home/athome/doris_ws/devel/include", | ||
"/opt/ros/melodic/include", | ||
"/home/athome/doris_ws/src/openslam_gmapping/include", | ||
"/home/athome/doris_ws/src/turtlebot3_simulations/turtlebot3_fake/include", | ||
"/home/athome/doris_ws/src/turtlebot3_simulations/turtlebot3_gazebo/include", | ||
"/usr/include" | ||
], | ||
"name": "Linux" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
butia_navigation_description/config/param/.vscode/c_cpp_properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"configurations": [ | ||
{ | ||
"browse": { | ||
"databaseFilename": "", | ||
"limitSymbolsToIncludedHeaders": true | ||
}, | ||
"includePath": [ | ||
"/home/athome/doris_ws/devel/include/**", | ||
"/opt/ros/melodic/include/**", | ||
"/home/athome/doris_ws/src/openslam_gmapping/include/**", | ||
"/usr/include/**" | ||
], | ||
"name": "ROS" | ||
} | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
butia_navigation_description/config/param/.vscode/settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"python.autoComplete.extraPaths": [ | ||
"/home/athome/doris_ws/devel/lib/python2.7/dist-packages", | ||
"/opt/ros/melodic/lib/python2.7/dist-packages" | ||
] | ||
} |
30 changes: 16 additions & 14 deletions
30
butia_navigation_description/config/param/costmap_common_params.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+429 KB
butia_navigation_description/meshes/pioneer-lx/pioneer-lx-plinth.blend
Binary file not shown.
Oops, something went wrong.