반응형

ROS2 4

[Dashing][CLI Tools] 8. Using rqt_console

이 글은 아래의 자료를 참고로 만들어졌습니다. docs.ros.org/en/dashing/Tutorials/Rqt-Console/Using-Rqt-Console.html Using rqt_console — ROS 2 Documentation: Dashing documentation Goal: Get to know rqt_console, a tool for introspecting log messages. rqt_console is a GUI tool used to introspect log messages in ROS 2. Typically, log messages show up in your terminal. With rqt_console, you can collect those messages ove..

[Dashing][CLI Tools] 6. Understanding ROS 2 parameters

이 글은 아래의 자료를 참고로 만들어졌습니다. docs.ros.org/en/dashing/Tutorials/Parameters/Understanding-ROS2-Parameters.html Understanding ROS 2 parameters — ROS 2 Documentation: Dashing documentation Goal: Learn how to get, set, save and reload parameters in ROS 2. A parameter is a configuration value of a node. You can think of parameters as node settings. A node can store parameters as integers, floats, boolean..

[Dashing][CLI Tools] 1. Configuring your ROS 2 environment

이 글은 아래의 자료를 참고로 만들어졌습니다. docs.ros.org/en/dashing/Tutorials/Configuring-ROS2-Environment.html Configuring your ROS 2 environment — ROS 2 Documentation: Dashing documentation Sourcing ROS 2 setup files will set several environment variables necessary for operating ROS 2. If you ever have problems finding or using your ROS 2 packages, make sure that your environment is properly setup using the fol..

[Dashing] 0. ROS 2 Dashing 개요 및 설치

이번 시간에는 [ROS2 Tutorial 따라하기]에 대한 overview에 대해 이야기 해보겠습니다. 1. ROS 2 버전 선택 ROS의 버전마다 요구되는 운영체제(OS) 버전이 다릅니다. 각 버전에 대한 운영체제는 아래의 링크를 통해 확인할 수 있습니다. https://jstar0525.tistory.com/44 [ROS 2] ROS 2 Distributions과 Supported Platforms 이번에는 ROS 2 distribution과 그에 대한 Supported Paltforms을 정리해보겠습니다. 0. Overview What is a Distribution? ROS distribution이란 버전화된 ROS packages의 모음입니다. Linux distributions (e.g... ..

반응형