intel / collision-avoidance-library

A framework for testing and benchmarking collision avoidance strategies
Apache License 2.0
81 stars 39 forks source link

Build: libRealSensePlugin.so install path #41

Closed mbelluzzo closed 7 years ago

mbelluzzo commented 7 years ago

It disregards CMAKE_INSTALL_PREFIX during 'make install'

mbelluzzo commented 7 years ago

Actually, all this:

-- Installing: /usr/local/lib64/gazebo-8/plugins/libRealSensePlugin.so
-- Up-to-date: /usr/local/share/gazebo-8/models
-- Up-to-date: /usr/local/share/gazebo-8/models/realsense_camera
-- Up-to-date: /usr/local/share/gazebo-8/models/realsense_camera/materials
-- Up-to-date: /usr/local/share/gazebo-8/models/realsense_camera/materials/textures
-- Up-to-date: /usr/local/share/gazebo-8/models/realsense_camera/materials/textures/realsense_diffuse.png
-- Up-to-date: /usr/local/share/gazebo-8/models/realsense_camera/meshes
-- Up-to-date: /usr/local/share/gazebo-8/models/realsense_camera/meshes/realsense.dae
-- Up-to-date: /usr/local/share/gazebo-8/models/realsense_camera/model.config
-- Up-to-date: /usr/local/share/gazebo-8/models/realsense_camera/model.sdf
-- Up-to-date: /usr/local/share/gazebo-8/models
-- Up-to-date: /usr/local/share/gazebo-8/models/gzsitl_quadcopter_rs
-- Up-to-date: /usr/local/share/gazebo-8/models/gzsitl_quadcopter_rs/model.config
-- Up-to-date: /usr/local/share/gazebo-8/models/gzsitl_quadcopter_rs/model.sdf
mbelluzzo commented 7 years ago

It will be solved by #90

anselmolsm commented 7 years ago

By "solved" here you mean transferred to gazebo-realsense, right? ;)

mbelluzzo commented 7 years ago

No, truly solved. It was a problem to broadcast variables values between both cmake builds that wont happen anymore.

On Tue, Mar 7, 2017 at 4:43 PM, Anselmo L. S. Melo <notifications@github.com

wrote:

By "solved" here you mean transferred to gazebo-realsense, right? ;)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/01org/collision-avoidance-library/issues/41#issuecomment-284909051, or mute the thread https://github.com/notifications/unsubscribe-auth/ABgsZXL4zCnY_vlevQMUo-Tc5rSaTLH6ks5rjfnJgaJpZM4K1lW5 .

avinash-palleti commented 7 years ago

@anselmolsm Hope this is solved as #90 is closed and merged.