일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- darknet_ros
- opencv
- error
- Linux
- 부분공간
- Installation
- webots
- FreeCAD
- roslaunch
- YoLO
- RGB-D
- Gazebo
- CUDA
- ubuntu
- rqt
- Kinetic
- gcc
- 촉각센서
- turtlebot3
- linetracing
- CuDNN
- sources.list
- ROS
- G++
- amcl
- 전이학습
- ax200
- roslib
- turtlebot
- autorace
- Today
- Total
목록전체 글 (408)
기술 성공, 실패 기록소
md2biz.tistory.com/311 주식용어 BPS(주당순자산) PBR(주가순자산비율) 뜻 살펴보기 오늘은 주식투자할 때 현재의 기업가치를 살펴볼 수 있는 두가지 지표에 대해 알아보려고 합니다. 바로 BPS과 PBR 입니다. (비슷한 용어인 EPS와 PER도 이어서 포스팅할 예정입니다 ^^) BPS(Book-value Per md2biz.tistory.com BPS (Book Value Per Share) 주당 순 자산가치 BPS = 기업의 현재 순 자산 / 총발행 주식 수
elevenbuilding.tistory.com/entry/%EC%9B%8C%EB%A0%8C%EB%B2%84%ED%95%8F%EC%9D%B4-%EC%83%9D%EA%B0%81%ED%95%98%EB%8A%94-%EC%A0%81%EC%A0%95-PER%EA%B3%BC-%EB%A7%A4%EC%88%98-%EB%A7%A4%EB%8F%84-%ED%83%80%EC%9D%B4%EB%B0%8D 워렌버핏이 생각하는 적정 PER과 매수 매도 타이밍 워렌버핏이 생각하는 적정 PER과 매수 매도 타이밍 가치투자의 대가 버핏은 기업의 적정 PER은 12~15정도라고 하였습니다. 그리고 PER이 30을 넘어가면 거품이 생긴 시점이라고 하였습니다. 이 말은 elevenbuilding.tistory.com 워렌버핏 PER 12~15..
mingrammer.com/understanding-the-asterisk-of-python/ 파이썬의 Asterisk(*) 이해하기 파이썬은 타 언어에 비해 비교적 연산자 및 연산의 종류가 풍부한 편이다. 특히 파이썬이 지원하는 많은 연산자중 하나인 **Asterisk(*)**는 단순히 곱셈 mingrammer.com
seulcode.tistory.com/245 파이썬에서 실행 시간 체크하기 (check executed time in python) 파이썬에서 몇만개가 되는 쿼리를 순회하는 등 시간이 오래 걸리는 작업을 하면 항상 얼마가 걸렸는지 정확히 파악하기 어렵다. 그래서 executed time을 체크하는 방법을 찾아보았다. 방법은 매우 seulcode.tistory.com
stackoverflow.com/questions/31369934/ros-publishing-array-from-python-node ROS publishing array from python node I'm new to ros+python and i'm trying to publish a 1-D array from python ros node. I used Int32MultiArray but i cant understand the concept of layout in multiarray. Can anyone explain it to me? or is stackoverflow.com
answers.ros.org/question/44584/frames-definition-odom-and-map/ Frame's definition (/odom and /map) - ROS Answers: Open Source Q&A Forum Frame's definition (/odom and /map) edit Hi, I cannot understand the difference between the frame "/odom" and "/map". I've already read here -> http://ros.org/reps/rep-0105.html#map however, I couldn't understand. It seems like the same frame. Could you ex answe..
stackoverflow.com/questions/39287901/how-to-show-my-own-robot-model-in-ruiz How to show my own robot model in Ruiz? I just get a question recently. Now I have got the URDF and STL file for my robot and I want to show it in the Rviz. How can I achieve this? Thank you! stackoverflow.com
wiki.ros.org/Packages#Client_Library_Support Packages - ROS Wiki Software in ROS is organized in packages. A package might contain ROS nodes, a ROS-independent library, a dataset, configuration files, a third-party piece of software, or anything else that logically constitutes a useful module. The goal of these packages wiki.ros.org
github.com/Slamtec/rplidar_ros Slamtec/rplidar_ros Contribute to Slamtec/rplidar_ros development by creating an account on GitHub. github.com github.com/robopeak/rplidar_ros/wiki robopeak/rplidar_ros Contribute to robopeak/rplidar_ros development by creating an account on GitHub. github.com roslaunch rplidar_ros view_rplidar_s1.launch (for RPLIDAR S1) +에러 Operation time out lidar github.com/Slam..
## Download the SDK from repository $ cd ~/Desktop $ git clone --recursive https://github.com/microsoft/Azure-Kinect-Sensor-SDK.git $ cd Azure-Kinect-Sensor-SDK $ git checkout release/1.3.x ## Dependencies $ sudo dpkg --add-architecture amd64 $ sudo apt update $ sudo add-apt-repository ppa:ubuntu-toolchain-r/test $ sudo apt-get update $ sudo apt-get install gcc-4.9 $ sudo apt-get upgrade libstdc..