Skip to content

Needed Help with Dynamixel Hardware Interface and unstable motor values #62

@Antuvan

Description

@Antuvan

Issue 1)

Hello , I have setup Dynamixel Hardware Interface with ros2 control ,I created a custom node to publish /joint_trajectory_controller/joint_trajectory messages and subscribed to /joint_states . The Issue is that the motors doesn't move when i specify positions in radiansand only works when i use raw dynamixel values . I would like some to help to figure out what to do here . Thank you

Issue 2)

I also noticed that my /joint_states values are very choppy and jittery when visualized in rviz .while i am using a good update rate and good latency value it doesnt appear to be stable eventhough the motor doesnt physically move maybe its because of conversion of radians to raw dynamixel values. I am not sure though.

header:                                                                                                                  
  stamp:                                                                                                                    
    sec: 1751376289                                                                                                      
    nanosec: 967814945
  frame_id: ''
name:
- motor_1
- motor_2
- motor_3
position:
- 2045.0
- 2045.0
- 2046.0
header:
  stamp:
    sec: 1751376290
    nanosec: 567781283
  frame_id: ''
joint_names:
- motor_1
- motor_2
- motor_3
interface_values:
- interface_names:
  - Present Current
  - Present Velocity
  - Present Position
  - position
  - velocity
  values:
  - 5.0
  - 0.0
  - 2045.0
  - 2045.0
  - 0.0

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Type

No type

Projects

Status

🚩Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions