実用ロボット開発のための ROS プログラミング サンプルページ 本 定価 判型, 以下 URL から 覧い けます. サンプルペ ジ 内容, 初版 1 刷発行時 も です.

Size: px
Start display at page:

Download "実用ロボット開発のための ROS プログラミング サンプルページ 本 定価 判型, 以下 URL から 覧い けます. サンプルペ ジ 内容, 初版 1 刷発行時 も です."

Transcription

1

2 実用ロボット開発のための ROS プログラミング サンプルページ 本 定価 判型, 以下 URL から 覧い けます. サンプルペ ジ 内容, 初版 1 刷発行時 も です.

3 URL

4 i ROS ROS 2018 ROS ROS ROS ROS ROS ROS ROS Wiki 1 2 ROS 1 ROS 2 ROS 3 4 ROS 5 13 ROS MATLAB R ROS 14 ROS Linux Windows ROS Windows ROS 15 ROS iii

5 ii ROS 30 7

6 iii

7 iv 1 ROS ROS ROS ROS ROS ROS ROS OS Ubuntu ROS ROS ROS package ROS node topic message service ROS ROS master parameter server namespace remap ROS rosbash 30

8 v ROS launch Git ROS rqt graph rqt plot RViz ROS rosbag ROS USB RGB-D LiDAR RViz

9 vi 6 3D ROS 3D CAD COLLADA COLLADA URDF URDF COLLADA Gazebo Gazebo ROS hardware sim ros control ros control HardwareInterface tf tf tf tf tf tf static ROS OpenCV OpenCV OpenCV

10 vii PCL ROS PCL ROS API CMakeLists.txt slam gmapping bag bag navigation navigation slam gmapping SLAM

11 viii 9.7 navigation slam gmapping actionlib SimpleActionClient/Server action actionlib actionlib smach smach smach pluginlib pluginlib pluginlib arrayutil pluginlib arrayutil pluginlib arrayutil pluginlib ArrayUtil pluginlib pluginlib arrayutil client pluginlib arrayutil client PluginlibArrayutilClient client node client node rostest C++ gtest gtest rostest 242

12 ix package.xml CMakeLists.txt Python unittest arrayutil python Python unittest rostest package.xml CMakeLists.txt Travis CI Travis CI industrial ci pluginlib arrayutil ci industrial ci ROS GitHub Travis CI travis.yml Travis CI industrial ci wstool industrial ci Docker industrial ci MATLAB MATLAB Robotics System Toolbox Windows MATLAB ROS MATLAB ROS Simulink ROS Simulink Simulink 278

13 x Tips 1: ROS ROS ROS ROS Tips 2: Tips 3:

14 1 1 1 ROS ROS ROS ROS ROS ROS ROS ROS 1.1 ROS ROS Robot Operating System OSS OS 1 ROS 2007 Willow Garage ROS Willow Garage Open Source Robotics Foundation OSRF GitHub ROS 2015 DARPA Robotics Challenge DRC 1 OS OpenRTM 2 Git GitHub Git 3

15 2 1 ROS ROS ROS ROS ROS Rethink Robotics Baxter Ascending Technologies Hummingbird NASA Robonaut 2 NEXTAGE OPEN HSR Pepper ROS Southwest Research Institute Willow Garage ROS OSS ROS Industrial ROS I 2012 ABB KUKA Universal Robots ROS I OSRF ROS ROS ROS ROS HTTP XML RPC ROS publish/subscribe

16 1.1 ROS の広がり 3 型とよばれて存在するものであり ほかのロボット向けミドルウェアと比べて ROS が特段勝っ ているわけではありません 実は ROS の本質はもっと別の点にあります 開発 操作ツールは ROS の人気を支える最大の機能です 可視化ツール ビューア の RViz や三次元動力学シミュレータの Gazebo 各種の設定 ビルド リリース 起動 監視 ログ 取得などの ロボット開発工程を支える多様なツールが揃っています 図 1-1 には RViz を 利用して産業用ロボットのさまざまな処理を可視化した例を示しています とくに近年 格段に 充実してきたのがソースコードパッケージ管理とリリースの仕組みです ソフトウェアプロジェ クトの開始 運用における面倒な設定について統一的な手法を提供することで ROS による開発 のハードルが大幅に下がりました 具体的には パッケージ間の依存関係を自動的に解決できる rosdep 複数のパッケージを一括してコンパイルできる catkin バイナリパッケージ生成作 業の多くを自動化する bloom 手元のソースコード群をネット上で管理される最新版に一括更 新する wstool といったツールが非常に便利です ROS には ロボットを動作させるソフトウェアの基本機能の大半が収められています 移動ロ ボットによる自己位置推定と地図生成を行う機能を利用すれば 簡単なプログラムによって部屋 図 1-1 RViz を利用して産業用ロボットの自動把持システムを構築した例 (a) 産業用ロボット 把持対象物 計測用 センサを三次元空間に投影した例 (b) 対象物の認識と姿勢計測結果を表示した例 (c) 実物の動作を RViz の モデルに投影し 各関節の座標軸を表示した例 (d) 実際に計測された三次元点群を表示した例 1

17 4 1 ROS Python ROS OSS ROS ROS Wiki ROS BSD Berkeley Software Distribution BSD BSD ROS 1.3 ROS ROS ROS ROS OpenCV OpenCV Open Source Computer Vision Library VR AR C/C++ Python Java OpenCV ROS

18 ROS ROS 5.1 USB ROS USB usb cam image view USB 5-1 usb cam $ sudo apt install ros-kinetic-usb-cam image view $ sudo apt install ros-kinetic-image-view 5-1 USB Logicool HD Pro Webcam C920t

19 USB usb cam image view roscore $ roscore $ rosrun usb_cam usb_cam_node /dev/video0 usb cam /dev/video0 USB $ rosrun usb_cam usb_cam_node _video_device:=/dev/video1 usb cam image view $ rosrun image_view image_view image:=/usb_cam/image_raw image:=/usb cam/image raw usb cam /usb cam/ image raw image view image image view

20 5.1 USB usb cam image view usb cam.launch launch usb cam Wiki 5-1 usb cam image view launch usb cam.launch 1 <launch> 2 <!-- usb_cam --> 3 <node name="usb_cam" pkg="usb_cam" type="usb_cam_node" output="screen"> 4 <remap from="/usb_cam/image_raw" to="/usb_cam/image_raw"/> 5 <param name="video_device" value="/dev/video1" /> 6 <param name="image_width" value="640" /> 7 <param name="image_height" value="480" /> 8 <param name="pixel_format" value="mjpeg" /> 9 <param name="framerate" value="30" /> 10 <param name="contrast" value="32" /> 11 <param name="brightness" value="32" /> 12 <param name="saturation" value="32" /> 13 <param name="autofocus" value="true" /> 14 <param name="focus" value="51" /> 15 </node> <!-- image_view --> 18 <node name="image_view" pkg="image_view" type="image_view" respawn="false" output="screen"> 19 <remap from="image" to="/usb_cam/image_raw"/> 20 <param name="autosize" value="true"/> 21 </node> 22 </launch> 5 video device: /dev/video0 USB image width, image height: pixel format: mjpg yuyv uyvy framerate: fps frame per second contrast, brightness, saturation: cam/

21 60 5 autofocus, focus: image view remap usb cam /usb cam/image raw image view image autosize: launch usb cam image view roscore GitHub $ roslaunch chapter5 usb_cam.launch 5.2 RGB-D Microsoft Kinect Xbox 360 Kinect ASUS Xtion PRO LIVE Xtion 5-3 RGB depth RGB D Kinect Xtion USB RGB 5-3 Microsoft Kinect Xbox 360 ASUS Xtion PRO LIVE $ sudo apt install ros-kinetic-openni-* $ sudo apt install ros-kinetic-openni2-* $ sudo apt install ros-kinetic-freenect-* RGB-D chapter5/usb cam.launch

22 ROS 1 ROS ROS RGB-D LiDAR 2 Ubuntu Windows 10 FPGA 2 CPU SoC ROS ROS Windows Field Programmable Gate Array 3 System on Chip OS Ubuntu 12.04

23 ROS Part Time Working Nodes Full Time Working Nodes Sensor/Actuator Drivers 15-3 Tips

24 15.3 Tips 1: Tips GitHub 15.3 Tips 1: ROS ROS ROS IP 15 $ ifconfig inet addr IP ROS 1 IP IP

25 roscore $ roscore IP $ export ROS_IP= IP $ export ROS_MASTER_URI= $ export ROS_IP= ROS ROS ROS ROS Windows ROS Windows ROS 1 Windows Mac OS Android Linux GitHub 2 ROS Indigo Windows 10 Visual Studio 2015 C++ 1 Exi@ 15-3 Windows Actuator Drivers ROS Windows 2 ROS Windows ROS 1 TCP/IP 2

26 285 Bitbucket 18 Blender 76 Docker 252, 264 Gazebo 3, 9, 89 Git 1, 18 GitHub 1, 18 gtest 237 IKFast 8 MATLAB 11, 267 ODE 9, 92 OMPL 8 OpenCV 4, 115 OpenRAVE 8 OpenRTM 1 OpenSLAM 6 PCL 5, 143 Robotics System Toolbox 267 Simulink 274 Travis CI 251 Ubuntu 13 unittest 237, 244 VMware Workstation Player 269 ROS actionlib 193, 203 amcl 190, , 196 base local planner 188, 197 carrot planner 197 cartographer 198 clear costmap recovery 198 costmap 2d 186, 193, 197 dwa local planner 197 global planner 197 gmapping , 200 hardware interface 89 image view 57, 59 industrial ci 252 joy 180 map saver 185 map server 185, 190, 193 move base 190, 192, 193, 196 move slow and clear 198 nav core 193, 197, 198 navfn 188, 197 navigation 52, 177, 181, 185, 191, 193, 198, 199 pluginlib 197, 219 ros control 89, 94 ros controller 92 rosbag 52, 183 rosbash 30 roscpp 22 rosdep 16 rospy 22 rostest 248 rotate recovery 198 rqt 47 rqt graph 48 rqt plot 48 RViz 3, 8, 50 slam gmapping 177, 181, 183, 185, 194, 198, 199 smach 212 teleop twist joy 180 tf 50, 105, 178, 179 turtlebot navigation 189 urg node 179 usb cam 57 wstool 252, 260 ypspur ros 180 ROS catkin make 21 roscd 30 roscore 32 roscp 31 rosd 31 rosed 31 roslaunch 33 rosls 31 rosmsg 36 rosnode 34 rospack 33 rosparam 37 rospd 30 rosrun 32 rosservice 36 rossrv 37 rostopic 34 ROS 2D Nav Goal 52 2D Pose Estimate 52 advertise 26 bag 52 catkin 21 joint 82 link 82 message 25 MoveIt! 8 node 24 package 22 parameter server 27 Publish Point 52 remap 28 ROS2 11 ROS Action Protocol 204 ROS Answers 17 ROS Discourse 18 ROS Index 18 ROS Industrial 2, 10 ROS Japan Users Group 18 ROS master 27 ROS.org 17 ROS Wiki 4, 13, 17 ROS 92

27 286 ROS 27 rviz 52 service 26 topic 25 URDF 9, 81 Xacro 86 FPGA 279 Kinect 60 Light Detection and Ranging LiDAR 62, 178 LRF 62 RGB-D 60, 178 TurtleBot2 65 USB 57 Xtion 60 GitHub Organizations 18 OSRF 1 RoboCup@Home 279 Willow Garage 1 Bayes Filter 194 Binary Bayes Filter 195 Dynamic Window Approach DWA 197 Extended Kalman Filter EKF 194, 195 Global Dynamic Window Approach Global DWA 196 Graph-Based SLAM 198 Grid-Based SLAM 195, 196 Histogram Filter HF 194 Iterative Closest Point ICP 152 Monte Carlo Localization MCL Particle Filter PF 193, 194 Rao-Blackwellized Particle Filter RBPF 194, 195 Simultaneous Localization and Mapping SLAM 6, 181, 194, 196, 198 3D CAD 75 A* 197 AI 283 BSD 4 C++/Python API Documentation 18 call 26 COLLADA 9, 76 cv::mat 117 DDS 11 Differential Drive 178 geometry msgs/twist 49 n eff Number of Effective Particles 185, 196 namespace 27 Omni-Directional 178 ORB 135 pcd 147 SimpleActionClient 205 SimpleActionServer 205 STL 76 Toolbox 267 UV 77 25, , , , , , 188, , 194, , 196, , , , 193, 196, , 195, , , , , 196, , 194, , 189

28 , , , 188, 197

29 AI League furo SLAM hw/sw RoboCup Domestic Standard Platform League Isaac I.Y. Saito ROS RoboCup 2004 RoboCup Domestic Standard Platform League

30 ROS c FAX Printed in Japan ISBN

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション Turtlereal2 で Navigation ー Gazebo と Navigation を動かすのに苦労した話 - 目次 1. TurtleReal2 とは 2. Navigation 3. そこに壁が... 4. ネタ元 5. Navigaiton を動かすステップ 6. 必要なパッケージのインストール 7. ジョイスティックで cmd_vel 発行 8. URDF ロボットモデルを rviz

More information

この演習について ROS 演習 1:catkinビルドシステム ROS 演習 2: ノードの作成とトピックの配信 購読 ROS 演習 3:TF の作成 ROS 演習 4:RViz での表示 ROS 演習 5:ROSBAG によるデータ記録 ROS 演習 1~5 では ROS の基本的な要素技術を学習

この演習について ROS 演習 1:catkinビルドシステム ROS 演習 2: ノードの作成とトピックの配信 購読 ROS 演習 3:TF の作成 ROS 演習 4:RViz での表示 ROS 演習 5:ROSBAG によるデータ記録 ROS 演習 1~5 では ROS の基本的な要素技術を学習 version 1.5 TIER IV ACADEMY 自動運転システム構築塾 Day2 ROS 演習 ROS 演習 1:catkin ビルドシステム この演習について ROS 演習 1:catkinビルドシステム ROS 演習 2: ノードの作成とトピックの配信 購読 ROS 演習 3:TF の作成 ROS 演習 4:RViz での表示 ROS 演習 5:ROSBAG によるデータ記録 ROS 演習

More information

活用ガイド (ソフトウェア編)

活用ガイド (ソフトウェア編) (Windows 98 ) ii iii iv v NEC Corporation 1999 vi P A R T 1 P A R T 2 vii P A R T 3 viii P A R T 4 ix P A R T 5 x P A R T 1 2 3 1 1 2 4 1 2 3 4 5 1 1 2 3 4 5 6 6 7 7 1 1 2 8 1 9 1 1 2 3 4 5 6 1 2 3 10

More information

ii iii iv CON T E N T S iii iv v Chapter1 Chapter2 Chapter 1 002 1.1 004 1.2 004 1.2.1 007 1.2.2 009 1.3 009 1.3.1 010 1.3.2 012 1.4 012 1.4.1 014 1.4.2 015 1.5 Chapter3 Chapter4 Chapter5 Chapter6 Chapter7

More information

SC-85X2取説

SC-85X2取説 I II III IV V VI .................. VII VIII IX X 1-1 1-2 1-3 1-4 ( ) 1-5 1-6 2-1 2-2 3-1 3-2 3-3 8 3-4 3-5 3-6 3-7 ) ) - - 3-8 3-9 4-1 4-2 4-3 4-4 4-5 4-6 5-1 5-2 5-3 5-4 5-5 5-6 5-7 5-8 5-9 5-10 5-11

More information

<4D6963726F736F667420506F776572506F696E74202D208376838C835B83938365815B835683878393312E707074205B8CDD8AB78382815B83685D>

<4D6963726F736F667420506F776572506F696E74202D208376838C835B83938365815B835683878393312E707074205B8CDD8AB78382815B83685D> i i vi ii iii iv v vi vii viii ix 2 3 4 5 6 7 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60

More information

活用ガイド (ソフトウェア編)

活用ガイド (ソフトウェア編) (Windows 95 ) ii iii iv NEC Corporation 1999 v P A R T 1 vi P A R T 2 vii P A R T 3 P A R T 4 viii P A R T 5 ix x P A R T 1 2 3 1 1 2 4 1 2 3 4 5 1 1 2 3 4 6 5 6 7 7 1 1 2 8 1 9 1 1 2 3 4 5 6 1 2 3 4

More information

version 1.3 TIER IV ACADEMY 自動運転システム構築塾 Day2 ROS 演習 ROS 演習 3:ROS 2.0 の最新動向について

version 1.3 TIER IV ACADEMY 自動運転システム構築塾 Day2 ROS 演習 ROS 演習 3:ROS 2.0 の最新動向について version 1.3 TIER IV ACADEMY 自動運転システム構築塾 Day2 ROS 演習 ROS 演習 3:ROS 2.0 の最新動向について この演習について ROS 演習 1:catkin ビルドシステム ROS 演習 2: ノードの作成とトピックの配信 購読 ü ROS 演習 3:ROS2.0 の最新動向について ROS 演習 4:TF の作成 ROS 演習 5:RViz での表

More information

III

III III 1 1 2 1 2 3 1 3 4 1 3 1 4 1 3 2 4 1 3 3 6 1 4 6 1 4 1 6 1 4 2 8 1 4 3 9 1 5 10 1 5 1 10 1 5 2 12 1 5 3 12 1 5 4 13 1 6 15 2 1 18 2 1 1 18 2 1 2 19 2 2 20 2 3 22 2 3 1 22 2 3 2 24 2 4 25 2 4 1 25 2

More information

iii iv v vi vii viii ix 1 1-1 1-2 1-3 2 2-1 3 3-1 3-2 3-3 3-4 4 4-1 4-2 5 5-1 5-2 5-3 5-4 5-5 5-6 5-7 6 6-1 6-2 6-3 6-4 6-5 6 6-1 6-2 6-3 6-4 6-5 7 7-1 7-2 7-3 7-4 7-5 7-6 7-7 7-8 7-9 7-10 7-11 8 8-1

More information

活用ガイド (ハードウェア編)

活用ガイド (ハードウェア編) (Windows 98) 808-877675-122-A ii iii iv NEC Corporation 1999 v vi PART 1 vii viii PART 2 PART 3 ix x xi xii P A R T 1 2 1 3 4 1 5 6 1 7 8 1 9 10 11 1 12 1 1 2 3 13 1 2 3 14 4 5 1 15 1 1 16 1 17 18 1 19

More information

ROSConJP2018

ROSConJP2018 Go ROS https://github.com/akio/rosgo.git Akiyoshi(Akio) Ochiai Sr Engineer @ Toyota Research Institute GitHub: http://github.com/akio OSS ROS rosrb ROS Ruby @OTL vim-ctrlp-ros Vim Ctrl-P ROS msg/srv/action

More information

これわかWord2010_第1部_100710.indd

これわかWord2010_第1部_100710.indd i 1 1 2 3 6 6 7 8 10 10 11 12 12 12 13 2 15 15 16 17 17 18 19 20 20 21 ii CONTENTS 25 26 26 28 28 29 30 30 31 32 35 35 35 36 37 40 42 44 44 45 46 49 50 50 51 iii 52 52 52 53 55 56 56 57 58 58 60 60 iv

More information

パワポカバー入稿用.indd

パワポカバー入稿用.indd i 1 1 2 2 3 3 4 4 4 5 7 8 8 9 9 10 11 13 14 15 16 17 19 ii CONTENTS 2 21 21 22 25 26 32 37 38 39 39 41 41 43 43 43 44 45 46 47 47 49 52 54 56 56 iii 57 59 62 64 64 66 67 68 71 72 72 73 74 74 77 79 81 84

More information

これでわかるAccess2010

これでわかるAccess2010 i 1 1 1 2 2 2 3 4 4 5 6 7 7 9 10 11 12 13 14 15 17 ii CONTENTS 2 19 19 20 23 24 25 25 26 29 29 31 31 33 35 36 36 39 39 41 44 45 46 48 iii 50 50 52 54 55 57 57 59 61 63 64 66 66 67 70 70 73 74 74 77 77

More information

Table of Contents ロボット関連の動向 ROS(Robot Operating System) の概要 イーソルの取り組み 2

Table of Contents ロボット関連の動向 ROS(Robot Operating System) の概要 イーソルの取り組み 2 OSAKA NDS Embedded Linux Cross Forum #3 ROS(Robot Operating System) の概要とイーソルの取り組み イーソル株式会社 ソリューションエンジニアリング事業部 第四技術部佃明彦 Table of Contents ロボット関連の動向 ROS(Robot Operating System) の概要 イーソルの取り組み 2 自己紹介 イーソル入社

More information

untitled

untitled i ii iii iv v 43 43 vi 43 vii T+1 T+2 1 viii 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 a) ( ) b) ( ) 51

More information

2

2 1 2 3 4 5 6 7 8 9 10 I II III 11 IV 12 V 13 VI VII 14 VIII. 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 _ 33 _ 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 VII 51 52 53 54 55 56 57 58 59

More information

平成18年版 男女共同参画白書

平成18年版 男女共同参画白書 i ii iii iv v vi vii viii ix 3 4 5 6 7 8 9 Column 10 11 12 13 14 15 Column 16 17 18 19 20 21 22 23 24 25 26 Column 27 28 29 30 Column 31 32 33 34 35 36 Column 37 Column 38 39 40 Column 41 42 43 44 45

More information

医系の統計入門第 2 版 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. このサンプルページの内容は, 第 2 版 1 刷発行時のものです.

医系の統計入門第 2 版 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます.   このサンプルページの内容は, 第 2 版 1 刷発行時のものです. 医系の統計入門第 2 版 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/009192 このサンプルページの内容は, 第 2 版 1 刷発行時のものです. i 2 t 1. 2. 3 2 3. 6 4. 7 5. n 2 ν 6. 2 7. 2003 ii 2 2013 10 iii 1987

More information

rzat10pdf.ps

rzat10pdf.ps IBM i 7.2 IBM Navigator for i IBM IBM i 7.2 IBM Navigator for i IBM 9 IBM i 7.2 ( 5770-SS1) RISC CISC IBM IBM i Version 7.2 Connecting to your system Connecting to IBM Navigator for i Copyright IBM Corporation

More information

IPSJ SIG Technical Report Vol.2015-MUS-107 No /5/23 HARK-Binaural Raspberry Pi 2 1,a) ( ) HARK 2 HARK-Binaural A/D Raspberry Pi 2 1.

IPSJ SIG Technical Report Vol.2015-MUS-107 No /5/23 HARK-Binaural Raspberry Pi 2 1,a) ( ) HARK 2 HARK-Binaural A/D Raspberry Pi 2 1. HARK-Binaural Raspberry Pi 2 1,a) 1 1 1 2 3 () HARK 2 HARK-Binaural A/D Raspberry Pi 2 1. [1,2] [2 5] () HARK (Honda Research Institute Japan audition for robots with Kyoto University) *1 GUI ( 1) Python

More information

パソコン機能ガイド

パソコン機能ガイド PART12 ii iii iv v 1 2 3 4 5 vi vii viii ix P A R T 1 x P A R T 2 xi P A R T 3 xii xiii P A R T 1 2 3 1 4 5 1 6 1 1 2 7 1 2 8 1 9 10 1 11 12 1 13 1 2 3 4 14 1 15 1 2 3 16 4 1 1 2 3 17 18 1 19 20 1 1

More information

パソコン機能ガイド

パソコン機能ガイド PART2 iii ii iv v 1 2 3 4 5 vi vii viii ix P A R T 1 x P A R T 2 xi P A R T 3 xii xiii P A R T 1 2 1 3 4 1 5 6 1 2 1 1 2 7 8 9 1 10 1 11 12 1 13 1 2 3 14 4 1 1 2 3 15 16 1 17 1 18 1 1 2 19 20 1 21 1 22

More information

エクセルカバー入稿用.indd

エクセルカバー入稿用.indd i 1 1 2 3 5 5 6 7 7 8 9 9 10 11 11 11 12 2 13 13 14 15 15 16 17 17 ii CONTENTS 18 18 21 22 22 24 25 26 27 27 28 29 30 31 32 36 37 40 40 42 43 44 44 46 47 48 iii 48 50 51 52 54 55 59 61 62 64 65 66 67 68

More information

01_.g.r..

01_.g.r.. I II III IV V VI VII VIII IX X XI I II III IV V I I I II II II I I YS-1 I YS-2 I YS-3 I YS-4 I YS-5 I YS-6 I YS-7 II II YS-1 II YS-2 II YS-3 II YS-4 II YS-5 II YS-6 II YS-7 III III YS-1 III YS-2

More information

ネットワークビデオレコーダー VK-64/VK-16/VK-Lite v2.2 セットアップガイド

ネットワークビデオレコーダー VK-64/VK-16/VK-Lite v2.2 セットアップガイド VK-64/VK-16/VK-Lite Ver. 2.2 VK-64 v2.2 VK-16 v2.2 ( VK-64/VK-16) VK-Lite v2.2 ( VK-Lite) VK-64/VK-16 VK-Lite 2 1. 2. 3. 4. 2. 3. ( ) ( ) canon.jp/webview Canon Canon Microsoft Windows Microsoft Internet

More information

3 5 18 3 5000 1 2 7 8 120 1 9 1954 29 18 12 30 700 4km 1.5 100 50 6 13 5 99 93 34 17 2 2002 04 14 16 6000 12 57 60 1986 55 3 3 3 500 350 4 5 250 18 19 1590 1591 250 100 500 20 800 20 55 3 3 3 18 19 1590

More information

田向研究室PPTテンプレート

田向研究室PPTテンプレート Hibikino-Musashi@Home: ホームサービスロボット開発学生プロジェクトの紹介 18/09/14 ROSCon JP 2018 Hibikino-Musashi@Home 九州工業大学田向研究室 石田裕太郎 hma@brain.kyutech.ac.jp 今日紹介するロボット RoboCup@Home に参戦するホームサービスロボット Eix@ HW: 九工大 SW: 九工大 2018

More information

困ったときのQ&A

困ったときのQ&A ii iii iv NEC Corporation 1997 v P A R T 1 vi vii P A R T 2 viii P A R T 3 ix x xi 1P A R T 2 1 3 4 1 5 6 1 7 8 1 9 1 2 3 4 10 1 11 12 1 13 14 1 1 2 15 16 1 2 1 1 2 3 4 5 17 18 1 2 3 1 19 20 1 21 22 1

More information

Jp

Jp Jp 3 PC WT-7 i ii HDMI PDF Z 7 Z 6 Z7 https://downloadcenter.nikonimglib.com/ja/products/492/z_7.html Z6 https://downloadcenter.nikonimglib.com/ja/products/493/z_6.html HTML Z 7 https://onlinemanual.nikonimglib.com/z7_z6/ja/

More information

i ii iii iv v vi vii ( ー ー ) ( ) ( ) ( ) ( ) ー ( ) ( ) ー ー ( ) ( ) ( ) ( ) ( ) 13 202 24122783 3622316 (1) (2) (3) (4) 2483 (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) 11 11 2483 13

More information

<4D F736F F D B B BB2D834A836F815B82D082C88C602E646F63>

<4D F736F F D B B BB2D834A836F815B82D082C88C602E646F63> 入門モーター工学 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/074351 このサンプルページの内容は, 初版 1 刷発行当時のものです. 10 kw 21 20 50 2 20 IGBT IGBT IGBT 21 (1) 1 2 (2) (3) ii 20 2013 2 iii iv...

More information

MATLAB EXPO 2019 Japan プレゼン資料の検討

MATLAB EXPO 2019 Japan プレゼン資料の検討 自動運転向けソフトウェア Autoware と MATLAB /Simulink の連携 ~ 事例紹介 ~ 2019 年 5 月 28 日株式会社ネクスティエレクトロニクス SW 開発部技術開発グループ太田徳幸 Copyright TOMEN Electronics Corp. 目次 2/31 1. 会社概要 2. Autoware Toolbox 紹介 1. 取り組み背景 2. Autoware

More information

④【修正】プレゼン資料(九州工業大学_田向権1)

④【修正】プレゼン資料(九州工業大学_田向権1) Robot OS (ROS) と FPGA を融合した ロボットや自動車のための 新しい計算機システム 九州工業大学大学院生命体工学研究科人間知能システム工学専攻田向権 (Hakaru TAMUKOH) tamukoh@brain.kyutech.ac.jp http://www.brain.kyutech.ac.jp/~tamukoh/ tamukoh で検索! 産学連携の経歴 社員 10 名以下のベンチャー

More information

i

i i ii iii iv v vi vii viii ix x xi ( ) 854.3 700.9 10 200 3,126.9 162.3 100.6 18.3 26.5 5.6/s ( ) ( ) 1949 8 12 () () ア イ ウ ) ) () () () () BC () () (

More information

基礎輪講2週目 Kinectの話

基礎輪講2週目  Kinectの話 基礎輪講 2 週目 Kinect の話 3D Computer Vision カメラから 3 次元の情報を取得 3 次元再構築 :2 次元の画像から 3 次元形状の復元 多視点画像群 3 次元再構築結果 3 次元の情報を持つ画像ってないの? 2 距離画像 Depth( 距離 ) の情報を持った画像 各画素の部分に距離の値が入る. 距離画像 距離画像を取得する機器が必要 3 距離画像センサ 実世界の距離情報を取得できる.

More information

21 e-learning Development of Real-time Learner Detection System for e-learning

21 e-learning Development of Real-time Learner Detection System for e-learning 21 e-learning Development of Real-time Learner Detection System for e-learning 1100349 2010 3 1 e-learning WBT (Web Based training) e-learning LMS (Learning Management System) LMS WBT e-learning e-learning

More information

困ったときのQ&A

困ったときのQ&A ii iii iv NEC Corporation 1998 v C O N T E N T S PART 1 vi vii viii ix x xi xii PART 2 xiii PART 3 xiv P A R T 1 3 1 2 PART 3 4 2 1 1 2 4 3 PART 1 4 5 5 6 PART 1 7 8 PART 1 9 1 2 3 1 2 3 10 PART 1 1 2

More information

d1-ros-picking-system-yasukawa

d1-ros-picking-system-yasukawa 2019 年 5 月 28 日 / 出典 :https://jp.mathworks.com/products/simulink.html 環境 社会システム事業部 森田賢 開発部 出典 :http://wiki.ros.org 出典 :http://gazebosim.org/ : The MathWorks, Inc. の商標 発表者自己紹介 Qiita : Increments 株式会社の商標

More information

Raspberry Pi BF BF BF Raspberry Pi PC USB HDMI OS SD SD OS Raspberry Pi Model B MicroUSB MicroSD OS SD GPIO HDMI USB LAN Raspberry Pi MicroUSB MicroSD

Raspberry Pi BF BF BF Raspberry Pi PC USB HDMI OS SD SD OS Raspberry Pi Model B MicroUSB MicroSD OS SD GPIO HDMI USB LAN Raspberry Pi MicroUSB MicroSD Raspberry Pi Arduino Arduino Raspberry Pi Arduino URL Raspberry Pi HDMI USB SD https://www.raspberrypi.org/ Python, Scratch Arduino PC USB https://www.arduino.cc/ Arduino SDK Processing Kinect for Windows,

More information

活用ガイド (ソフトウェア編)

活用ガイド (ソフトウェア編) ii iii iv NEC Corporation 1998 v vi PA RT 1 vii PA RT 2 viii PA RT 3 PA RT 4 ix P A R T 1 2 3 1 4 5 1 1 2 1 2 3 4 6 1 2 3 4 5 7 1 6 7 8 1 9 1 10 1 2 3 4 5 6 7 8 9 10 11 11 1 12 12 1 13 1 1 14 2 3 4 5 1

More information

2012 M

2012 M 2012 M0109218 2012 : M0109218 36 1 1 1.1............................. 1 1.2................................. 5 2 6 2.1................... 6 2.2................ 8 2.3............ 12 3 15 3.1...................

More information

<4D F736F F D B B83578B6594BB2D834A836F815B82D082C88C60202E646F63>

<4D F736F F D B B83578B6594BB2D834A836F815B82D082C88C60202E646F63> デザイン言語 Processing 入門 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/084931 このサンプルページの内容は, 初版 1 刷発行当時のものです. Processing Ben Fry Casey Reas Windows Mac Linux Lesson 1 Processing

More information

『戦時経済体制の構想と展開』

『戦時経済体制の構想と展開』 1 15 15 17 29 36 45 47 48 53 53 54 58 60 70 88 95 95 98 102 107 116 v 121 121 123 124 129 132 142 160 163 163 168 174 183 193 198 205 205 208 212 218 232 237 237 240 247 251 vi 256 268 273 289 293 311

More information

スライド 1

スライド 1 1 RT ミドルウエアサマーキャンプ 2015 RTM/ROS 相互運用プログラミング環境について 東京大学情報システム工学研究室岡田慧 11:00-11:20 k-okada@jsk.t.u-tokyo.ac.jp 2 PR2 Getting a Sandwith Using web-based commons sense to acquire task-related knowledge 3 Saito

More information

1... 1 2... 1 1... 1 2... 2 3... 2 4... 4 5... 4 6... 4 7... 22 8... 22 3... 22 1... 22 2... 23 3... 23 4... 24 5... 24 6... 25 7... 31 8... 32 9... 3

1... 1 2... 1 1... 1 2... 2 3... 2 4... 4 5... 4 6... 4 7... 22 8... 22 3... 22 1... 22 2... 23 3... 23 4... 24 5... 24 6... 25 7... 31 8... 32 9... 3 3 2620149 3 6 3 2 198812 21/ 198812 21 1 3 4 5 JISJIS X 0208 : 1997 JIS 4 JIS X 0213:2004 http://www.pref.hiroshima.lg.jp/site/monjokan/ 1... 1 2... 1 1... 1 2... 2 3... 2 4... 4 5... 4 6... 4 7... 22

More information

Microsoft PowerPoint _2.プログラミングの基礎_final.pptx

Microsoft PowerPoint _2.プログラミングの基礎_final.pptx RT ミドルウェアによるロボットプログラミング技術 2. プログラミングの基礎 概要 1. プログラミングの基礎 2. Linuxでのプログラミング 3. Windowsでのプログラミング 目標 : 1.Linux および Windows での開発手法 ( 主に C++) を学ぶ 2.CMake を利用して 同じプログラムを Linux と Windows とでコンパイルして動作させる 2 プログラミングの流れ

More information

インターネットを活用した公開天文台の可能性とその展望.PDF

インターネットを活用した公開天文台の可能性とその展望.PDF 17 - 2 - ...- 4-1....- 5-2....- 7-2.1....- 7-2.2....- 7-2.3....- 8-3....- 9-3.1....- 9-3.2....- 10-3.3....- 13-3.4....- 14-4....- 15-4.1....- 15-4.2....- 16-4.3....- 18-4.4....- 19-4.4.1....- 19-4.4.2....-

More information

main.dvi

main.dvi Java でつくる RoboCup サッカー選手プログラム サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/084531 このサンプルページの内容は, 初版 1 刷発行当時のものです. http://www.morikita.co.jp/soft/robocup/ ( 03 3817 5670

More information

目次 1. はじめに 本書対象者 PALRO のアプリケーションについて Ubuntu 8.04LTS の入手について Linux 上での開発環境の構築 事前準備 Ubuntu のインストール..

目次 1. はじめに 本書対象者 PALRO のアプリケーションについて Ubuntu 8.04LTS の入手について Linux 上での開発環境の構築 事前準備 Ubuntu のインストール.. Developer Documentation アプリケーション開発環境構築ガイド (SPC/PAPPS 共通 ) 2012 FUJISOFT INCORPORATED. All rights reserved. 目次 1. はじめに... 2 1.1 本書対象者... 2 1.2 PALRO のアプリケーションについて... 2 1.3 Ubuntu 8.04LTS の入手について... 2 2.Linux

More information

新技術説明会 様式例

新技術説明会 様式例 1 ロボットへの FPGA 導入を 容易化する コンポーネント技術 宇都宮大学大学院工学研究科情報システム科学専攻助教大川猛 2 従来技術とその問題点 FPGA(Field Programmable Gate Array) は 任意のディジタル論理回路をプログラム可能な LSI ソフトウェアでは時間がかかる画像認識処理等を ハードウェア化して 高速化 低消費電力化可能 問題点 FPGA 上の回路設計が難しい

More information

ONLINE_MANUAL

ONLINE_MANUAL JPN ii iii iv v 6 vi vii viii 1 CHAPTER 1-1 1 2 1-2 1 2 3 4 5 1-3 6 7 1-4 2 CHAPTER 2-1 2-2 2-3 1 2 3 4 5 2-4 6 7 8 2-5 9 10 2-6 11 2-7 1 2 2-8 3 (A) 4 5 6 2-9 1 2-10 2 3 2-11 4 5 2-12 1 2 2-13 3 4 5

More information

ONLINE_MANUAL

ONLINE_MANUAL JPN ii iii iv v vi 6 vii viii 1 CHAPTER 1-1 1 2 1-2 1 2 3 1-3 4 5 6 7 1-4 2 CHAPTER 2-1 2-2 2-3 1 2 3 4 5 2-4 6 7 8 2-5 9 10 2-6 11 2-7 1 2 2-8 3 (A) 4 5 6 2-9 1 2-10 2 3 2-11 4 5 2-12 1 2 2-13 3 4 5

More information

NEEDS Yahoo! Finance Yahoo! NEEDS MT EDINET XBRL Magnetic Tape NEEDS MT Mac OS X Server, Linux, Windows Operating System: OS MySQL Web Apache MySQL PHP Web ODBC MT Web ODBC LAMP ODBC NEEDS MT PHP: Hypertext

More information

かんたん操作ガイド

かんたん操作ガイド 1-2 i ii iii iv v vi vii viii 1Chapter 1-1 1-2 1-3 1-4 1-5 1-6 1-7 1 3 2 4 1-8 1-9 1-10 2Chapter 2-1 2-2 Check! 2-3 Point 2-4 Point 2-5 Point 2-6 1 a a b c 2 a b c b 2-7 c 5 3 4 6 a 2-8 b b c b 7 a c a

More information

長崎県地域防災計画

長崎県地域防災計画 i ii iii iv v vi vii viii ix - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - 玢 - 10 - - 11 - - 12 - - 13 - - 14 - - 15 - - 16 - - 17 - - 18 - - 19 - - 20 - - 21 - - 22 - - 23 - - 24 - - 25 - -

More information

LANFTP 1 FTP 047 PC 016 FTP HTTP 024 iphone Camera Control Pro 2 ii

LANFTP 1 FTP 047 PC 016 FTP HTTP 024 iphone Camera Control Pro 2 ii Jp LANFTP 1 FTP 047 PC 016 FTP 2 021 HTTP 024 iphone Camera Control Pro 2 ii 3 WT-5 051 A 07 FTP 039 WT-4 iii http://www.nikon-image.com/support/ CompactFlash TM SanDisk XQD Microsoft Windows Windows Vista

More information

ASP.NET 5 Web 開発 ~ フレームワーク編 ~

ASP.NET 5 Web 開発 ~ フレームワーク編 ~ ROOM A Time Room ID Title 9:30 10:30 A DEV-002 Visual Studio Online 概要 ~ 開発基盤のクラウド化 ~ 今ココ 13:15 13:40 G DEV-005S.NET Core 5 on Linux and Mac OS X 5/27 Day 2 14:35 15:35 C DEV-023 15:55 16:55 A DEV-006

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション TORK の活動と ROS パッケージの紹介 TORK and ROS packages 一般社団法人東京オープンソースロボティクス協会 info@opensource-robotics.tokyo.jp 1 Open or Die? 2 Opensource Software Quite normal in modern software world ( これら無しで現代のソフトウェア開発は成り立たない

More information

i

i i KEY WORDS CASE CHECK POINT EXERCISE Column ii 4 6 9 11 1 5 7 8 2 3 10 12 MESSAGE iii 1 1 23 4 2 56 3 2 5 8 11 CASE 12 1 2 3 181920 20 4 2223 232425 5 6 14 16 18 22 25 27 29 CASE 30 1 31 3233 2 31 34

More information

Microsoft PowerPoint _2.プログラミングの基礎_final

Microsoft PowerPoint _2.プログラミングの基礎_final RT ミドルウェアによるロボットプログラミング技術 2. プログラミングの基礎 概要 1. プログラミングの基礎 2. Linuxでのプログラミング 3. Windowsでのプログラミング 目標 : 1.Linux および Windows での開発手法 ( 主に C++) を学ぶ 2.CMake を利用して 同じプログラムを Linux と Windows とでコンパイルして動作させる 2 プログラミングの流れ

More information

フリーソフトでつくる音声認識システム ( 第 2 版 ) サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. このサンプルページの内容は, 第 2 版 1 刷発行時のものです.

フリーソフトでつくる音声認識システム ( 第 2 版 ) サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます.   このサンプルページの内容は, 第 2 版 1 刷発行時のものです. フリーソフトでつくる音声認識システム ( 第 2 版 ) サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/084712 このサンプルページの内容は, 第 2 版 1 刷発行時のものです. i 2007 10 1 Scilab 2 2017 2 1 2 1 ii 2 web 2007 9 iii

More information

™…

™… i 1 1 1 2 3 5 5 6 7 9 10 11 13 13 14 15 15 16 17 18 20 20 20 21 22 ii CONTENTS 23 24 26 27 2 31 31 32 32 33 34 37 37 38 39 39 40 42 42 43 44 45 48 50 51 51 iii 54 57 58 60 60 62 64 64 67 69 70 iv 70 71

More information

スピーカースライド作成前の確認シート例

スピーカースライド作成前の確認シート例 Azure DevOps Projects にも役立つ! Visual Studio Team Services (VSTS) / Team Foundation Server (TFS) ビルド & リリース機能の仕組みを解説 AD27 セッション概要 VSTS / TFS 上での CI / CD パイプライン構築に役立つノウハウや考え方をご紹介します Build 2018 でアナウンスされたアップデートも紹介

More information

User's Guide

User's Guide magicolor 2300 DL 1800687-014B magicolor 2300 DL Windows TCP/IP Web URL http://www.minolta-qms.co.jp/support/userreg/index.html QMS MINOLTA-QMS magicolor MINOLTA-QMS, Inc. Minolta Peerless Systems Corporation

More information

i

i 14 i ii iii iv v vi 14 13 86 13 12 28 14 16 14 15 31 (1) 13 12 28 20 (2) (3) 2 (4) (5) 14 14 50 48 3 11 11 22 14 15 10 14 20 21 20 (1) 14 (2) 14 4 (3) (4) (5) 12 12 (6) 14 15 5 6 7 8 9 10 7

More information

untitled

untitled http://www.kodamacorp.co.jp 3 TopSolid 7 1 2016/11/29 I: D E B D TopSolid7 TopSolid7.ppt KODAMA Corporation Ltd. 2 I. TopSolid 7...4 II. TopSolid 710...5 III. Easy to use, easy to learn...6 IV.... 7 V.

More information

画像情報処理の基礎

画像情報処理の基礎 AI artificial intelligencedeep learning; OpenCV C MATLAB Python ii 1 1 10 11 14 2019 3 1. 1.1... 1 1.2... 2 1.2.1 3... 2 1.2.2... 2 1.2.3... 2 1.3... 3 1.3.1 RGB... 3 1.3.2 YIQ... 3 1.3.3 HSI... 3 1.3.4

More information

1... 1 1... 1 2... 1 3... 1 4... 4 5... 7 6... 7 7... 12 8... 12 9... 13 10... 13 11... 13 12... 14 2... 14 1... 14 2... 16 3... 18 4... 19 5... 19 6.

1... 1 1... 1 2... 1 3... 1 4... 4 5... 7 6... 7 7... 12 8... 12 9... 13 10... 13 11... 13 12... 14 2... 14 1... 14 2... 16 3... 18 4... 19 5... 19 6. 3 2620149 1 3 8 3 2 198809 1/1 198809 1 1 3 4 5 JISJIS X 0208 : 1997 JIS 4 JIS X 0213:2004 http://www.pref.hiroshima.lg.jp/site/monjokan/ 1... 1 1... 1 2... 1 3... 1 4... 4 5... 7 6... 7 7... 12 8... 12

More information

bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows ˆ Windows10 64bit Wi

bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows ˆ Windows10 64bit Wi Windows bash on Ubuntu on Windows [Windows Creators Update(1703) ] TAKE 2017-10-06 bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu

More information

untitled

untitled I...1 II...2...2 III...3...3...7 IV...15...15...20 V...23...23...24...25 VI...31...31...32...33...40...47 VII...62...62...67 VIII...70 1 2 3 4 m 3 m 3 m 3 m 3 m 3 m 3 5 6 () 17 18 7 () 17 () 17 8 9 ()

More information

Lite 2 45 ECHONET Lite ECHONET Lite [2], [3], [4], [5], [6], [7] IoT WoT Web [8] HEMS [9] ECHONET Lite ECHONET Lite ECHONET Lite ECHONET Lite ECHONET

Lite 2 45 ECHONET Lite ECHONET Lite [2], [3], [4], [5], [6], [7] IoT WoT Web [8] HEMS [9] ECHONET Lite ECHONET Lite ECHONET Lite ECHONET Lite ECHONET ECHONET Lite,a),b),c) 2,d) 2,e) 2,f),g),2,h) IoT WoT Web 20 2 6 HEMS ECHONET Lite ECHONET Lite 4 ECHONET Lite ECHONET Lite Arduino Raspberry Pi JavaScript Ruby HEMS,,,, ECHONET Lite Development of Educational

