diff --git a/CMakeLists.txt b/CMakeLists.txt index cd89c58..b3329d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 2.8.3) -project(m2wr_description) +project(obstacle_avoidance_bot) ## Compile as C++11, supported in ROS Kinetic and newer # add_compile_options(-std=c++11) diff --git a/README.md b/README.md index b9a9eda..c915b02 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Xacro is used in the project to clean the URDF code. 2. Run `catkin_make` 3. Go to obstacle-avoid.py and make it executable using `chmod +x obstacle_avoidance.py`. No need to do this step if you are using the obstacle-avoid.cpp code. 3. Open 3 Terminals -4. Run the command `roslaunch Obstacle-Avoidance-Bot-Using-ROS spawn.launch`. -5. In the second terminal run the command `rosrun Obstacle-Avoidance-Bot-Using-ROS obstacle_avoidance.py` or `rosrun Obstacle-Avoidance-Bot-Using-ROS obstacle_avoidance.cpp` +4. Run the command `roslaunch obstacle_avoidance_bot spawn.launch`. +5. In the second terminal run the command `rosrun obstacle_avoidance_bot obstacle_avoidance.py` or `rosrun obstacle_avoidance_bot obstacle_avoidance.cpp` 6. In last terminal, run the command `rosrun gazebo_ros gazebo --verbose` to start the robot and begin the obstacle avoidance course. 7. Add blocks in between wherever you want or you can download a world from anywhere else and spawn the bot there. diff --git a/launch/rviz.launch b/launch/rviz.launch index 9b4eb3a..07050b7 100644 --- a/launch/rviz.launch +++ b/launch/rviz.launch @@ -1,9 +1,9 @@ - + - + diff --git a/launch/spawn.launch b/launch/spawn.launch index a652951..2c2cbdc 100644 --- a/launch/spawn.launch +++ b/launch/spawn.launch @@ -1,6 +1,6 @@ - + @@ -9,4 +9,4 @@ - \ No newline at end of file + diff --git a/package.xml b/package.xml index acb870e..590e3f8 100644 --- a/package.xml +++ b/package.xml @@ -1,6 +1,6 @@ - m2wr_description + obstacle_avoidance_bot 0.0.0 The m2wr_description package diff --git a/urdf/bot_description.xacro b/urdf/bot_description.xacro index ad78083..585ca45 100644 --- a/urdf/bot_description.xacro +++ b/urdf/bot_description.xacro @@ -1,14 +1,14 @@ - + - - - + + + @@ -75,4 +75,4 @@ - \ No newline at end of file +