![]() |
pnp_actionlib package from ros2_pick_and_place_ur5 repomoveit_ur5_interface moveit_ur5_msgs pnp_actionlib pnp_msgs robotiq_description ur5_gripper_description ur5_gripper_moveit_config |
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
Additional Links
Maintainers
- justin
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:
- 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:
- pnp_server.cpp
This node initiates a action server that initiate a PNP service when receiving a planning request.
- pnp_client.cpp
This is an example client node that sends a pnp request to the pnp_server.cpp.
</br>
Usage
- 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}}}"
- 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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
ament_lint_common | |
rclcpp | |
rclcpp_action | |
moveit_ros_planning_interface | |
moveit | |
pnp_msgs | |
geometry_msgs | |
robotiq_2f_msgs | |
moveit_ur5_interface | |
moveit_ur5_msgs |