Skip to content

Commit

Permalink
last refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloinigoblasco committed May 18, 2023
1 parent 4946c5a commit 5efd199
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
16 changes: 3 additions & 13 deletions smacc2_dev_tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,14 @@ RUN apt-get update && apt-get install -q -y --no-install-recommends \
WORKDIR "/home/ros2_ws/src"

RUN echo "copying current code version to docker image:"

# # -------- moveit ----------
# RUN git clone https://github.com/ros-planning/moveit2_tutorials.git -b humble src/moveit2_tutorials
# RUN vcs import < src/moveit2_tutorials/moveit2_tutorials.repos

# RUN apt-get update
# RUN rosdep install --from-paths src --ignore-src -r -y
RUN apt-get update && apt-get install -q -y --no-install-recommends xterm

ADD . /home/ros2_ws/src/SMACC2
WORKDIR "/home/ros2_ws"
#ADD . /home/ros2_ws/src/SMACC2
RUN git clone https://github.com/robosoft-ai/SMACC2.git -b humble src/SMACC2

# install dependencies and build
RUN vcs import src --skip-existing --input src/SMACC2/.github/SMACC2-not-released.$ROS_DISTRO.repos
RUN ls src
RUN rosdep install --from-paths src --ignore-src -r -y

RUN git clone https://github.com/ros2/ros_testing.git src/ros_testing
RUN rosdep install --from-paths src --ignore-src -r -y
RUN apt-get update && apt-get install -q -y --no-install-recommends xterm

RUN bash -c "source /opt/ros/$ROS_DISTRO/setup.sh && colcon build --merge-install --parallel-workers 1"
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,18 @@
<depend>controller_manager</depend>
<depend>moveit_resources_panda_moveit_config</depend>
<depend>robot_state_publisher</depend>
<depend>moveit_visual_tools</depend>
<depend>moveit_planners_chomp</depend>
<depend>pilz_industrial_motion_planner</depend>
<depend>joint_state_broadcaster</depend>
<depend>moveit_simple_controller_manager</depend>
<depend>moveit_planners_ompl</depend>
<depend>moveit_plugins</depend>
<depend>moveit_ros_robot_interaction</depend>
<depend>moveit</depend>

<exec_depend>joint_trajectory_controller</exec_depend>

<exec_depend>joint_trajectory_controller</exec_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit 5efd199

Please sign in to comment.