일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- file read
- file write
- 수도권주택공급
- 프리미어 영상변환
- lua interpreter
- 국토교통부
- #신혼부부 #결혼준비 #신혼부부희망타운신혼부부특별공급
- lua for windows
- 중소규모택지
- meta table
- TCP/IP
- file open
- 등록임대주택
- #부동산전자거래 #부동산전자계약 #부동산계약 #부동산전자계약방법 #부동산전자계약하는법 #부동산계약방법 #부동산중개수수료 #부동산중개수수료아끼기 #부동산복비아끼기
- 티몬삼겹살데이
- 월세
- lua setup
- 엑스퍼트생일축하해
- QTcpServer
- Lua
- C API
- object
- QT TCP
- 엑스퍼트2주년
- lua install
- 청량리역한양수자인192
- C++ API
- FILE TRANSFER
- 찾다죽는줄
- 프리미어 영상저장
- Today
- Total
Value Creator의 IT(프로그래밍 / 전자제품)
ROS2 필수 소프트웨어 설치 본문
sudo apt update && sudo apt install -y \
> build-essential \
> cmake \
> git \
> libbullet-dev \
> python3-colcon-common-extensions \
> python3-flake8 \
> python3-pip \
> python3-pytest-cov \
> python3-rosdep \
> python3-setuptools \
> python3-vcstool \
> wget
python3 -m pip install -U \
> argcomplete \
> flake8-blind-except \
> flake8-builtins \
> flake8-class-newline \
> flake8-comprehensions \
> flake8-deprecated \
> flake8-docstrings \
> flake8-import-order \
> flake8-quotes \
> pytest-repeat \
> pytest-rerunfailures \
> pytest
'>'는 생략하고 입력한다.
you should input
soruce /opt/ros/galactic/setup.bash <- in the sudo gedit ~/.bashrc
gedit ~/.bashrc
alias cw='cd ~/robos_ws'
alias cs='cd ~/robot_ws/src'
alias ccd='colcon_cd'
alias cb='cd ~/robot_ws && colcon build --symlink-install'
alias cbs='colcon build --symlink-install'
alias cbu='colcon build --symlink-install --packages-select'
alias ct='colcon test'
alias ctp='colcon test --packages-select'
alias ctr='colcon test-result'
alias rt='ros2 topic list'
alias re='ros2 topic echo'
alias rn='ros2 node list'
alias killgazebo='killall -9 gazebo & killall -9 gzserver & killall -9 gzclient'
alias af='ament_flake8'
alias ac='ament_cpplint'
alias testpub='ros2 run demo_nodes_cpp talker'
alias testsub='ros2 run demo_nodes_cpp listener'
alias testpubimg='ros2 run image_tools cam2image'
alias testsubimg='ros2 run image_tools showimage'
'1. 프로그래밍 > 7) 리눅스 우분투' 카테고리의 다른 글
Ubuntu 18.04에 RTX 3060 지원 드라이버 설치(cuda toolkit 포함) (3) | 2021.03.27 |
---|