일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- G++
- RGB-D
- amcl
- autorace
- YoLO
- Gazebo
- ROS
- error
- Linux
- darknet_ros
- roslaunch
- 부분공간
- 전이학습
- Kinetic
- ax200
- rqt
- Installation
- roslib
- webots
- turtlebot
- 촉각센서
- turtlebot3
- ubuntu
- CUDA
- FreeCAD
- opencv
- CuDNN
- linetracing
- sources.list
- gcc
- Today
- Total
목록전체 글 (408)
기술 성공, 실패 기록소
https://askubuntu.com/questions/780626/terminal-wont-launch-ubuntu-16-04 Terminal won't launch (Ubuntu 16.04) A weird thing happened today: I clicked on the terminal icon and it didn't launch - just blinked and disappeared. If I press Ctrl+Alt+T, it won't launch. I tried to launch a light terminal by press... askubuntu.com In my case I upgraded python3.5 to python3.6. For that workaround run xte..
https://jimnong.tistory.com/677 우분투 삭제 방법(듀얼부팅에서 윈도우만 남기기) 우분투 리눅스 다운로드 방법(Desktop 버전) 우분투 리눅스 설치용 USB 만드는 법(윈도우에서) 우분투 리눅스 설치용 USB 만드는 법(Ubuntu 16.04 에서) 우분투 리눅스 듀얼부팅 설치방법 정리(윈도우10 jimnong.tistory.com
https://intuitive-robotics.tistory.com/95 Ubuntu 16.04 python 3.6 설치 Ubuntu 16.04을 설치하고 다음의 절차를 통해 python3 (python 3.6)을 설치하시길 바랍니다. 1. python 설치 sudo apt-get install python3 // python3 설치 sudo apt-get update // ubuntu 업데이트 sudo apt-get.. intuitive-robotics.tistory.com
https://log-laboratory.tistory.com/339 [python] pandas Dataframe inplace 옵션 예제 pandas Dataframe의 inplace 옵션에 해서 알아보자. inplace 옵션은 drop과 같은 주요 메소드들이 가지고 있으며, 디폴트 값은 False이다. inplace 옵션이 False이면, 명령어를 실행 한 후 메소드가 적용된 데이 log-laboratory.tistory.com
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.values.html pandas.DataFrame.values — pandas 1.2.4 documentation Return a Numpy representation of the DataFrame. Only the values in the DataFrame will be returned, the axes labels will be removed. The dtype will be a lower-common-denominator dtype (implicit upcasting); that is to say if the dtypes (even of numeric types ..
https://stml.tistory.com/26 [pandas] drop - row나 column을 삭제하기 drop 메서드를 이용하면 선택한 값이 삭제된 새로운 객체를 얻을 수 있음. DataFrame에서는 row와 column 두가지 모두 삭제 가능. stml.tistory.com
webnautes.tistory.com/1423 Windows 10에 CUDA와 cuDNN, Tensorflow 설치하기 Windows 10에 CUDA Toolkit와 cuDNN, Tensorflow를 설치하는 방법을 다룹니다. 2020. 6. 21 최초 작성. 2020. 8. 8 CUDA Toolkit 버전 확인 방법 수정 2021. 1. 11 Windows 10에 CUDA Toolkit 11.0 cuDNN 8 Tensor.. webnautes.tistory.com
xero.tistory.com/80 윈도우 10 자동 업데이트 끄기 참고사항 : 1. 윈도우10 홈 사용자의 경우 그룹정책편집기 활성화 필요(윈도우10 프로 사용자는 해당없음) issue-in.com/gpedit 사이트 참고 또는 아래 스크립트 @echo off pushd “%~dp0” dir /b %SystemRoot%\s.. xero.tistory.com issue-in.com/gpedit/ Gpedit.msc 없음, 실행 안됨 설치방법 - 초간단(2가지) | 잇슈-인 Gpedit.msc가 파일 없음 으로 인한 실행 불가에 따른 설치 방법을 알려드립니다. 초 간단한 설치방법 이외 가이드 해드리오니 따라오시면 누구나 가능합니다.! issue-in.com
wiki.ros.org/tf/Tutorials/Time%20travel%20with%20tf%20%28C%2B%2B%29 tf/Tutorials/Time travel with tf (C++) - ROS Wiki Note: This tutorial assumes you have completed the tf and time (Python) (C++) tutorials. Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of you wiki.ros.org 팔로봇에서 로봇이 ..
answers.ros.org/question/243179/whats-the-diff-between-rospytime0-and-rospytimenow/ what's the diff. between rospy.Time(0) and rospy.Time.now()? - ROS Answers: Open Source Q&A Forum what's the diff. between rospy.Time(0) and rospy.Time.now()? edit rospy.Time(0) 这是什么含义? 跟rospy.Time.now() 有啥区别? Hi, I'm learning tf and time at this link and I'm confused about the different between rospy.Time(0) and..