Code Monkey home page Code Monkey logo

ur10e_welding_demo's Introduction

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

ur10e_welding_demo's People

Contributors

christianlandgraf avatar henningkayser avatar adampettinger avatar marqrazz avatar dyackzan avatar sjahr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.