일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- roslib
- error
- Linux
- rqt
- G++
- webots
- ax200
- darknet_ros
- turtlebot3
- Kinetic
- FreeCAD
- CuDNN
- Gazebo
- linetracing
- gcc
- ROS
- Installation
- RGB-D
- amcl
- 부분공간
- 촉각센서
- opencv
- 전이학습
- autorace
- YoLO
- ubuntu
- roslaunch
- turtlebot
- sources.list
- CUDA
- Today
- Total
목록전체 글 (408)
기술 성공, 실패 기록소
https://imflower.tistory.com/2808 파일질라 FileZilla 키파일 불러오기 안될 때 *.ppk 퍼티에서 만든 SSH PPK 파일 활용하기 FEAT.패전트 파일질라 실행하고 SFTP 접속시 기존에 퍼티 PuTTY 로 만든 *.ppk 파일을 불러 오려고 했는데 아무리 선택을 해도, 그리고 운영체제를 지우고 다시 깔아서 영문명을 바꿔도 경로에 한글이 전혀 들어 imflower.tistory.com
https://tonks.tistory.com/138 [ 자바스크립트 ] Math.floor() Math.floor() : 소수점 이하를 버림한다. Math.ceil() : 소수점 이하를 올림한다. Math.round() : 소수점 이하를 반올림한다. floor의 사전적 의미. 1. 가격이나 임금 등의 최저 한도액. A base or minimum level... tonks.tistory.com 소수점 이하를 버림한다.
http://blog.naver.com/PostView.nhn?blogId=mathesis_time&logNo=221519480508&categoryNo=25&parentCategoryNo=25&viewDate=¤tPage=1&postListTopCurrentPage=1&from=postView [파이썬 기초] 48 파이썬으로 파일 만들기 파이썬 코드로 텍스트 파일을 만들고, 그 안에 내용을 쓰고, 삭제하기를 해보겠습니다. [텍스트 파일 만들... blog.naver.com
https://stackoverflow.com/questions/4547274/convert-a-python-dict-to-a-string-and-back Convert a python dict to a string and back I am writing a program that stores data in a dictionary object, but this data needs to be saved at some point during the program execution and loaded back into the dictionary object when the progra... stackoverflow.com
https://vallhalla-edition.tistory.com/31 bash 기초 문법을 배워보자 - Hello World! 부터 함수와 반복문까지 이번 게시글에서는 UNIX나 Linux에서 기본 쉘로 많이 사용되는 bash 쉘에서 스크립트를 작성하는 방법에 대해 다루어 볼 것이다. 물론 bash 쉘 환경을 준비해 놓았다는 가정 아래에서이다. 참고로 글 vallhalla-edition.tistory.com
https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=mmarine&logNo=70094622832 Bash Script에서 사용하는 비교 연산자 정리 Bash Script에서 자주 사용하는 비교 연산자 [ 정수 비교 ] 연산자 의미 표현 -eq (같음) if [ $a -eq $b... blog.naver.com
https://brownbears.tistory.com/221 [Shell Script] if ... else 조건문 쉘 스크립트에 조건문을 사용하는 여러 방식이 있지만 그 중 한 가지 방식만 아래에서 소개합니다. 문법 if [조건문];then 내용 elif [조건문];then 내용 . . . else 내용 fi 예시 # test.sh #! /bin/.. brownbears.tistory.com 주의할점은 조건문에서 [ "$1" = "a" ] 처럼 대괄호 양쪽에 띄어쓰기를 해야하고 = 양옆으로도 띄어쓰기를 해야 에러가 안남.
https://eunguru.tistory.com/93 [UNIX / Linux] 권한 관리(chmod, chown, chgrp, umask) 접근 권한 변경(chmod) - chmod 명령: 기존 파일 또는 디렉토리에 대한 접근 권한(파일 모드)을 변경할 때 사용 - 파일 모드의 변경은 파일 소유자나 슈퍼 유저만 가능 - 파일 모드는 기호(문자)나 8진 eunguru.tistory.com
https://ostechnix.com/how-to-add-new-document-option-in-right-click-context-menu-in-ubuntu-18-04/ Add 'New Document' Option In Right Click Context Menu In Ubuntu 18.04 Here is an easy solution to add 'New Document' option in right click context menu in Ubuntu 18.04 LTS GNOME desktop edition. ostechnix.com