File tree Expand file tree Collapse file tree 3 files changed +4
-42
lines changed Expand file tree Collapse file tree 3 files changed +4
-42
lines changed Original file line number Diff line number Diff line change 66
77set -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
1010apt update
11+ source /home/$UNAME /.bashrc
1112mkdir -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
1513cd /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
1616rosdep install --from-paths src --ignore-src --rosdistro humble -y
17- source /home/$UNAME /.bashrc
1817colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release --packages-ignore franka_ign_ros2_control
1918echo " source /home/$UNAME /franka_ws/install/setup.bash" >> /home/$UNAME /.bashrc
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ RUN ./moveit.sh
1717COPY ./install_scripts/moveit_tools.sh .
1818RUN ./moveit_tools.sh
1919
20- COPY ./install_scripts/libfranka.sh .
21- RUN ./libfranka.sh
22-
2320COPY ./install_scripts/franka_ros2.sh .
2421RUN ./franka_ros2.sh
2522ENV GZ_SIM_RESOURCE_PATH="$GZ_SIM_RESOURCE_PATH:/home/$UNAME/franka_ws/src"
You can’t perform that action at this time.
0 commit comments