Code Monkey home page Code Monkey logo

android-robocar's People

Contributors

hsalameh avatar raczo avatar zugaldia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-robocar's Issues

build error and the solution that worked for me

I got a bunch of build error in three modules: libcv, libhardware, and libsoftware. It is the same error in all three, and it looks something like this:

robocar\libhardware\src\androidTest\java\com\zugaldia\robocar\hardware\ExampleInstrumentedTest.java:4: error: package android.support.test does not exist
import android.support.test.InstrumentationRegistry;

The solution that worked for me was to add the following to all three build.gradle files of the above mentioned modules under the dependencies sections

 androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
        exclude group: 'com.android.support', module: 'support-annotations'
    })

Add support for voice output

Android Things can use a standard speaker to talk to the Robocar user. We'd like to build the following:

  • A generic interface that could be implemented by third-party providers (AWS Polly, Google Speech API...).
  • A default implementation using core Android's TTS.

App issue

Thanks for this code. But, after opening app in device
screen shows searching for robocar. Please guide us..

build error

Hi, I'm having trouble building both the mobile and robocar apps, the build project went OK but when trying to run "app", it has the following error in Android Studio. Appreciate your help!

Information:Gradle tasks [:app:assembleDebug]
Error:Execution failed for task ':app:transformNativeLibsWithMergeJniLibsForDebug'.

com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK lib/x86/libjniopencv_shape.so
File1: /Users/me/.gradle/caches/modules-2/files-2.1/org.bytedeco.javacpp-presets/opencv/3.2.0-1.3/2a562ef4d4408c1dea5d4190b6bbd151a83c8eae/opencv-3.2.0-1.3-android-x86.jar
File2: /Users/me/AndroidStudioProjects/android-robocar-master/robocar/libcv/build/intermediates/bundles/default/jni
Information:BUILD FAILED

Fine grained speed

We should either use the mobile app or the NES30 Pro to set more fine-grained speeds. This would improve the quality of the input we'll provide to TensorFlow. Currently, we only move forward at either 255 or 95 speed.

LIDAR support

I'd love to see LIDAR support for the Robocar eventually.

The device from http://scanse.io seems like a developer and budget friendly option that we could start with. It has an open source SDK (https://github.com/scanse/sweep-sdk) and comes with a dummy libsweep.so file that always returns static point cloud data and does not need a hardware device. This allows starting to hack on it quickly, and once you have a device just switch out the libsweep.so lib.

cc: @juano2310 @daniel-j-h

Update hardware list

I hear from a developer that this set up works well too, let's update the hardware section to include any missing items:

cc: @hsalameh

Wrong differential steering behavior

As mentioned on Wikipedia,

If both the wheels are driven in the same direction and speed, the robot will go in a straight line. If both wheels are turned with equal speed in opposite directions, as is clear from the diagram shown, the robot will rotate about the central point of the axis

You are currently only turning on one side of the wheels to turn instead of reversing the other side.

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.