일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- topic
- C++
- mariaDB
- 반복문
- 토픽
- 데이터 베이스
- Linux
- 환경설정
- JungOl
- 오늘도 우라라
- 마리아 DB
- LeetCode
- 프로그래밍
- 등차수열
- 그랑사가
- 우분투
- Subscribe
- 기초
- 오늘도 우라라 펫
- install opencv-4.4.0 on ubuntu 22.04
- ubuntu
- ros
- while
- publish
- 리눅스
- MSG
- C언어
- 오늘도 우라라 펫 공략
- 오늘도 우라라 공략
- mysql
- Today
- Total
하루의 쉼터
[기본 Tools] ros2 log 기록을 위한 rqt_console 사용법 본문
OutLine :
ros2 log 기록을 위한 rqt_console 사용법 익혀보기
본문 :
1. RCLCPP_INFO, RCLCPP_DEBUG, RCLCPP_WARN… 등으로 소스 상에서 출력을 해야됨.
RCLCPP_INFO(rclcpp::get_logger("rclcpp"), "Incoming request\na: %ld" " b: %ld",
request->a, request->b);
Writing a simple service and client (C++) — ROS 2 Documentation: Foxy documentation
You're reading the documentation for a version of ROS 2 that has reached its EOL (end-of-life), and is no longer officially supported. If you want up-to-date information, please have a look at Iron. Writing a simple service and client (C++) Goal: Create an
docs.ros.org
2. ROS2 환경 설정 - 설치, rqt_console 설치 , 도메인 아이디 설정 등
3. rqt_console 구동
ros2 run rqt_console rqt_console
4. 필요한 노드 실행
5. 제외할 노드 설정

6. Save를 통하여 저장(csv)

7. 필요시 저장한 csv 파일을 load로 불러오면 볼 수 있음.
Reference :
https://docs.ros.org/en/foxy/Concepts/About-Logging.html
About logging and logger configuration — ROS 2 Documentation: Foxy documentation
You're reading the documentation for a version of ROS 2 that has reached its EOL (end-of-life), and is no longer officially supported. If you want up-to-date information, please have a look at Iron. About logging and logger configuration The logging subsys
docs.ros.org