![]() |
irc_ros_examples package from irc_ros repoirc_ros_bringup irc_ros_controllers irc_ros_dashboard irc_ros_description irc_ros_examples irc_ros_hardware irc_ros_moveit_config irc_ros_msgs irc_ros_navigation2 |
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache-2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/commonplacerobotics/irc_ros.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-10-07 |
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
- Felix Reuter
Authors
- Felix Reuter
iRC ROS Examples
This package showcases how to implement Igus Robot Control ROS2 for different usecases.
Pick&Place (MoveIt)
This simple example showcases point-to-point, linear and axis movements, as well as how to interact with the gripper via its controller’s service.
The process runs in an infinite loop.
For further MoveIt commands see here.
Usage
There are two ways to start this example:
# Start MoveIt and the example node together
$ LC_NUMERIC=en_US.UTF-8 ros2 launch irc_ros_examples pick_and_place.launch.py
# Alternatively first start moveit with the right gripper parameter
$ LC_NUMERIC=en_US.UTF-8 ros2 launch irc_ros_moveit_config rebel.launch.py gripper:="ext_dio_gripper"
# Then, once the startup is complete, run:
$ ros2 run irc_ros_examples pick_and_place
Pick&Place-Vacuum (MoveIt)
Uses the Schmalz ECBPMI vacuum gripper for a vertical pick and place application. The example showcases how to use the ECBPMI Controller with service calls. The process picks up small objects out of a tray with uniform distances between the different slots and places them in an identical tray at another position. Each tray is defined by their own coordinate frame, which requires a tf2 transform as MoveIt only works with the frame_id set via poseReferenceFrame in the pick_and_place_base.hpp.
The process runs in an infinite loop.
Usage
There are two ways to start this example:
# Start MoveIt and the example node together
$ LC_NUMERIC=en_US.UTF-8 ros2 launch irc_ros_examples pick_and_place_vacuum.launch.py
# Alternatively first start moveit with the right gripper parameter
$ LC_NUMERIC=en_US.UTF-8 ros2 launch irc_ros_moveit_config rebel.launch.py gripper:="schmalz_ecbpmi"
# Publish the tfs to tray_1 and tray_2
$ ros2 run tf2_ros static_transform_publisher [x] [y] [z] [r] [p] [y] base_link tray_1
$ ros2 run tf2_ros static_transform_publisher [x] [y] [z] [r] [p] [y] base_link tray_2
# Then, once the startup is complete, run:
$ ros2 run irc_ros_examples pick_and_place_vacuum
Basic Navigation (Nav2 Simple Commander)
WORK IN PROGRESS EXAMPLE This example should showcase simple movements with the mobile platform over the Nav2 Python API. It is also useful for testing Nav2 parameters.
The platform should drive over the four corners of a square and end where it started. While it achieves that goal already, it is rather slow due to unnecessary turning and detours.
BaristaBot (MoveIt + Nav2 + more)
WORK IN PROGRESS EXAMPLE This example should showcase controlling a ReBeL via MoveItPy and the platform with Nav2 Simple Commander. The process is supposed to be a coffee brewing and delivery process, right now the Nav2 part does not work reliably and the pick and place locations are hardcoded, making it realiant on precise positioning of the platform.
The example requires MoveItPy. See here how to install it
Links
- https://navigation.ros.org/plugin_tutorials/docs/writing_new_bt_plugin.html
- https://navigation.ros.org/tutorials/docs/using_groot.html
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
moveit_common | |
moveit_ros_planning | |
ament_cmake | |
ament_cmake_python | |
ament_lint_auto | |
ament_lint_common | |
irc_ros_msgs | |
irc_ros_moveit_config | |
moveit_ros_planning_interface | |
moveit_core | |
moveit_msgs | |
moveit_ros_move_group_interface | |
tf2_ros | |
tf2_geometry_msgs |