Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ROS
- QT
- Gazebo
- SLAM
- 자율주행
- GPS
- 오블완
- ROS2
- ZED2
- WSL2
- 젯슨
- 인공지능
- Puck LITE
- turtlebot3
- Jetson
- 강화학습
- DevOps
- U-blox
- turtlesim
- 자율탐사
- 로봇
- Visual SLAM
- WSL
- 티스토리챌린지
- 터틀심
- Simulation
- ubuntu
- GUI
- RTK
- C++
Archives
- Today
- Total
목록UTM 변환 (1)
직관적인느낌
UTM좌표계 변환 - U-blox, RTK - GPS 사용 (with ROS)
LLA to UTM패키지 설치 1. 패키지 설치 2. 소스 파일 수정 3. coordinate_convertion.launch 파일 수정 4. geographiclib 설치 5. 빌드 6. 실행 1. 패키지 설치 cd ~/catkin_ws/src/ublox_f9p/ git clone 2. 소스 파일 수정 💡 ~/catkin_ws/src/ublox_f9p/ROS-UTM-LLA/src에 위치한 convert_ndt2lla.cpp 의 41 line 을 수정해주자. # ros::Subscriber sub2 = n.subscribe("/gps/fix",1000,&ULConverter::GPSCallback, &con); //수정 전 ros::Subscriber sub2 = n.subscribe("/ublox_gp..
공학/시스템 설치 및 설정
2023. 3. 23. 11:55