Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'NoneType' object has no attribute 'is_using' #620

Open
ShifeiDuan opened this issue Mar 14, 2024 · 0 comments
Open

AttributeError: 'NoneType' object has no attribute 'is_using' #620

ShifeiDuan opened this issue Mar 14, 2024 · 0 comments

Comments

@ShifeiDuan
Copy link

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.42

  2. Which programming language/tool do you use?
    Python`

  3. Which operating system do you use?
    Ubuntu 20.04`

  4. Which USB serial converter do you use?
    U2D2

  5. Which DYNAMIXEL do you use?
    XM430-W250

  6. Have you searched the issue from the closed issue threads?
    Yes

  7. Please describe the issue in detail
    When I use ROS to send the motor position to the motor, I got error: File "/opt/ros/noetic/lib/python3/dist-packages/dynamixel_sdk/protocol2_packet_handler.py", line 213, in txPacket
    if port.is_using:
    AttributeError: 'NoneType' object has no attribute 'is_using'

  8. How can we reproduce the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant