Skip to content

Commit

Permalink
chore: remove more un-usable code
Browse files Browse the repository at this point in the history
  • Loading branch information
m-barker committed Feb 19, 2024
1 parent e598096 commit fbe2486
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 581 deletions.
50 changes: 25 additions & 25 deletions tasks/qualification/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@ catkin_generate_virtualenv(
# )

# Generate actions in the 'action' folder
add_action_files(
DIRECTORY action
FILES WaitGreet.action Identify.action Greet.action GetName.action LearnFace.action GetCommand.action Guide.action DetectPeople.action FindPerson.action ReceiveObject.action HandoverObject.action
)
# add_action_files(
# DIRECTORY action
# FILES WaitGreet.action Identify.action Greet.action GetName.action LearnFace.action GetCommand.action Guide.action DetectPeople.action FindPerson.action ReceiveObject.action HandoverObject.action
# )

# Generate added messages and services with any dependencies listed here
generate_messages(
DEPENDENCIES
actionlib_msgs
geometry_msgs
)
# generate_messages(
# DEPENDENCIES
# actionlib_msgs
# geometry_msgs
# )

################################################
## Declare ROS dynamic reconfigure parameters ##
Expand Down Expand Up @@ -158,22 +158,22 @@ include_directories(

## Mark executable scripts (Python etc.) for installation
## in contrast to setup.py, you can choose the destination
catkin_install_python(PROGRAMS
nodes/qualification
nodes/actions/wait_greet
nodes/actions/identify
nodes/actions/greet
nodes/actions/get_name
nodes/actions/learn_face
nodes/actions/get_command
nodes/actions/guide
nodes/actions/find_person
nodes/actions/detect_people
nodes/actions/receive_object
nodes/actions/handover_object
nodes/better_qualification
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
# catkin_install_python(PROGRAMS
# nodes/qualification
# nodes/actions/wait_greet
# nodes/actions/identify
# nodes/actions/greet
# nodes/actions/get_name
# nodes/actions/learn_face
# nodes/actions/get_command
# nodes/actions/guide
# nodes/actions/find_person
# nodes/actions/detect_people
# nodes/actions/receive_object
# nodes/actions/handover_object
# nodes/better_qualification
# DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
# )

## Mark executables for installation
## See http://docs.ros.org/melodic/api/catkin/html/howto/format1/building_executables.html
Expand Down
17 changes: 0 additions & 17 deletions tasks/qualification/config/motions.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions tasks/qualification/launch/better_qualification.launch

This file was deleted.

8 changes: 0 additions & 8 deletions tasks/qualification/launch/setup.launch

This file was deleted.

7 changes: 0 additions & 7 deletions tasks/qualification/launch/slow.launch

This file was deleted.

64 changes: 0 additions & 64 deletions tasks/qualification/nodes/actions/detect_people

This file was deleted.

136 changes: 0 additions & 136 deletions tasks/qualification/nodes/actions/find_person

This file was deleted.

Loading

0 comments on commit fbe2486

Please sign in to comment.