No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License TODO: License declaration
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/juotungchen/ros2_pick_and_place_ur5.git
VCS Type git
VCS Version master
Last Updated 2025-01-09
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Implemented a pick-and-place action package

Additional Links

No additional links.

Maintainers

  • justin

Authors

No additional authors.

PNP actionlib

The package uses ROS actionlib to implement a Pick-and-Place (PNP) action server that accepts a goal to pick up an object at a specified location and place it at another specified location, both in the form of geometry_msgs/msg/Pose.

</br>

Launch Files

The package provides the following launch file:

  1. ur5_pnp_actionlib.launch

This launch file starts the UR5 driver and the Moveit2 server with custom settings. It launches the UR5 Moveit configuration with the UR type selected as UR5e and opens Rviz. The fake trajectory following controller for UR5e with ROS2 control is also launched. Finally, it launches the pnp_server which will initiate a PNP service when called by a client.

</br>

Executables

The package provides the following executables:

  1. pnp_server.cpp

This node initiates a action server that initiate a PNP service when receiving a planning request.

  1. pnp_client.cpp

This is an example client node that sends a pnp request to the pnp_server.cpp.

</br>

Usage

  1. To send a planning request from the command line, use the following commands:
ros2 launch pnp_actionlib ur5_pnp_actionlib.launch 

ros2 action send_goal /pnp pnp_msgs/action/PickAndPlace "{pick_goal:{position: {x: -0.3, y: -0.4, z: 0.1}, orientation: {x: -1.0, y: 0.0, z: 0.0, w: 0.0}}, place_goal:{position: {x: -0.5, y: -0.2, z: 0.1}, orientation: {x: -1.0, y: 0.0, z: 0.0, w: 0.0}}}"


  1. To send a plan request from the client node, modify the target within the pnp_client.cpp file and use the following commands:
ros2 launch pnp_actionlib ur5_pnp_actionlib.launch 

ros2 run pnp_actionlib client

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

No known dependants.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pnp_actionlib at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.