Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bgill92 committed Aug 21, 2024
1 parent 8684dbd commit c2456dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion srv/LoadGeometryFromFile.srv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This service loads CollisionObjects from a file into a PlanningScene
# This service loads CollisionObjects from a .scene file into a PlanningScene
string file_path_and_name
---
bool success
2 changes: 1 addition & 1 deletion srv/SaveGeometryToFile.srv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This service saves the CollisionObjects present in a PlanningScene to a file
# This service saves the CollisionObjects present in a PlanningScene to a .scene file
string file_path_and_name
---
bool success

0 comments on commit c2456dc

Please sign in to comment.