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
Hi! I am trying to setup the e_pick ros2 driivers from piknick https://github.com/PickNikRobotics/ros2_epick_gripper. I am trying to integrate it with a UR10e robot that I can communicate with using ROS2 humble with the ROS2 UR drivers. I have followed the setup instructions, and added he controller to my controller.yaml file :
controller_spawner_names = [
"joint_state_broadcaster",
"io_and_status_controller",
"speed_scaling_state_broadcaster",
"force_torque_sensor_broadcaster",
"epick_controller",
]
controller_spawners = [controller_spawner(name) for name in controller_spawner_names] + [
controller_spawner(name, active=False) for name in controller_spawner_inactive_names
]
On launching the robot I am having the following isseues :
I also get a lot of [ERROR] [1719575918.998948099] [UR_Client_Library:]: Pipeline producer overflowed! <Pipeline> errors.
Since I had an error saying the tye of the controller was not found I added the follwoing to the epick_gripper.launch.py file :
Hi! I am trying to setup the e_pick ros2 driivers from piknick https://github.com/PickNikRobotics/ros2_epick_gripper. I am trying to integrate it with a UR10e robot that I can communicate with using ROS2 humble with the ROS2 UR drivers. I have followed the setup instructions, and added he controller to my
controller.yaml
file :I have updated my launch file to include the eick_gripper.launch.py file
I have added it to the controller_spawner list :
On launching the robot I am having the following isseues :
I also get a lot of
[ERROR] [1719575918.998948099] [UR_Client_Library:]: Pipeline producer overflowed! <Pipeline>
errors.Since I had an error saying the tye of the controller was not found I added the follwoing to the epick_gripper.launch.py file :
On relaunching the robot, I no longer have the type issue but the controller still fails to activate, here are the logs :
Could someone please tell me if there are additional parameters to change that I missed out and help me with the setup? Thanks!
The text was updated successfully, but these errors were encountered: