Skip to content

Commit

Permalink
add header to messages
Browse files Browse the repository at this point in the history
  • Loading branch information
anacleto85 committed Sep 18, 2024
1 parent 2340694 commit 44ebeb6
Show file tree
Hide file tree
Showing 33 changed files with 29 additions and 42 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea/
.gradle/
Binary file removed .gradle/4.10.2/fileChanges/last-build.bin
Binary file not shown.
Binary file removed .gradle/4.10.2/fileHashes/fileHashes.bin
Binary file not shown.
Binary file removed .gradle/4.10.2/fileHashes/fileHashes.lock
Binary file not shown.
Empty file removed .gradle/4.10.2/gc.properties
Empty file.
Binary file removed .gradle/4.10.2/taskHistory/taskHistory.bin
Binary file not shown.
Binary file removed .gradle/4.10.2/taskHistory/taskHistory.lock
Binary file not shown.
Binary file removed .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 0 additions & 2 deletions .gradle/buildOutputCleanup/cache.properties

This file was deleted.

Binary file removed .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Empty file removed .gradle/vcs-1/gc.properties
Empty file.
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/compiler.xml

This file was deleted.

17 changes: 0 additions & 17 deletions .idea/gradle.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/misc.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

4 changes: 3 additions & 1 deletion CMakeLists.txt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ generate_messages(DEPENDENCIES std_msgs)
# catkin_rosjava_setup(installDist)
# Note that the catkin_create_rosjava_xxx scripts will usually automatically
# add tasks to this for you when you create subprojects.
catkin_rosjava_setup()
#catkin_rosjava_setup()

catkin_package()

catkin_rosjava_setup()

##############################################################################
# Installation
##############################################################################
Expand Down
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified build.gradle
100644 → 100755
Empty file.
2 changes: 0 additions & 2 deletions gradle.properties

This file was deleted.

Empty file modified gradle/wrapper/gradle-wrapper.jar
100644 → 100755
Empty file.
Empty file modified gradle/wrapper/gradle-wrapper.properties
100644 → 100755
Empty file.
Empty file modified gradlew.bat
100644 → 100755
Empty file.
4 changes: 4 additions & 0 deletions msg/ActingGoal.msg
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# include header for timestamp and frame_id
std_msgs/Header header

# custom message content
int64 goalId
int64 priority
roxanne_rosjava_msgs/Token[] goals
Expand Down
4 changes: 4 additions & 0 deletions msg/Observation.msg
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# include header for timestamp and frame_id
std_msgs/Header header

# custom message content
int64 observationId
roxanne_rosjava_msgs/Token token

4 changes: 4 additions & 0 deletions msg/Timeline.msg
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# include header for timestamp and frame_id
std_msgs/Header header

# custom message content
int64 id
string component
roxanne_rosjava_msgs/Token[] tokens
Expand Down
4 changes: 4 additions & 0 deletions msg/Token.msg
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# include header for timestamp and frame_id
std_msgs/Header header

# custom message content
int64 id
string component
string predicate
Expand Down
4 changes: 4 additions & 0 deletions msg/TokenExecution.msg
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# include header for timestamp and frame_id
std_msgs/Header header

# custom message content
int64 tokenId
roxanne_rosjava_msgs/Token token
roxanne_rosjava_msgs/Token[] next
Expand Down
4 changes: 4 additions & 0 deletions msg/TokenExecutionFeedback.msg
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# include header for timestamp and frame_id
std_msgs/Header header

# custom message content
int64 tokenId
uint32 code

Empty file modified package.xml
100644 → 100755
Empty file.
Empty file modified settings.gradle
100644 → 100755
Empty file.
Empty file modified srv/ActingConfigurationService.srv
100644 → 100755
Empty file.
Empty file modified srv/DeliberativeService.srv
100644 → 100755
Empty file.

0 comments on commit 44ebeb6

Please sign in to comment.