일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ubuntu
- QT
- RTK
- GUI
- 로봇
- 티스토리챌린지
- 젯슨
- WSL2
- Visual SLAM
- 터틀심
- C++
- 강화학습
- ROS
- SLAM
- Simulation
- WSL
- U-blox
- 자율주행
- Gazebo
- 아두이노
- 인공지능
- 자율탐사
- ROS2
- GPS
- turtlebot3
- ZED2
- Puck LITE
- Jetson
- 오블완
- turtlesim
- Today
- Total
목록전체 글 (137)
직관적인느낌
Launch Simulation Package export TURTLEBOT3_MODEL=burger ros2 launch turtlebot3_gazebo empty_world.launch.py 에러 해결 출처 package 'turtlebot3_gazebo' not found, searching: ['/opt/ros/foxy'] Error, 에러 코드 Package 'turtlebot3_gazebo' not found: "package 'turtlebot3_gazebo' not found, searching: ['/opt/ros/foxy']" Error → Solution sudo apt install ros-foxy-turtlebot3-gazebo set env export TURTLEBOT3_MOD..
Simulation_turtlebot3 - Gazebo 출처 ROBOTIS e-Manual Install ROS on PC wget sudo chmod 755 ./install_ros2_foxy.sh bash ./install_ros2_foxy.sh Install Dependent ROS 2 Packages sudo apt-get install ros-foxy-gazebo-* sudo apt install ros-foxy-cartographer sudo apt install ros-foxy-cartographer-ros sudo apt install ros-foxy-navigation2 sudo apt install ros-foxy-nav2-bringup Install TurtleBot3 Packages..
ROS2 - Uninstall 출처 Ubuntu (Debian) — ROS 2 Documentation: Foxy documentation sudo apt remove ~nros-foxy-* && sudo apt autoremove sudo rm /etc/apt/sources.list.d/ros2.list sudo apt update sudo apt autoremove # Consider upgrading for packages previously shadowed. sudo apt upgrade
ROS2 공식 홈페이지 설치 과정 - 출처 Ubuntu (Debian) — ROS 2 Documentation: Foxy documentation Resources Status Page: ROS 2 Foxy (Ubuntu Focal): amd64, arm64 Jenkins Instance Repositories Set locale locale # check for UTF-8 sudo apt update && sudo apt install locales sudo locale-gen en_US en_US.UTF-8 sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 export LANG=en_US.UTF-8 locale # verify settings Set S..
Reference Controller Learning Method of Self-driving Bicycle Using State-of-the-art Deep Reinforcement Learning Algorithms DeepDeterministicPolicyGradient알고리즘을응용한자전거의자율주행제어 Self-Balancing and Autonomous Driving Control Method for Bicycle using Deep Reinforcement Learning 2. Preliminaries Related works MDP(Markov Decision Process) and Reinforcement Learning 강화학습? → 보상 값으로 부터 학습을 하는데 중점 (기계학습의 한 종..
Reference Controller Learning Method of Self-driving Bicycle Using State-of-the-art Deep Reinforcement Learning Algorithms DeepDeterministicPolicyGradient알고리즘을응용한자전거의자율주행제어 Self-Balancing and Autonomous Driving Control Method for Bicycle using Deep Reinforcement Learning 1. Introduction 강화학습 연구 사례 [4] J. Tan, Y. Gu, C. K. Liu, and G. Turk, “Learning bicycle stunts,” ACM Transactions on Graphics ..
나만의 시선으로 바라보기.