More information

08+11Extra

08+11Extra A - - #8 bit, Byte, Yutaka Yasuda bit : データの最小単位 1bit = 最小状態の単位 = 二進一桁 コンピュータ内部は電気配線 配線に電気が通っている いな い だけで処理 状態は2種 二値 二進 動作にうまく対応 二進一桁を配線一本で実現 0と1 二進数 で動作 の実体 1bit = 二進一桁 = 配線一本 Byte : Byte bit 8 1 Byte

More information

i ii iii iv v vi vii viii ix x - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - - 15 - - 16 - - 17 - - 18 - - 19 - - 20 - - 21 - - 22 - - 23 - - 24 - - 25 - -

More information

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 () - 1 - - 2 - - 3 - - 4 - - 5 - 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57

More information

地盤環境振動の対策技術-00-前付.indd

地盤環境振動の対策技術-00-前付.indd 地盤環境振動の対策技術 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/048561 このサンプルページの内容は, 初版 1 刷発行当時のものです. i 23 25 28 8 ii 1 8 2 9 3 10 4 11 5 12 6 13 7 iii 1 1 1.1 1.1.11 1.1.22

More information

VB-C50i/VB-C50iR 使用説明書

VB-C50i/VB-C50iR 使用説明書 a ii iii iv a v vi vii viii d a a d ix a a d b a a a b x a a g a g a e a a xi a a a xii a a xiii xiv 1-2 1-3 d 1-4 1-5 1-6 1-7 1-8 1-9 1-10 1-11 1-12 2-2 2-3 a 2-4 a 2-5 a 2-6 2-7 2-8 2-9 2-10 2-11 2-12

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 11 2004-2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. FileMaker, Inc. FileMaker FileMaker,

