mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 21:53:10 +00:00
4c471eb32d
Introducing a pubish and subscribe example sim. The publisher includes a ROS msg file that is processed by ROS into a header file. refs #190
9 lines
285 B
Makefile
9 lines
285 B
Makefile
|
|
ROS_HOME = /opt/ros/jade
|
|
TRICK_ICG_EXCLUDE += :${ROS_HOME}
|
|
|
|
TRICK_CFLAGS += -I../models -I${ROS_HOME}/include
|
|
TRICK_CXXFLAGS += -I../models -I${ROS_HOME}/include -Wno-shadow -Wno-unused-parameter
|
|
|
|
TRICK_EXEC_LINK_LIBS += -L${ROS_HOME}/lib -lroscpp -lrosconsole -lroscpp_serialization
|