Skip to content
This repository has been archived by the owner on Aug 2, 2018. It is now read-only.

Commit

Permalink
imu_publisher example
Browse files Browse the repository at this point in the history
  • Loading branch information
vmayoral committed Nov 20, 2014
1 parent d433828 commit 73d56b1
Show file tree
Hide file tree
Showing 6 changed files with 410 additions and 601 deletions.
4 changes: 2 additions & 2 deletions dds/apps/imu_publisher/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ sql_CSRCS = ${SQL}/scan.c ${SQL}/parse.c ${SQL}/bytecode.c
#dynip_CSRCS= ${DYNIP}/di_main.c ${DYNIP}/di_linux.c
dbg_CSRCS = ${DBG}/debug.c

prog_CSRCS = imu_publisher.c chat_msg.c ${dds_CSRCS} ${type_CSRCS} ${dcps_CSRCS} ${disc_CSRCS} \
prog_CSRCS = imu_publisher.c vector3_msg.c ${dds_CSRCS} ${type_CSRCS} ${dcps_CSRCS} ${disc_CSRCS} \
${cache_CSRCS} ${dbg_CSRCS} ${sql_CSRCS} ${dynip_CSRCS} ${co_CSRCS} \
${sec_CSRCS} ${splug_CSRCS}

#comment the following && don't define RTPS_USED to drop RTPS/Discovery
prog_CSRCS += ${rtps_CSRCS} ${trans_CSRCS}

prog_COBJS = ${prog_CSRCS:.c=.o}
prog_CHDRS = ${BASE}/include/*.h ../../api/headers/dds/*.h chat_msg.h
prog_CHDRS = ${BASE}/include/*.h ../../api/headers/dds/*.h vector3_msg.h

prog_OBJS = ${prog_COBJS}

Expand Down
Loading

0 comments on commit 73d56b1

Please sign in to comment.