More information

LAN LAN LAN LAN LAN LAN,, i

LAN LAN LAN LAN LAN LAN,, i 22 A secure wireless communication system using virtualization technologies 1115139 2011 3 4 LAN LAN LAN LAN LAN LAN,, i Abstract A secure wireless communication system using virtualization technologies

More information

Windows PC/ BCP () PC (BYOD: Bring Your Own Device) Windows 8 2 Windows 8 Windows 8 Windows Windows 8 Windows 8 Windows 8 PC/ 2

Windows PC/ BCP () PC (BYOD: Bring Your Own Device) Windows 8 2 Windows 8 Windows 8 Windows Windows 8 Windows 8 Windows 8 PC/ 2 Windows 8 1 (2012 10 ) Windows PC/ BCP () PC (BYOD: Bring Your Own Device) Windows 8 2 Windows 8 Windows 8 Windows Windows 8 Windows 8 Windows 8 PC/ 2 PC/ IT 4 5 PC 6 7 PC 8 9 3 1 SharePoint PC PC Windows

More information

7 i 7 1 2 3 4 5 6 ii 7 8 9 10 11 1 12 13 14 iii.......................................... iv................................................ 21... 1 v 3 6 7 3 vi vii viii ix x xi xii xiii xiv xv 26 27

More information

Step2 入門

Step2 入門 ii iii iv v vi NEC Corporation 1999 vii C O N T E N T S PART 1 PART 2 PART 3 viii PART 4 ix C O N T E N T S PART 5 x PART 6 xi C O N T E N T S PART 7 xii PART 8 PART 9 xiii C O N T E N T S xiv xv PART

More information

9 i 9 1 2 3 4 5 6 ii 7 8 9 10 11 12 .......................................... iii ... 1... 1........................................ 9 iv... v 3 8 9 3 vi vii viii ix x xi xii xiii xiv 34 35 22 1 2 1

More information