Skip to content

Commit

Permalink
refactor: rename the launch / script files
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Dec 5, 2023
1 parent aaa82e5 commit 5218807
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion skills/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ include_directories(
## Mark executable scripts (Python etc.) for installation
## in contrast to setup.py, you can choose the destination
catkin_install_python(PROGRAMS
scripts/test_describe_people.py
scripts/unit_test_describe_people.py
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#!/usr/bin/env python3

##
# IGNORE THIS FILE IT WILL BE DELETED ON MERGE
# - paul
##

import smach
import rospy

Expand Down

0 comments on commit 5218807

Please sign in to comment.