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 | 31 |
Tags
- QT
- Puck LITE
- turtlebot3
- Gazebo
- 젯슨
- RTK
- SLAM
- 강화학습
- ZED2
- ROS2
- 터틀심
- WSL2
- Simulation
- 티스토리챌린지
- GPS
- C++
- U-blox
- GUI
- Visual SLAM
- 인공지능
- 자율탐사
- WSL
- 오블완
- DevOps
- 로봇
- ubuntu
- turtlesim
- ROS
- 자율주행
- Jetson
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