일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- aes ctr
- build:12
- build 에러
- geth 설치 에러
- aes-ctr
- Linux
- ethereum
- ouster
- ros
- ousterstudio
- catkin_make
- LIDAR
- aes decrypt
- c언어로 쉽게 풀어쓴 자료구조
- gcc 실행
- c
- 시스템프로그래밍
- aes-128-ctr
- geth 설치 안됨
- ar과 make 사용법
- floyld
- gcc를 사용한 컴파일 예제
- studio
- OS1
- aes_ctr
- error
- aes ctr decrypt
- build:15
- gcc
- geth 설치
- Today
- Total
목록ros (2)
CODERJH
아래 과정 중에는 ROS가 필수적으로 설치 되어 있어야 함. (Melodic or Noetic) 사전 설치 필요 패키지 sudo apt install -y ros-$ROS_DISTRO-pcl-ros ros-$ROS_DISTRO-rviz # $ROS_DISTRO는 설치한 ROS version 명을 대체하면 됨(Melodic or Noetic) sudo apt install -y build-essential libeigen3-dev libjsoncpp-dev libspdlog-dev libcurl4-openssl-dev cmake ROS 설치 과정 mkdir -p catkin_ws/src && cd catkin_ws/src git clone --recurse-submodules https://github.c..
Ouster OS1-32-U 모델 ROS Sensor Mode 과정 중 발생 에러 # 센서모드 동작 시 사용 roslaunch ouster_ros driver.launch sensor_hostname:=os-600000000000.local # sensor_hostname 부분은 기기 상단의 센서 일련번호 아래와 같은 에러 발생 RLException: [driver.launch] is neither a launch file in package [ouster_ros] nor is [ouster_ros] a launch file name The traceback for the exception was written to the log file 해결 방법 source devel/setup.bash roslau..