Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

update mara_utils_scripts pkg #79

Merged
merged 2 commits into from
May 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ ros-crystal-gazebo-ros \
ros-crystal-gazebo-ros-pkgs

sudo apt install -y \
python3-vcstool python3-numpy wget
python3-vcstool python3-numpy wget python3-pyqt5
```

### Create a ROS 2.0 workspace
Expand Down
3 changes: 1 addition & 2 deletions mara_utils_scripts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ find_package(ament_cmake REQUIRED)

install(
PROGRAMS
scripts/gripper_interface.py
scripts/mara_joint_control.py
scripts/mara_control.py
scripts/spawn_mara.py
DESTINATION lib/${PROJECT_NAME}
)
Expand Down
110 changes: 0 additions & 110 deletions mara_utils_scripts/scripts/gripper_interface.py

This file was deleted.

Loading