![]() |
ur10e_welding_demo repositoryhybrid_planning_demo ipa_bringup ipa_demo_cell_description ipa_demo_support ipa_moveit_config processit_cax processit_msgs processit_program processit_tasks |
|
Repository Summary
Checkout URI | https://github.com/picknikrobotics/ur10e_welding_demo.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-01-08 |
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) |
Packages
Name | Version |
---|---|
hybrid_planning_demo | 0.0.0 |
ipa_bringup | 0.0.0 |
ipa_demo_cell_description | 0.0.0 |
ipa_demo_support | 0.0.0 |
ipa_moveit_config | 0.0.0 |
processit_cax | 0.0.0 |
processit_msgs | 0.0.0 |
processit_program | 0.0.0 |
processit_tasks | 0.0.0 |
README
UR10e_welding_demo
Description: A UR10e welding application demo using online motion planning based on MoveIt’s Hybrid Planning pipeline.
Developed by Fraunhofer IPA and PickNik Robotics
Install
Install in a new workspace:
export COLCON_WS=~/ws_ur10_welding/ # OR other name
mkdir -p $COLCON_WS/src
Get the code
cd $COLCON_WS/src
git clone https://github.com/PickNikRobotics/UR10e_welding_demo.git # Can get specific branch
vcs import < UR10e_welding_demo/upstream.repos
rosdep install -r --from-paths . --ignore-src --rosdistro rolling -y
Build
cd $COLCON_WS
colcon build --event-handlers desktop_notification- status- --cmake-args -DCMAKE_BUILD_TYPE=Release
source install/setup.bash
Launch
MoveIt Bringup
This will launch a simulated UR10e (in the right scene, with welding gun) with MoveIt2 and let you plan and execute around
ros2 launch ipa_bringup ur_control.launch.py ur_type:=ur10e robot_ip:=yyy.yyy.yyy.yyy use_fake_hardware:=true launch_rviz:=true
Hybrid Planning Demonstration
This will launch a simulated UR5e, plan a Cartesian “welding” path, and allow user input to twist the last joint during the path execution.
In a terminal:
ros2 launch ipa_bringup hybrid_planning_demo.launch.py ur_type:=ur10e robot_ip:=yyy.yyy.yyy.yyy use_fake_hardware:=true launch_rviz:=true
Load the .scene
file which contains the workpiece in RViz.
Use the RViz Motion Planning widget to plan and execute to the state: pre_welding_configuration
. In 2 more terminals, run:
ros2 launch ipa_bringup send_hybrid_goal.launch.py
ros2 run ipa_bringup servo_keyboard_input
As the robot starts the Cartesian path, you should be able to use the 6
key to rotate the last joint. R
toggles the direction of rotation.
Note: you must have the
servo_keyboard_input
terminal selected for it to send commands