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 am integrating an ABB IRB2600 robot with ROS2 using the PickNikRobotics/abb_ros2 package. While jogging the robot or running existing RAPID programs in the controller correctly mirrors movement in RViz, executing a motion plan generated by MoveIt2 shows success in the logs but the robot does not actually move.
Steps to Reproduce
Launch Control Node
Run the following command to start the ROS2 control node:
Execute a Planned Motion
In RViz, plan a trajectory for the robot and send the execution command.
Observed Behavior
Feedback: The terminal outputs indicate "Goal reached, success!" and "Execute request success!".
RViz: The planned motion is correctly visualized in RViz.
Robot: Despite the success messages, the physical robot does not move, and nothing is displayed on the pendant.
Additional Observation: Regardless of the initial position set on the pendant (e.g., after running T_ROB1), the robot appears to reset to the zero position when the ROS2 control node starts.
Importantly, when executing the planned path from RViz the robot moves very slightly (barely visible) but does not execute the desired motion plan.
The issue does not occur when using Robot Studio for simulation and control with ROS2.
Nothing is printed on the pendant about the planned trajectory.
Questions
Has anyone experienced similar behavior with the ABB IRB2600 and ROS2 where motion plans execute in MoveIt2 but the robot does not move?
Any guidance or suggestions to resolve this discrepancy would be greatly appreciated.
Environment
ROS Version: ROS2 Humble
OS: Ubuntu 22.04
Robot: ABB IRB2600
Controller: Real Controller running RobotWare version 6
I am integrating an ABB IRB2600 robot with ROS2 using the PickNikRobotics/abb_ros2 package. While jogging the robot or running existing RAPID programs in the controller correctly mirrors movement in RViz, executing a motion plan generated by MoveIt2 shows success in the logs but the robot does not actually move.
Steps to Reproduce
Launch Control Node
Run the following command to start the ROS2 control node:
Launch MoveIt Node
Start the MoveIt2 node with:
Execute a Planned Motion
In RViz, plan a trajectory for the robot and send the execution command.
Observed Behavior
T_ROB1
), the robot appears to reset to the zero position when the ROS2 control node starts.Questions
Has anyone experienced similar behavior with the ABB IRB2600 and ROS2 where motion plans execute in MoveIt2 but the robot does not move?
Any guidance or suggestions to resolve this discrepancy would be greatly appreciated.
Environment
The logs are as follows:
The text was updated successfully, but these errors were encountered: