Giter Site home page Giter Site logo

robotcontroller_bin's Introduction

RobotController_bin

This is a binary of RobotController.

Install

Run the following commands in Sota.

git clone https://github.com/social-robotics-lab/RobotController_bin.git
cd RobotController_bin
mkdir RobotController_lib
cd RobotController_lib
git clone https://github.com/vstoneofficial/SotaSample.git
cp SotaSample/lib/* .
rm -rf SotaSample/
wget https://repo1.maven.org/maven2/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar
wget https://repo1.maven.org/maven2/org/json/json/20180813/json-20180813.jar

Run

cd RobotController_bin
java -jar RobotController.jar

robotcontroller_bin's People

Contributors

iiotakamasa avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

ayuguchi ipsych

robotcontroller_bin's Issues

Error: Couldn't change the robot type from Sota to CommU.

When I switched the robot type from "Sota" to "CommU" in System.properties, it didn't work and I faced the following error:

Exception in thread "pool-1-thread-2" java.lang.NoSuchMethodError: jp.vstone.RobotLib.CCommUMotion.LipSyncEnable(Z)V
        at servo.RobotSys.initCommU(RobotSys.java:80)
        at servo.RobotSys.getInstanceOfCRobotMotion(RobotSys.java:66)
        at servo.RobotSys.initialize(RobotSys.java:23)
        at utils.PoseExecutorThread.run(PoseExecutorThread.java:20)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)

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.