일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- turtlesim
- 오블완
- Simulation
- U-blox
- 터틀심
- GPS
- C++
- QT
- ubuntu
- 인공지능
- WSL
- GUI
- DevOps
- RTK
- Jetson
- ZED2
- Puck LITE
- ROS
- 젯슨
- Gazebo
- 강화학습
- WSL2
- ROS2
- 로봇
- SLAM
- turtlebot3
- Visual SLAM
- 자율주행
- 자율탐사
- 티스토리챌린지
- Today
- Total
목록공학 (95)
직관적인느낌
Gazebo 상에서 불러오는 로봇의 초기 위치 및 자세 변경 Hello, I launched a robot into my own gazebo world and noticed it was facing the wall, so i need to turn the robot 180° when initializing. But there is nothing said about the orientation, so i wonder what i need to add so that my robot faces the right direction when initiializedR, P, and Y stand for roll pitch and yaw. Yaw is what you want. Hence:link usage: spa..
자율주행 로봇 회사로 유명한 clearpath에서 로봇 구조를 공개했다. 로봇 개발자들에게는 도움이 될듯하다. 특징 1. PR2 Cable Drawings 2. PR2 Electrical Manufacturing Files 3. PR2 Schematics 4. PR2 CAD Files PR2 | Clearpath Robotics Documentation This page provides links to the design files for the PR2 robot, designed by Willow Garage. docs.clearpathrobotics.com
1. WLS2 설치 - Linux용 Windows 하위 시스템 Linux GUI 앱 실행 출처 WSL으로 Linux GUI 앱 실행 배포에서 패키지 업데이트 sudo apt update Gedit 설치 sudo apt install gedit -y GIMP 설치 sudo apt install gimp -y Nautilus 설치 sudo apt install nautilus -y VLC 설치 sudo apt install vlc -y X11 앱 설치 sudo apt install x11-apps -y 2. RQt 출처 Overview and usage of RQt — ROS 2 Documentation: Foxy documentation System setup - Installing From Debian ..

- 참고 AI로봇랩 1강) Windows WSL2에 ROS2 설치하기 WSL2를 설치하여 Ubuntu 20.04 사용하는 방법 "목차" 1. Windows 사양의 버전 확인(20H1보다 높은지 체크) 2. 최신 Windows 업데이트 3. WSL2 활성화 4. CHOCOLATEY 설치 5. Microsoft store에서 Ubuntu 검색, 설치 6. Ubuntu 셋팅 7. Ubuntu 업데이트 및 WSL 설치 1. Windows 사양의 버전 확인(20H1보다 높은지 체크) “검색” → “시스템” → “정보” → “Windows 사양” → “버전 확인” 2. 최신 Windows 업데이트 “검색” → “Windows 업데이트 설정” 3. WSL2 활성화 “검색” → “PowerShell” >> dism.e..
해당 과정은 melodic(18.04)을 기준으로 한다. 만약, Noetic(20.04)와 같은 버전으로 한다면, "melodic"이라고 언급된 부분을 "noetic"으로 변경해준다. melodic → noetic 출처 [ROS] ROS 설치 및 삭제 설치 - 터미널 창 생성 sudo sh -c 'echo "deb $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list' sudo apt install curl curl -s | sudo apt-key add - sudo apt update sudo apt install ros-melodic-desktop-full echo "source /opt/ros/melodic/setup.bash" >>..
강의 목차 -윈도우에서 우분투 설치하기 -우분투에 ROS 설치하기 -Turtlesim을 이용한 기초 개념 -Gazebo와 Rviz를 이용한 시뮬레이션
벨로다인 라이다 [Puck LITE] with Jetson 벨로다인 라이다 IP 설정 벨로다인 라이다(Velodyne Lidar - Puck LITE) 설정 및 테스트 (+ 벨로다인 ROS) - 1 벨로다인 라이다 [Puck LITE] with Jetson 라이다 연결 - Jetson Lidar Ethernet setting Settings → Network → Wired → edit IPv4 : IPv4 Method : "Method" → "Manual" Addresses Addresses : 192.168.1.100 Netmask : 255.255.255.0 Gateway : 0.0.0.0 lbj142632.tistory.com ROS Package Install Installing ROS depen..

벨로다인 라이다 [Puck LITE] with Jetson 라이다 연결 - Jetson Lidar Ethernet setting Settings → Network → Wired → edit IPv4 : IPv4 Method : "Method" → "Manual" Addresses Addresses : 192.168.1.100 Netmask : 255.255.255.0 Gateway : 0.0.0.0 Routes Use this connection only for resources on its network - “Check” (active) Apply Lidar setting sudo ifconfig eth0 192.168.3.100 eth0 : Your Ethernet of Lidar Lidar IP A..

roscore - Open new terminal rosrun turtlesim turtlesim_node - Turtlesim 창, 활성화 - Open new terminal rosrun turtlesim turtle_teleop_key - 방향키 조작을 통한 거북이 움직임 - Open new terminal rosrun rqt_graph rqt_graph - rqt_graph를 통해, 현재 실행된 노드간의 통신 연결 상태 확인 - Open new terminal rostopic echo /turtle1/cmd_vel - 방향키로 거북이를 움직일때 마다, ‘cmd_vel’ 메세지의 전달 내용을 확인 가능 - Open new terminal rosrun rqt_plot rqt_plot Topic 부분에 ..