Skip to content

Commit

Permalink
Add Bio IK and point abb_experimental back to ros-industrial
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Apr 23, 2023
1 parent 7553daa commit 0a92022
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ros-noetic-moveit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN echo "Building common MoveIt Planners" \
&& source /opt/ros/${ROS_DISTRO}/setup.bash \
&& apt-get update && apt-get -y upgrade \
# Add Bio-IK kinematic solver
&& git clone https://github.com/TAMS-Group/bio_ik.git \
# UR packages
&& git clone -b calibration_devel https://github.com/fmauch/universal_robot.git \
# ABB packages (abb_driver only included because some other packages reference it, but we don't use it)
&& git clone https://github.com/ros-industrial/abb.git \
&& git clone https://github.com/ros-industrial/abb_driver.git \
# Switching to GKR fork until abb_irb1600_8_145 support is merged (https://github.com/ros-industrial/abb_experimental/pull/136)
&& git clone -b add_irb1600_8_145 https://github.com/gramaziokohler/abb_experimental.git \
&& git clone https://github.com/ros-industrial/abb_experimental.git \
&& git clone https://github.com/gramaziokohler/abb_irb1600_8_145_moveit_config \
&& git clone https://github.com/gramaziokohler/abb_irb4600_40_255.git \
&& git clone -b noetic-devel https://github.com/gramaziokohler/abb_irb4600_40_255_moveit_config.git \
Expand Down

0 comments on commit 0a92022

Please sign in to comment.