{"id":2346,"date":"2020-07-30T17:23:29","date_gmt":"2020-07-30T08:23:29","guid":{"rendered":"https:\/\/www.kdel.org\/wp\/?p=2346"},"modified":"2020-07-30T20:59:41","modified_gmt":"2020-07-30T11:59:41","slug":"robotino3","status":"publish","type":"post","link":"https:\/\/www.kdel.org\/wp\/?p=2346","title":{"rendered":"Robotino3 with 4.0.11-smartsoft-2.5.3.fsa"},"content":{"rendered":"<p>\u3057\u307e\u3063\u305f\uff0e<br \/>\n\u30e1\u30a4\u30f3\u3067\u4f5c\u696d\u4e2d\u306eRobotion 3\u3067apt-get upgrade\u3092\u3057\u3066\u3057\u307e\u3063\u305f\u304c\u6545\u306b\uff0crobotino-daemons\u304c\u6d88\u3048\u3066\u3057\u307e\u3044\u307e\u3057\u305f\u2026\uff0e<br \/>\n\u305b\u3063\u304b\u304f\u306a\u306e\u3067\uff0c\u6700\u65b0\u7248\u3092\u5165\u308c\u3066\u307f\u308b\u3053\u3068\u306b\u3057\u307e\u3059\uff0e<br \/>\n<a href=\"https:\/\/www.kdel.org\/wp\/?p=2098\">Robotino 3 with robotino4-4.0.10-smartsoft-2.5.1.fsa<\/a>\u3092\u53c2\u8003\u306b\uff0c<a href=\"https:\/\/doc.openrobotino.org\/ChangeLog\/images\/imageinfo.php?image=4.0.11-smartsoft-2.5.3\">4.0.11-smartsoft-2.5.3.fsa<\/a>\u3092\u5165\u308c\u3066\u307f\u307e\u3057\u305f\uff0e<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nrobotino@robotino:~$ lsb_release -a\r\nNo LSB modules are available.\r\nDistributor ID:\tUbuntu\r\nDescription:\tUbuntu 18.04.4 LTS\r\nRelease:\t18.04\r\nCodename:\tbionic\r\nrobotino@robotino:~$ uname -r\r\n5.3.0-28-generic\r\n<\/pre>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nrobotino@robotino:~$ dpkg --list|grep robotino\r\nii  robotino-api2              1.1.14   amd64        Robotino API2\r\nii  robotino-daemons           2.0.21   amd64        Middleware components for Robotino\r\nii  robotino-dev               1.0.3    amd64        Development libraries for Robotino\r\nii  robotino-smartsoft-common  2.5.3    amd64        Common files\r\nii  robotino-smartsoft-master  2.5.3    amd64        Fleet master files\r\nii  robotino-smartsoft-slave   2.5.3    amd64        Fleet slave files\r\nii  robotino-smartsoft-src     2.5.3    amd64        Source package of some components\r\n<\/pre>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nrobotino@robotino:~$ dpkg --list|grep realsense\r\nhi  librealsense2:amd64            2.28.0-0~realsense0.1512   amd64        Intel(R) RealSense(tm) Cross Platform API - runtime\r\nhi  librealsense2-udev-rules:amd64 2.28.0-0~realsense0.1512   amd64        Intel(R) RealSense(tm) Camera Capture API - udev rules\r\n<\/pre>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nsudo apt-get remove robotino-smartsoft-common\r\n# \u307e\u305a\u306f\uff0c\u958b\u767a\u95a2\u4fc2\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\uff0e\r\nsudo apt-get update\r\nsudo apt-get install -y subversion git gcc build-essential vim screen\r\n\r\n# \u8a00\u8a9e\u8a2d\u5b9a\r\nsudo update-locale LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8\r\n\r\n# \u6a19\u6e96\u306e\u30a8\u30c7\u30a3\u30bf\u3092vim \u306b\u5909\u66f4\r\nsudo update-alternatives --config editor\r\n\r\n# openCV \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\r\ncd ~\/Downloads\r\nwget https:\/\/raw.githubusercontent.com\/milq\/milq\/master\/scripts\/bash\/install-opencv.sh\r\nchmod +x install-opencv.sh\r\n.\/install-opencv.sh\r\n\r\n# RefBox \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\r\n# \u307e\u305a\u306f\uff0c\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\r\nsudo add-apt-repository ppa:timn\/clips\r\nsudo apt-get update\r\nsudo apt-get install -y libmodbus-dev libclips-dev clips libclipsmm-dev \\\r\n                     protobuf-compiler libprotobuf-dev libprotoc-dev \\\r\n                     libboost-all-dev libmodbus-dev \\\r\n                     libglibmm-2.4-dev libgtkmm-3.0-dev \\\r\n                     libncursesw5-dev libyaml-cpp-dev libavahi-client-dev\\\r\n                     libssl-dev libgecode-dev\\\r\n                     lib64ncurses5-dev cmake-curses-gui git\r\n\r\nsudo apt-get install -y cmake-curses-gui libmbedtls-dev gcc g++\r\ngit clone https:\/\/github.com\/FreeOpcUa\/freeopcua\r\ncd freeopcua\r\nccmake .\r\ncmake .\r\nmake\r\nsudo make install\r\nsudo apt-get install -y libxml2-dev dh-autoreconf\r\n.\/build.sh\r\n.\/configure\r\nmake\r\nsudo make install\r\n\r\n# ccache \u306e\u6709\u52b9\u5316\r\nsudo apt-get install ccache\r\ncat &lt;&lt;EOF &gt;&gt; .bashrc\r\nexport PATH=&quot;\/usr\/lib\/ccache:$PATH&quot;\r\nexport USE_CCACHE=1\r\nexport CCACHE_DIR=~\/.ccache\r\nexport set CC='ccache gcc'\r\nexport set CXX='ccache g++'\r\nEOF\r\nsource .bashrc\r\n\r\n#\r\ncd\r\nmkdir git\r\ncd git\r\ngit clone https:\/\/github.com\/wadaru\/view3\r\ngit clone https:\/\/github.com\/wadaru\/RefBox\r\ngit clone https:\/\/github.com\/wadaru\/BabyTigers\r\ncd RefBox\r\n.\/install-view3.sh\r\ncd ..\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u3057\u307e\u3063\u305f\uff0e \u30e1\u30a4\u30f3\u3067\u4f5c\u696d\u4e2d\u306eRobotion 3\u3067apt-get upgrade &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"more-link\" href=\"https:\/\/www.kdel.org\/wp\/?p=2346\"> <span class=\"screen-reader-text\">Robotino3 with 4.0.11-smartsoft-2.5.3.fsa<\/span> \u7d9a\u304d\u3092\u8aad\u3080 &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","footnotes":""},"categories":[3,2,9,17],"tags":[],"class_list":["post-2346","post","type-post","status-publish","format-standard","hentry","category-logistics-league","category-robocup","category-robotino-3","category-robview3"],"_links":{"self":[{"href":"https:\/\/www.kdel.org\/wp\/index.php?rest_route=\/wp\/v2\/posts\/2346","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kdel.org\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kdel.org\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kdel.org\/wp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kdel.org\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2346"}],"version-history":[{"count":7,"href":"https:\/\/www.kdel.org\/wp\/index.php?rest_route=\/wp\/v2\/posts\/2346\/revisions"}],"predecessor-version":[{"id":2353,"href":"https:\/\/www.kdel.org\/wp\/index.php?rest_route=\/wp\/v2\/posts\/2346\/revisions\/2353"}],"wp:attachment":[{"href":"https:\/\/www.kdel.org\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2346"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kdel.org\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2346"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kdel.org\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2346"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}