You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to start the system based on a branch applying the ROS2 control and use MoveIt2 for planning the arm movements but the result is very unsmooth movements (the whole tb3_om jerks when moves) . I don’t know if this is due to some bugs/issues similar to (#55 (comment)) or it is “by design” due to current implementation scope and the improvement is on the roadmap. In other words is there a roadmap for this project and description of assumption/limitation assumed.
I’m new to robotics, but my understanding is that to have arm movement smooth, the joint_trajectory_controller may need to use not just “position” but also “velocity” (and “acceleration”) . Only after that using MoveIt with plugins for trajectory smoothing can result with smoot robot movements. I’m not sure if I correct understand this.
Anyway, is in the scope of this project to enable smoot control of the arm movement using ROS2 controls – or it is out -of scope.
The text was updated successfully, but these errors were encountered:
@lmendyk Sorry for late response. Could you share a video showing the issue you're experiencing with your robot's movements? It would help us better understand how the movements are not smooth and give us more insight into the problem you're encountering.
I managed to start the system based on a branch applying the ROS2 control and use MoveIt2 for planning the arm movements but the result is very unsmooth movements (the whole tb3_om jerks when moves) . I don’t know if this is due to some bugs/issues similar to (#55 (comment)) or it is “by design” due to current implementation scope and the improvement is on the roadmap. In other words is there a roadmap for this project and description of assumption/limitation assumed.
I’m new to robotics, but my understanding is that to have arm movement smooth, the joint_trajectory_controller may need to use not just “position” but also “velocity” (and “acceleration”) . Only after that using MoveIt with plugins for trajectory smoothing can result with smoot robot movements. I’m not sure if I correct understand this.
Anyway, is in the scope of this project to enable smoot control of the arm movement using ROS2 controls – or it is out -of scope.
The text was updated successfully, but these errors were encountered: