Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hasauino/turtlesim_examples

A node and launch files to make ROS turtlesim do navigation (fake laser, fake bumber, draw a map)
https://github.com/hasauino/turtlesim_examples

Last synced: about 1 month ago
JSON representation

A node and launch files to make ROS turtlesim do navigation (fake laser, fake bumber, draw a map)

Awesome Lists containing this project

README

        

# turtlesim_examples
A node and launch files to make ROS turtlesim do navigation (fake laser, fake bumber, draw a map)

## Dependencies

- It doesn't depend on any package, only the packages that comes already with a full
ROS installation. It was tested on ROS kinetic.

- If you want to run the ```movebase``` launch file to bring up the navigation stack, you need to install it first:
```
sudo apt-get install ros-kinetic-navigation*
```
## Examples

#### Example 1, turtle with fake bumber (a second turtle act as a bumber):
```
roslaunch turtlesim_examples bumber.launch
```
![turtle with fake bumber](include/2.gif)

#### Example 2, turtle with fake laser scanner:
```
roslaunch turtlesim_examples laser.launch
```

![turtle with fake laser](include/0.gif)

#### Example 3, Bringing up navigation stack on the turtle:
```
roslaunch turtlesim_examples laser.launch
```
```
roslaunch turtlesim_examples moveBase.launch
```

![turtle with fake laser](include/1.gif)