-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As TX1 dont support gazebo, change CMakeLists to build the package in… #87
base: master
Are you sure you want to change the base?
Conversation
Please paste result of 2016年6月16日木曜日、[email protected]さんは書きました:
◉ Kei Okada |
diff --git a/jsk_mbzirc_common/CMakeLists.txt b/jsk_mbzirc_common/CMakeLists.txt Find catkin macros and librariesif COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)is used, also find other catkin packages-find_package(catkin REQUIRED COMPONENTS gazebo_ros std_msgs geometry_msgs) +find_package(gazebo_ros QUIET) -# Depend on system install of Gazebo and SDFormat
+if(gazebo_ros_FOUND) -###################################
-# build plugins
-add_library(mbzirc_gazebo_truck_plugin src/mbzirc_gazebo_truck_plugin.cpp)
-add_library(mbzirc_gazebo_panel_plugin src/mbzirc_gazebo_panel_plugin.cpp)
-add_library(mbzirc_gazebo_treasure_plugin src/mbzirc_gazebo_treasure_plugin.cpp
-add_library(mbzirc_gazebo_uav_collision_rule_plugin src/mbzirc_gazebo_uav_colli
-#############
-install(DIRECTORY launch gazebo_model
-#############
-find_package(catkin REQUIRED COMPONENTS roscpp gazebo_ros) -find_package(gazebo REQUIRED)
|
Please merge if no problem. |
Please use three backquote for better formatting |
You have to use web interface to get better style layout |
'''which part? the git diff output?'''
''' also the CMakeLists in jsk_mbzirc_tasks..'''
|
You fail to compile? |
Finally, I confirmed the correct result in another TX1 board as follows:
|
🤔🤔🤔 2016-06-16 22:36 GMT+08:00 趙 漠居 [email protected]:
|
gazebo_ros depens gazebo, so you do not need this, please check other parts too
|
sorry in order to let travis pass, I merged #88 PR, |
Refer to Issue #86
[jsk_mbzirc_${files changed}] fix: TX1 problem.
Description
… TX1