ROBOTIS-GIT / DynamixelSDK

ROBOTIS Dynamixel SDK (Protocol1.0/2.0)
http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/
Apache License 2.0
456 stars 406 forks source link

Can CM530 can be used to control dynamixel by coding in c program ,if yes the how? #541

Open ragav1111 opened 2 years ago

ragav1111 commented 2 years ago

ISSUE TEMPLATE ver. 1.2.0

Please fill this template for more accurate and prompt support.

  1. Which DYNAMIXEL SDK version do you use?

    • 3.7.31
  2. Which programming language/tool do you use?

    • MATLAB
  3. Which operating system do you use?

    • Windows 10,
  4. Which USB serial converter do you use?

    • ex) CM530 can be used instead of USB2Dynamixel
  5. Which DYNAMIXEL do you use?

    • `AX-12 A
  6. Have you searched the issue from the closed issue threads?

  7. Please describe the issue in detail

  8. How can we reproduce the issue?

ROBOTIS-Will commented 2 years ago

Hi @ragav1111

I'm sorry about the delayed response to your inquiry. The embedded C library for CM-530 will give you some freedom to program a custom firmware, but we do not provide a solution for specific custom feature. Thank you.

ragav1111 commented 2 years ago

ok i have a doubht , why we cannot use a function with sin as input to dynamixel write? while compelling its show error

thanks for reply


From: Will Son @.> Sent: Tuesday, February 15, 2022 7:03 AM To: ROBOTIS-GIT/DynamixelSDK @.> Cc: Ragavendra B.M @.>; Mention @.> Subject: Re: [ROBOTIS-GIT/DynamixelSDK] Can CM530 can be used to control dynamixel by coding in c program ,if yes the how? (Issue #541)

Hi @ragav1111https://github.com/ragav1111

I'm sorry about the delayed response to your inquiry. The embedded C library for CM-530https://emanual.robotis.com/docs/en/software/embedded_sdk/embedded_c_cm530/ will give you some freedom to program a custom firmware, but we do not provide a solution for specific custom feature. Thank you.

— Reply to this email directly, view it on GitHubhttps://github.com/ROBOTIS-GIT/DynamixelSDK/issues/541#issuecomment-1039756380, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AWYW2KI5FMSSHANZYVULY4TU3GUOFANCNFSM5JLCRCNQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.***>

[Amrita University]

ROBOTIS-Will commented 2 years ago

@ragav1111 I'm not quite sure what you are trying to do, but if you need specific math functions that are not included in the library, you'll need to include them. Thanks.