Code Monkey home page Code Monkey logo

Comments (4)

LeonJung avatar LeonJung commented on July 26, 2024

Hi,

Could you tell me more about what 'Unique ID' is?

The following are what I guessed.

  1. Theres no any specific function that changes ID in the DynamixelSDK.
  2. 'I want to set the ID by myself anyway' :
    visit support.robotis.com/en and see the control table your Dynamixel has.
    Find the address of ID, and change its ID by write1ByteTx() or write1ByteTxRx();
  3. If you are a ROS user, try using Dynamixel Workbench that supports you with GUI environment.
  4. 'I want to set the ID to 0 or over 255':
    You can just change it by following step 2., but it wouldn't work.

from dynamixelsdk.

abencomo avatar abencomo commented on July 26, 2024

Hi Leon,

Answer 2 is what I was looking for. I'd like to change the ID of each servo programmatically instead of using the DYNAMIXEL Wizard. Thanks!

screen shot 2016-11-07 at 10 39 04 pm

from dynamixelsdk.

abencomo avatar abencomo commented on July 26, 2024

Leon,

How can I persist/apply the changes to address 25 (LED)? I keep changing it via the DYNAMIXEL Wizard, but I after I power down and power up the servo again, the LED is Off (value is 0).

screen shot 2016-11-07 at 10 40 11 pm

from dynamixelsdk.

LeonJung avatar LeonJung commented on July 26, 2024

Hi,
I hope you might become able to change the ID :)

the Torque Enable and LED value would be initialized to 0 automatically, when you shut its power down.

Note that those so-called Items placed in the RAM can't be kept its data when the power is gone.
Only the red stuffs shown in previous picture will be kept permanently.

from dynamixelsdk.

Related Issues (20)

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.