Skip to content

Commit

Permalink
Cleaned usless comments and refilled package description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benteng Ma committed Apr 19, 2024
1 parent 1adc395 commit 625301a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions common/helpers/numpy2message/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package format="2">
<name>numpy2message</name>
<version>0.0.0</version>
<description>Various PyTorch helpers and utilties</description>
<description>Helper functions transfering between numpy arrays and ros messages.</description>

<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
<!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
<maintainer email="me@insrt.uk">Paul Makles</maintainer>
<maintainer email="benteng.ma@kcl.ac.uk">Benteng Ma</maintainer>


<!-- One license tag required, multiple allowed, one license per tag -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# models/model.pth
1 change: 1 addition & 0 deletions common/vision/lasr_vision_feature_extraction/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<!-- Authors do not have to be maintainers, but could be -->
<!-- Example: -->
<!-- <author email="jane.doe@example.com">Jane Doe</author> -->
<author email="benteng.ma@kcl.ac.uk">Benteng Ma</author>


<!-- The *depend tags are used to specify dependencies -->
Expand Down
3 changes: 0 additions & 3 deletions common/vision/lasr_vision_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ add_message_files(
BodyPixMaskRequest.msg
ColourPrediction.msg
FeatureWithColour.msg
# Description.msg
)

## Generate services in the 'srv' folder
Expand All @@ -61,13 +60,11 @@ add_service_files(
YoloDetection.srv
YoloDetection3D.srv
BodyPixDetection.srv
# TorchFaceFeatureDetection.srv
Recognise.srv
LearnFace.srv
Vqa.srv
PointingDirection.srv
TorchFaceFeatureDetectionDescription.srv
# Recognise.srv
)

# Generate actions in the 'action' folder
Expand Down

0 comments on commit 625301a

Please sign in to comment.