Skip to content

MrstupidJ/lbr_fri_ros2_stack_from_KCL

 
 

Repository files navigation

lbr_fri_ros2_stack

Build status GitHub Documentation Status

ROS 2 packages for the KUKA LBR, including communication to the real robot via the Fast Robot Interface (FRI) and Gazebo simulation support. Included are the iiwa7, iiwa14, med7, and med14.

LBR IIWA7 R800 LBR IIWA14 R820 LBR Med7 R800 LBR Med14 R820
LBR IIWA7 R800 LBR IIWA14 R820 LBR Med7 R800 LBR Med14 R820

Documentation

Full documentation available here.

Quick Start

Install colcon, rosdep and vcstool. Build this repository

mkdir -p lbr_fri_ros2_stack_ws/src && cd lbr_fri_ros2_stack_ws
wget https://raw.githubusercontent.com/lbr-stack/lbr_fri_ros2_stack/foxy/lbr_fri_ros2_stack/repos.yml -P src
vcs import src < src/repos.yml
rosdep install --from-paths src --ignore-src -r -y
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release --symlink-install

Next, launch the simulation via

source install/setup.bash
ros2 launch lbr_bringup lbr_bringup.launch.py sim:=true model:=iiwa7 # [iiwa7, iiwa14, med7, med14]    

Now, run the demos. To get started with the real robot, checkout the Documentation above.

Acknowledgements

wellcome

This work was supported by core and project funding from the Wellcome/EPSRC [WT203148/Z/16/Z; NS/A000049/1; WT101957; NS/A000027/1].

eu_flag

This project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 101016985 (FAROS project).

About

ROS1/2 integration for KUKA LBR robots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 50.4%
  • Python 44.7%
  • CMake 4.9%