GithubHelp home page GithubHelp logo

fanner01 / ros-app-tb3-voiceorder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from auturbo/ros-app-tb3-voiceorder

0.0 1.0 0.0 54.18 MB

To make TurtleBot3 Burger follow what some says

License: Apache License 2.0

CMake 0.03% Java 99.97%

ros-app-tb3-voiceorder's Introduction

youtube video

Click image to link to YouTube video.
Video Label

ros-app-tb3-voiceorder

  • To make TurtleBot3 Burger follow what some says

  • This is Android application source code

  • This code refers to the below site and use rosjava class

    Link:[RosJava]: https://github.com/rosjava/android_core

Requirements

  • Android Studio 3.0.1
  • Android Phone SDK version 15 (IceCreamSandwitch) ~ 26 (Oreo)
  • ROS Kinetic

Usage

  • Permission I run Android Studio with sudo permission.Just be careful.
  • import projet by android studio
If you don't want to build project, you just download and install Apk from google Play Store.
Search key word 'ROS AuTURBO'. 

Project Description

  • android_10
This module defines an Android class for ROS.
This code has been copied from ROSJAVA and modified below. 
- MessagePub.java was added. The class is a class for ROS Publish.
- MessageSub.java was added. The class is a class for ROS Subcribe.
  • android_pubsubSample Project
This module is Simple Example android application code for ROS Publish and ROS Subscribe. 
This module use class of android_10.
If you write some sentance and push button, This application publish the sentance, 
and this application subscribe the sentence. And this application display subscribed sentence 

publish topic list
1. Topic name is "string_test". Datatype is std_msgs.String.
subscribe topic list 
1. Topic name is "string_test". Datatype is std_msgs.String. 
  • android_controllerSample Project
This module support below funtion. 
funtion list
 - Control turtleBot by voice, Support language is English and Korean
 - Control turtleBot by JoyStick
 - Display TurtleBot Camera View, You can modify Topic name of camera view to fit your turtlebot at application UI.
   Support Datatype is sensor_msgs.CompressedImage. Default topic name is "/camera1/image_raw/compressed"

JoystickOnlyView Class does not contain ros related functions. 
JoystickOnlyView Class only contain Android JoyStick UI.

publish topic list
1. Topic name is "/cmd_vel". Datatype is geometry_msgs.Twist.
2. Topic name is "~recognizer/output". Datatype is std_msgs.String.
subscribe topic list 
1. Topic name is "odom". Datatype is nav_msgs.Odometry.
2. Topic name is "/camera1/image_raw/compressed". Datatype is sensor_msgs.CompressedImage.

When control mode is joystick, Android_controllerSample Project UI.

When control mode is voice, Android_controllerSample Project UI.

ros-app-tb3-voiceorder's People

Contributors

contact2auturbo avatar hyunoklee 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.