Skip to content

Commit

Permalink
Merged imu_node and 3dmgx2 into microstrain_3dmgx2_imu. Still need to…
Browse files Browse the repository at this point in the history
… fix the package references in the files.
  • Loading branch information
Gassend Blaise committed Dec 3, 2009
1 parent b43cb4d commit 4bfd3f6
Show file tree
Hide file tree
Showing 10 changed files with 2,169 additions and 39 deletions.
678 changes: 678 additions & 0 deletions 3dmgx2.cc

Large diffs are not rendered by default.

30 changes: 3 additions & 27 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,6 @@
cmake_minimum_required(VERSION 2.4.6)
include($ENV{ROS_ROOT}/core/rosbuild/rosbuild.cmake)

# Set the build type. Options are:
# Coverage : w/ debug symbols, w/o optimization, w/ code-coverage
# Debug : w/ debug symbols, w/o optimization
# Release : w/o debug symbols, w/ optimization
# RelWithDebInfo : w/ debug symbols, w/ optimization
# MinSizeRel : w/o debug symbols, w/ optimization, stripped binaries
#set(ROS_BUILD_TYPE RelWithDebInfo)

rosbuild_init()

#set the default path for built executables to the "bin" directory
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/bin)
#set the default path for built libraries to the "lib" directory
set(LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/lib)

#uncomment if you have defined messages
#rosbuild_genmsg()
#uncomment if you have defined services
#rosbuild_gensrv()

#common commands for building c++ executables and libraries
#rosbuild_add_library(${PROJECT_NAME} src/example.cpp)
#target_link_libraries(${PROJECT_NAME} another_library)
#rosbuild_add_boost_directories()
#rosbuild_link_boost(${PROJECT_NAME} thread)
#rosbuild_add_executable(example examples/example.cpp)
#target_link_libraries(example ${PROJECT_NAME})
rosbuild_gensrv()
rosbuild_add_executable(imu_node imu_node.cc)
rosbuild_add_library(3dmgx2 3dmgx2.cc)
504 changes: 504 additions & 0 deletions COPYING.lib

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include $(shell rospack find mk)/cmake.mk
include $(shell rospack find mk)/cmake.mk
Empty file added ROS_BUILD_BLACKLIST
Empty file.
Loading

0 comments on commit 4bfd3f6

Please sign in to comment.