GithubHelp home page GithubHelp logo

tra-unam / finderv3 Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 2.0 153.39 MB

Finder repository, it includes microcontrollers programs and sim packages

C++ 73.41% Processing 0.47% C 3.45% CMake 5.95% Python 16.50% Shell 0.09% Lua 0.14%

finderv3's Introduction

FinDER v3 Robot repository

Table of Contents

Requirements

  • ROS

Installing dependencies:

sudo apt-get install ros-melodic-joy ros-melodic-teleop-twist-joy ros-melodic-teleop-twist-keyboard ros-melodic-laser-proc ros-melodic-rgbd-launch ros-melodic-depthimage-to-laserscan ros-melodic-rosserial-arduino ros-melodic-rosserial-python ros-melodic-rosserial-server ros-melodic-rosserial-client ros-melodic-rosserial-msgs ros-melodic-amcl ros-melodic-map-server ros-melodic-move-base ros-melodic-urdf ros-melodic-xacro ros-melodic-compressed-image-transport ros-melodic-rqt-image-view ros-melodic-gmapping ros-melodic-navigation ros-melodic-interactive-markers ros-melodic-dwa-local-planner ros-melodic-cv-camera ros-melodic-hector-slam ros-melodic-effort-controllers

Installation

1. Clone this repository

git clone https://github.com/TRA-UNAM/FinderV3.git

2. Install the eBUS_SDK

Change to the "ToInstall" directory:

cd ~/FinderV3/ToInstall/

Execute the file eBUS_SDK_4.1.7.3988_Ubuntu-14.04-x86_64.run:

sudo ./eBUS_SDK_4.1.7.3988_Ubuntu-14.04-x86_64.run

3. Compile the ROS workspace:

cd ~/FinderV3/catkin_ws

catkin_make

El último comando debe ejecutarse hasta llegar al 100% y sin mostrar mensajes de error (en letras rojas).

“source” del archivo “setup”

Es necesario agregar cada nuevo workspace que se compile con catkin al entorno de ROS. Para ello, correr el siguiente comando que hace “source” del nuevo archivo setup que se generó:

source ~/FinderV3/catkin_ws/devel/setup.bash

para no ejecutar este comando cada nueva terminal, es necesario agregar la siguiente línea al archivo .bashrc:

source ~/FinderV3/catkin_ws/devel/setup.bash

Usage

Simulation

Simulation using Fake Node

These instructions refer to run the simulation on RViz using the finder_fake package. In order to run that execute the command

roslaunch finder_fake finder_fake.launch

If the simulation was successfully launched, execute the following command to teleoperate the robot with the keyboard:

rosrun finder_teleop finder_teleop_key.py

Simulation using Gazebo

These instructions refer to run the simulation on gazebo using the gazebo_ros package, which is installed by default with every ROS distribution. More info here: http://gazebosim.org/tutorials?tut=ros_overview

Before running the simulation, execute from the command line or add the following line to your .bashrc file (or .zshrc):

export GAZEBO_MODEL_PATH=${HOME}/FinderV3/catkin_ws/src/simulation/finder_gazebo/models

1. Simulate in empty world

Execute the command:

roslaunch finder_gazebo finder_empty_world.launch

to test the FinDERv3 robot base in the gazebo default environment.

2. Simulate in the Turtelbot3 maze

Execute the command:

roslaunch finder_gazebo finder_stage_4.launch

to test the FinDERv3 robot base in the turtlebot3 maze.

3. Simulate in a test world

Execute the command:

roslaunch finder_gazebo finder_world_test.launch

to test the FinDERv3 robot base in a world with rough terrain.

4. Simulate in a test circuit

Execute the command:

roslaunch finder_gazebo finder_circuit_2.launch

to test the FinDERv3 robot base in circuit.

6. Simulate in a RoboCup Rescue test scenario

Execute the command:

roslaunch finder_gazebo finder_crossover_ramps.launch

to test the FinDERv3 robot base in the Crossover Ramps test scenario.

Drive the FinDER v3 Robot

Execute the following command to teleoperate the robot base with the keyboard:

roslaunch finder_teleop finder_teleop_key.launch

finderv3's People

Contributors

eli-baron avatar axelrojas avatar cpleonardo avatar roberto-garcia-1 avatar mavro10600 avatar serchersa avatar fdolg avatar mnegretev avatar ehecatl-eli avatar

Watchers

James Cloos avatar  avatar

finderv3's Issues

Cambiar y probar tipo de mensaje para flippers

Cambiar el tipo de mensaje en el tópico que controla los flippers en el nodo del robot real. Para que se pueda utilizar el nodo de teleoperación con la simulación, que utiliza un controlador con mensaje FLoat64, el robot real también debe utilizar este tipo de mensaje para los 4 flippers.

Documentar instrucciones para correr finder_fake

@TRA-UNAM/finderv3_autonomy
Se deben agregar las instrucciones para poder ejecutar la visualización del robot (el nodo finder_fake) al archivo README.md:

  • Modificar el apartado "Simulation using Fake Node" del archivo README.md agregando los comandos que se deben correr. Es deseable que se describa también el funcionamiento del nodo Fake. El archivo README.md se puede modificar desde la copia local del repo en su PC o desde la pagina de github.
  • Subir los cambios al repositorio (Desde la pagina de github es muy sencillo).
  • Cerrar este issue (con el boton "close issue").

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.