ROS.Taiwan 造訪社團 » EX

原文網址 Jheng Chen-Wei
2020-02-27 23:59:36

我今天嘗試的用Mac OS 10.15 安裝 ROS2.0 Eloquent

根據這個網站安裝 https://index.ros.org/…/Ins…/Eloquent/OSX-Development-Setup/

可是在執行. ~/ros2_eloquent/install/setup.bash 設置環境時,卻出現

not found: "/Users/XXX/ros2_eloquent/local_setup.bash"

請問有人有遇過相同問題嗎?

Jheng Chen-Wei
2020-02-28 00:23:29

更新資訊:
結果我試著下
. /Users/XXX/ros2_eloquent/install/local_setup.sh …… 查看更多


原文網址 Yuhong Lin
2020-02-06 22:30:07

A FREE live class to learn how to use ROS with Python3. The goal of this class is to learn how to execute a ROS program that requires the use of some libraries that only exist for Python 3.

翻譯年糕


原文網址 陳映華
2019-12-20 18:27:07

各位先進好,想請教大家一個問題。

關於為何ROS1無法部屬在RTOS的系統上?

根據論文"(2016)Exploring the performance of ROS2"中提到,ROS1傳輸訊息的方式是透過TCPROS/UDOROS,ROS 2則是使用DDS。

我可以理解為是因為兩者的訊息傳遞的通訊架構不同才導致的嗎?既使今天Linux裡有逐步實現posix相容,但TCPROS沒有使用到,所以沒辦法達成real-time嗎?

一直在想要如何用更白化的方式解釋,但有點卡,感謝大家:)

陳怡宏
2019-12-20 22:43:14

我記得linux可以用打plugin的方式達到soft-real-time,而ros1也可以裝。這部分的研究我記得這社團裡有社員(還有jserv老師)做過,搜尋應該可以找到共筆

https://answers.ros.org/....../standard-way-to-use....../

Jotarun Lin
2019-12-21 04:57:40

方法很多 總之沒人規定用ROS就一定要用他的通訊 ?


原文網址 陳怡宏
2019-11-06 01:52:02

猶記得今年舉辦的ROS 2.0 技術論壇中,有聽到Microsoft在發表的最後面短短的說了一句,未來微軟會讓vscode更加支援ROS

然後從今年尾開始,在vscode中的ROS plugin功能性開始大增!

截至目前為止,新增了幾項方便的功能: 可視化URDF: 你可以直接在vscode中即時的看你的urdf檔案呈現的3d外型如何
直接針對單個節點(rosrun)設中斷點debug 對roslaunch啟動的節點設中斷點debug
尤其是後面2點,改進了ros很難debug的問題XD
(以前只能用GDB之類的東西,學習難度不低....)

感恩微軟~讚嘆微軟~
請參考連結: [1] https://marketplace.visualstudio.com/items?itemName=ms-iot.vscode-ros

[2] https://github.com/ms-iot/vscode-ros/blob/master/doc/debug-support.md#launch
[3] https://discourse.ros.org/t/updating-the-vs-code-extension-for-ros-to-0-6-1/11231

陳怡宏
2019-11-06 01:55:53

PS: 如果從去年就有開始使用vscode+ros plugin開發的朋友,記得移除舊的,安裝新的,專案已經移到Microsoft下了

郭有迪
2019-11-07 08:13:50

中斷點也太讚了吧
現在都用ROS 巨集來努力顯示XD


原文網址 Yuhong Lin
2019-09-05 21:45:05

[Robot Exploration] How Can a Robot Create a Map Autonomously

翻譯年糕

黃昭霖
2019-09-06 06:19:25

Yuhong Lin when is the exact streaming time? I want to stay tuned!


原文網址 Jheng Chen-Wei
2019-08-05 14:12:40

Ros2 安裝在Mac OS Mojave有些問題想請教

我依照https://index.ros.org//doc/ros2/Installation/Crystal/OSX-Install-Binary/

安裝,但執行ros2 run demo_nodes_cpp talker時他會發出警告

dyld: Library not loaded: /usr/local/opt/poco/lib/libPocoFoundation.60.dylib

Referenced from: /Users/chenwei/ros2-osx/lib/librosidl_typesupport_c.dylib

Reason: image not found

然後我到路徑裡面尋找,發現只有libPocoFoundation.62.dylib,沒有libPocoFoundation.60.dylib

所以我猜需要將poco的版本降下來,可是我發現我不會用brew 降版本,有哪位大大知道嗎?

郭俊志
2019-08-15 10:32:13

有試著跑過在虛擬機(廢話XD),剛剛試了docker也成功在mac上開發,不過用不習慣XD可以參考看看
https://github.com/ARG-NCTU/jupyter-ros

郭俊志
2019-08-15 10:43:03

brew 要降版本,只能安裝brew有支持的,打brew search <pkg_name> 看版本,沒有舊版的就只能自己下載compile。
opencv@3 預設是 3.4.5,其他版本就要自己編譯囉


原文網址 鄭博駿
2019-07-07 17:25:11

各位您好,想詢問關於執行uvc_cam時出現Setting exposure is not supported Setting gain is not supported,該如何排除呢?

鄭浩恩
2019-07-10 08:35:31


原文網址 Yuhong Lin
2019-07-01 17:38:50

本週直播 #62: Visualizing a Robot URDF in RViz (LIVE on July 2) http://www.theconstructsim.com/ros-developers-live-class-d…/

Visualizing the status of the URDF you are building is a big help when trying to build complex robots.

In this class, you will learn how to use RViz to visualize your URDF at each step of the development of the model, so you can detect errors quickly and correct them.

翻譯年糕


原文網址 Ryan Chen
2019-06-01 11:12:45

ROS 2 Dashing Diademata 正式釋出!
(第一個LTS版本)

安裝: https://index.ros.org/…/Inst…/Dashing/Linux-Install-Debians/

(安裝並切換至其他DDS implementation, e.g. ADLINK OpenSplice):
sudo apt install ros-dashing-rmw-opensplice-cpp
RMW_IMPLEMENTATION=rmw_opensplice_cpp

介紹:
https://index.ros.org/…/ros2/Rel…/Release-Dashing-Diademata/


原文網址 Yuhong Lin
2019-05-07 17:09:49

ROS開發者大會2019 http://rosdevcon.com
介紹:
The ROSDevCon 2019 is a hands-on online conference for ROS developers. The conference aims to connect ROS developers around the world without geographical restrictions and to advance ROS levels through real-time practice.

During the conference, all participants will practice in real-time on any type of computer while the speakers are presenting. With a ready-made ROSject, participants will be able to launch the robot simulation, access the project's code, start developing control algorithms...without any previous setup. All the participants will have

- Access to the conference LIVE streaming
- Full access to the ROS Development Studio (ROSDS) for programming
- Full access to the online chat tool with all participants and ROS experts
- Access to ROSjects (containing simulations, packages with pre-defined code)
- An e-book of ROS2 Basics
- Access to the video recording

翻譯年糕