Skip to content

Commit

Permalink
Merge branch 'john'
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Jan 15, 2016
2 parents efbbbdc + 7e7d201 commit 287d18f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions nodes/camnode
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def main():
rospy.init_node('flydra_camnode')

spinthread = threading.Thread(target=rospy.spin)
spinthread.setDaemon(True)
spinthread.start()

flydra.camnode.main(
Expand Down
4 changes: 4 additions & 0 deletions srv/MainBrainLogMessage.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
std_msgs/String cam_id
std_msgs/Float32 timestamp
std_msgs/String message
---

0 comments on commit 287d18f

Please sign in to comment.