Code Monkey home page Code Monkey logo

inspexel's People

Contributors

nerdmaennchen avatar sgssgene avatar vytasrgl avatar

Stargazers

 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

inspexel's Issues

Very cool! A few questions

  1. Wondering what you think the pros/cons are for inxpexel vs native (Robotis) library and tools?
  2. For users of embedded systems (Arduino in my case) would you recommend your library?
  3. If yes to above, would it be possible for you to write a small test file showcasing basic functionality?

I think the answers to above questions would make great additions to README or WIKI. apologies if I missed the answers to these somewhere else...

Fails with: cannot do TIOCSSERIAL

Hi,
I get the following when trying to run inspexel:

$ inspexel detect --device /dev/ttyACM0 --baudrate 57600 --protocol_version 2 --other_baudrates 57600
# trying protocol version 2
## trying baudrate: 57600
cannot do TIOCSSERIAL on /dev/ttyACM0 Operation not permitted

(I used --other_baudrates because otherwise it was starting with 57142 which seemed kind of strange)

I tried commenting out

serial.flags |= ASYNC_LOW_LATENCY; /* enable low latency */
if (0 > ioctl(iFace, TIOCSSERIAL, &serial)) {
std::cout << "cannot do TIOCSSERIAL on " << name << " " << strerror(errno) << std::endl;
}
in case it was causing the issue. But without these lines only the error would go but nothing else got detected.

I use an OpenCM9.04 that just echos what it receives between both serial ports and it works with the DynamixelSDK.

Thanks in advance, the tool looks awesome, I can't wait to use it!

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.