8000 GitHub - banuprathap/turtlebot_walker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

banuprathap/turtlebot_walker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

ROS Turtlebot Random Waker

  • ROS package containing a node to make a Turtlebot wander around with obstacle avoidance by simply moving forward and turning when an obstacle is detected

Dependencies

  • ROS Indigo running on Ubuntu 14.04.
  • Gazebo
  • If you do not have ROS, download the bash script here and run it as sudo. Note: This script assumes you're running Ubuntu 14.04.

Package Dependency

  • roscpp
  • rospy
  • sensor_msgs
  • geometry_msgs
  • turtlebot_gazebo

Build steps

  • Open a terminal
mkdir -p catkin_ws/src
cd catkin_ws/src && catkin_init_workspace
git clone https://github.com/banuprathap/turtlebot_walker.git
cd ..
catkin_make
source ./devel/setup.bash

Running the demo

  • In your terminal
roslaunch turtlebot_walker navigate.launch

Enable rosbag recording

cd ~/catkin_ws
source ./devel/setup.bash
roslaunch turtlebot_walker navigate.launch enable_record:=true

Inspect rosbag

cd ~/.ros/
rosbag info recording.bag

Create Documentation

You will require rosdoc_lite package to create documents in ROS standards. You can get that by running

sudo apt-get install ros-indigo-rosdoc-lite

Once installed, run the following command replacing path with absolute path to the package in your file system. Assuming the catkin_ws is in your home directory, path would be ~/catkin_ws/src/turtlebot_walker/

rosdoc_lite path

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0