GithubHelp home page GithubHelp logo

sichitong / vilmaproject Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tiberiusferreira/vilmaproject

0.0 1.0 0.0 414.55 MB

Python 31.84% CMake 11.99% EmberScript 0.05% Shell 0.46% Makefile 9.25% C++ 44.92% Smarty 0.13% HTML 0.09% CSS 0.15% TeX 0.21% C 0.82% Roff 0.02% QMake 0.06%

vilmaproject's Introduction

VilmaProject

This is the repository for the VILMA simulator (veículo inteligente do Laboratório de Mobilidade Autônoma, UNICAMP). The project has been restructured and now utilizes the MORSE simulator (https://www.openrobots.org/wiki/morse/) and ROS (http://ros.org).

Automated INSTALL. (Supported on Ubuntu 14.04)

Install ROS Indigo by "two line install":

wget https://raw.githubusercontent.com/oroca/oroca-ros-pkg/master/ros_indigo_install.sh

sh ros_indigo_install.sh

Download put all the content of the install_stable folder in the HOME directory.

Execute the setup_scriptReliable.sh script at HOME directory.

Close terminal and open a new one.

Execute startvilma.sh at home directory.

Manual Install:

To compile Morse it is recommended to install python-dev, in special python3.4-dev .

MORSE must be installed with the following cmake parameters for it's utilization:

cmake -DPYMORSE_SUPPORT=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_ROS_SUPPORT=ON

-DPYTHON_EXECUTABLE=$(which python3.4) can also be usefull to indicate the python location, in this case python3.4.

In addition the following components must be installed

1- git clone git://github.com/ros-infrastructure/catkin_pkg.git -b 0.1.9

cd catkin_pkg

sudo python3 setup.py install

git clone git://github.com/ros/catkin.git

cd catkin

sudo python3 setup.py install

2- sudo apt-get install python3-dev

Install PyYAML with Python3 support (package python3-yaml on Debian/Ubuntu, or you can get the sources from http://pyyaml.org ) and build it using python3:

wget http://pyyaml.org/download/pyyaml/PyYAML-3.10.tar.gz

tar xvf PyYAML-3.10.tar.gz

cd PyYAML-3.10

sudo python3 setup.py install

3- Get Setuptools:

sudo apt-get install python3-setuptools

Install rospkg using Python3:

git clone git://github.com/ros/rospkg.git

cd rospkg

sudo python3 setup.py install

Import the Vilma morse environment (go to VilmaProject/src and type morse import Vilma)

Done (to use it start roscore and type morse run Vilma at VilmaProject/src)

To open the GUI for car controlling utilize the executable in the vilma_driver build folder (64 bits Ubuntu 14.04 tested) or compile it utilizing the catkin system. To compile using the catkin system it is necessary to copy the src folder of the VilmaDriver to the catkin workspace.

vilmaproject's People

Contributors

olmerg avatar tiberiusferreira avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.