Skip to content
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

環境構築方法について #51

Merged
merged 2 commits into from
Jul 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ find_package(catkin REQUIRED COMPONENTS
image_geometry
)
find_package(OpenCV REQUIRED)
find_package(Eigen3 REQUIRED)

add_service_files(
FILES
Expand Down Expand Up @@ -54,6 +55,7 @@ include_directories(
include
${catkin_INCLUDE_DIRS}
${OpenCV_INCLUDE_DIRS}
${EIGEN3_INCLUDE_DIRS}
)

link_directories(
Expand Down
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<depend>tf2_ros</depend>
<depend>image_geometry</depend>
<depend>libopencv-dev</depend>
<depend>eigen</depend>

<!-- The export tag contains other, unspecified, tags -->
<export>
Expand Down
24 changes: 24 additions & 0 deletions rovi.rosinstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
- tar:
local-name: aravis
uri: http://ftp.gnome.org/pub/GNOME/sources/aravis/0.6/aravis-0.6.0.tar.xz
version: aravis-0.6.0
- git:
local-name: camera_aravis
uri: http://github.com/YOODS/camera_aravis.git
version: master
- git:
local-name: rosnodejs
uri: https://github.com/RethinkRobotics-opensource/rosnodejs
version: kinetic-devel
- git:
local-name: rovi
uri: http://github.com/YOODS/rovi.git
version: israfel
- git:
local-name: rovi_utils
uri: http://github.com/YOODS/rovi_utils.git
version: master
- git:
local-name: rqt_param_manager
uri: https://github.com/YOODS/rqt_param_manager.git
version: devel