mirror of
https://github.com/EECS-467-W20-RRRobot-Project/RRRobot.git
synced 2025-08-29 02:33:15 +00:00
Removing MoveIt Dependencies
- Fix gitignore not ignoring core files and add comments - Remove MoveIt dependencies from Dockerfile - Delete build.sh from ariac_ws since not using MoveIt configs - Remove catkin_make clean from arm_test.sh - Remove catkin_make clean and install from rrrobot_run.sh
This commit is contained in:
@@ -59,17 +59,6 @@ RUN pip3 install -U \
|
||||
torchvision \
|
||||
Pillow
|
||||
|
||||
# MoveIt Dependencies
|
||||
RUN sudo apt-get update && \
|
||||
sudo apt-get install -y \
|
||||
ros-melodic-moveit-core \
|
||||
ros-melodic-moveit-kinematics \
|
||||
ros-melodic-moveit-ros-planning \
|
||||
ros-melodic-moveit-ros-move-group \
|
||||
ros-melodic-moveit-planners-ompl \
|
||||
ros-melodic-moveit-ros-visualization \
|
||||
ros-melodic-moveit-simple-controller-manager
|
||||
|
||||
RUN pip3 install pyyaml
|
||||
RUN pip3 install rospkg
|
||||
|
||||
|
Reference in New Issue
Block a user