Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ankeshanand/auv-simulator

Simulates the working environment for Kraken-our Autonomous Underwater Vehicle.
https://github.com/ankeshanand/auv-simulator

Last synced: 1 day ago
JSON representation

Simulates the working environment for Kraken-our Autonomous Underwater Vehicle.

Awesome Lists containing this project

README

        

auv-simulator
=============

Simulates the working environment for Kraken-our Autonomous Underwater Vehicle.

To get it running:

1. Move to ROS Workspace: ````$ roscd ````

2. Clone the repository from github: ````$ git clone https://github.com/ankeshanand/auv-simulator.git ````

3. Install UWSim: ````$ apt-get install ros-groovy-uwsim````

4. Be sure roscore is running: ````$ roscore &```` (Runs roscore in background, you can continue in the same terminal session)

5. Run the simulator:

````
$ cd auv-simulator/UWSim/kraken/scenes
$ rosrun uwsim uwsim --configfile UWSim_scene.xml
````