Skip to content

Commit 6ccc165

Browse files
authored
Install franka_ros2 v1.0.2 in docker. (#191)
* Install franka_ros2 v1.0.2 in docker. Signed-off-by: Jelmer de Wolde <[email protected]> * Make script executable. Signed-off-by: Jelmer de Wolde <[email protected]> * Remove temporary gpg fix. Signed-off-by: Jelmer de Wolde <[email protected]> --------- Signed-off-by: Jelmer de Wolde <[email protected]>
1 parent 7521471 commit 6ccc165

File tree

3 files changed

+4
-42
lines changed

3 files changed

+4
-42
lines changed

dockerfiles/install_scripts/franka_ros2.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66

77
set -e
88

9-
#Install ros2 franka: https://github.com/frankaemika/franka_ros2/tree/v1.0.0
9+
#Install ros2 franka: https://github.com/frankaemika/franka_ros2/tree/v1.0.2
1010
apt update
11+
source /home/$UNAME/.bashrc
1112
mkdir -p /home/$UNAME/franka_ws/src
12-
cd /home/$UNAME/franka_ws/src
13-
git clone -b v1.0.0 https://github.com/frankaemika/franka_ros2.git
14-
git clone -b 0.4.0 https://github.com/frankaemika/franka_description.git
1513
cd /home/$UNAME/franka_ws
14+
git clone -b v1.0.2 https://github.com/frankaemika/franka_ros2.git src
15+
vcs import src < src/franka.repos --recursive --skip-existing
1616
rosdep install --from-paths src --ignore-src --rosdistro humble -y
17-
source /home/$UNAME/.bashrc
1817
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release --packages-ignore franka_ign_ros2_control
1918
echo "source /home/$UNAME/franka_ws/install/setup.bash" >>/home/$UNAME/.bashrc

dockerfiles/install_scripts/libfranka.sh

Lines changed: 0 additions & 34 deletions
This file was deleted.

dockerfiles/rcdt_robotics.Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ RUN ./moveit.sh
1717
COPY ./install_scripts/moveit_tools.sh .
1818
RUN ./moveit_tools.sh
1919

20-
COPY ./install_scripts/libfranka.sh .
21-
RUN ./libfranka.sh
22-
2320
COPY ./install_scripts/franka_ros2.sh .
2421
RUN ./franka_ros2.sh
2522
ENV GZ_SIM_RESOURCE_PATH="$GZ_SIM_RESOURCE_PATH:/home/$UNAME/franka_ws/src"

0 commit comments

Comments
 (0)