-
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
[jetson_TX1] cannot build this repository #86
Comments
Also the CPU in TX1 is too weak to run the heavy simulation in gazebo. 2016-06-16 4:01 GMT+00:00 趙 漠居 notifications@github.com:
|
We do not need to run gazbo in tx1. |
Yeah, so in that case, I think we shall divide the packages. 2016-06-16 15:03 GMT+09:00 趙 漠居 notifications@github.com:
|
how about
◉ Kei Okada On Thu, Jun 16, 2016 at 3:10 PM, Chen notifications@github.com wrote:
|
The problem happens in the compile, it seems jsk_mbzirc_common is not needed for TX1, and jsk_mbzirc_tasks depend on some other gazebo related packages which lead it fail to be compiled. |
package.xml is not used int compile phase and rosdep install -r option will ◉ Kei Okada On Thu, Jun 16, 2016 at 4:09 PM, Chen notifications@github.com wrote:
|
there is no gazebo related stuff in the CMakeLists.txt of jsk_mbzirc_tasks, but full of gazebo stuff in jsk_mbzirc_common. remove this line https://github.com/start-jsk/jsk_mbzirc/blob/master/jsk_mbzirc_tasks/package.xml#L17 will let jsk_mbzirc_tasks build. |
so what was the compile error message? ◉ Kei Okada On Thu, Jun 16, 2016 at 4:26 PM, Chen notifications@github.com wrote:
|
try catkin_package() at CMakeLists.txt ◉ Kei Okada On Thu, Jun 16, 2016 at 4:42 PM, Chen notifications@github.com wrote:
|
Do you mean change catkin_package(CATKIN_DEPENS) to catkin_package in the CMakeLists of jsk_mbzirc_common? Seems the same problem. As I add a condition check and ignore all the gazebo related things in jsk_mbzirc_common, it compiles. ##in arm architecture, gazebo wont work |
btw, are you really
for example, on my amd64 system and changed the source tree as
we should have error like
and if you change find_pakcage as
then it should be able to compile, so i think you can write code someting
◉ Kei Okada On Thu, Jun 16, 2016 at 5:00 PM, Chen notifications@github.com wrote:
|
Yes I am using the latest master branch. and I only get 1 error Finished <<< husky_description [ 0.1 seconds ] Errors << jsk_mbzirc_common:check /home/ubuntu/ros/indigo/logs/jsk_mbzirc_common/build.check.004.log
Add the installation prefix of "gazebo_ros" to CMAKE_PREFIX_PATH or set make: *** [cmake_check_build_system] Error 1 |
line 16 of CMakeLists.txt is comment, and we have catkin_package in line ◉ Kei Okada On Thu, Jun 16, 2016 at 5:17 PM, Chen notifications@github.com wrote:
|
Ah, I got what you mean, I add the condition check in the CMakeLists file.... as I pasted above, so the line has changed... |
oh, please revert everything and read ◉ Kei Okada On Thu, Jun 16, 2016 at 5:22 PM, Chen notifications@github.com wrote:
|
Ok, I revert everything and change to gazebo_rosa, then the error is: Starting >>> husky_gazebo Errors << jsk_mbzirc_common:check /home/ubuntu/ros/indigo/logs/jsk_mbzirc_common/build.check.006.log
Add the installation prefix of "gazebo_rosa" to CMAKE_PREFIX_PATH or set make: *** [cmake_check_build_system] Error 1 |
please read my comment #86 (comment) "CAREFULLY", the important informaitno is hidden within quatation
|
Sry for that not being careful enough to find your magic... |
I heard from chen about the build failure:
Does anyone have any suggestions about this issue?
The options I suggest are:
The text was updated successfully, but these errors were encountered: