subscription class for ros now stores last message to avoid manual copy and support subscription with no callbacks

This commit is contained in:
Thomas Gubler
2014-12-11 15:04:37 +01:00
parent fd6a5fd38b
commit c68c277c94
5 changed files with 116 additions and 48 deletions

View File

@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 2.8.3)
project(px4)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)