Skip to content

Commit

Permalink
Merge branch 'main' of github.com:idra-lab/kuka_impedance
Browse files Browse the repository at this point in the history
  • Loading branch information
Hydran00 committed Dec 27, 2024
2 parents 6170cef + a77b71a commit ac0646d
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
34 changes: 34 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Humble CI

on:
push:
branches:
- main

jobs:
humble_source:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- run: |
# Create the workspace and move the repository to src
mkdir -p ~/ros2_ws/src
mv $(ls -d * | grep -v ros2_ws) ~/ros2_ws/src
cd ~/ros2_ws
# Install and initialize rosdep
# sudo apt-get update
# sudo apt-get install -y python3-rosdep
sudo rosdep init
rosdep update
- run: |
cd ~/ros2_ws
rosdep install --from-paths src -i -r -y
- uses: ros-tooling/[email protected]
with:
package-name: kuka_package
target-ros2-distro: humble
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# KUKA LBR Cartesian Impedance Control
# KUKA LBR Cartesian Impedance Control
[![Humble CI](https://github.com/idra-lab/kuka_impedance/actions/workflows/main.yml/badge.svg)](https://github.com/idra-lab/kuka_impedance/actions/workflows/main.yml)

A repository for controlling the KUKA lbr or med with cartesian impedance control.

<table>
Expand Down

0 comments on commit ac0646d

Please sign in to comment.