코딩 및 기타

세팅

정지홍 2025. 5. 12. 13:20
sudo apt install gnome-tweaks gnome-shell-extension-manager

 

sudo apt update
sudo apt upgrade -y

wget -O- https://packages.microsoft.com/keys/microsoft.asc | sudo gpg --dearmor | sudo tee /usr/share/keyrings/vscode.gpg

echo deb [arch=amd64 signed-by=/usr/share/keyrings/vscode.gpg] https://packages.microsoft.com/repos/vscode stable main | sudo tee /etc/apt/sources.list.d/vscode.list

sudo apt update

sudo apt install code
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

sudo apt install ./google-chrome-stable_current_amd64.deb

 

echo "source /opt/ros/humble/setup.bash" >> ~/.bashrc

sudo apt install python3-colcon-common-extensions

 

https://docs.ros.org/en/humble/Installation/Ubuntu-Install-Debs.html

 

Ubuntu (deb packages) — ROS 2 Documentation: Humble documentation

You're reading the documentation for an older, but still supported, version of ROS 2. For information on the latest version, please have a look at Jazzy. Ubuntu (deb packages) Table of Contents Deb packages for ROS 2 Humble Hawksbill are currently availabl

docs.ros.org

 

 

https://gazebosim.org/docs/harmonic/install_ubuntu/

 

Binary Installation on Ubuntu — Gazebo harmonic documentation

Binary Installation on Ubuntu Harmonic binaries are provided for Ubuntu Jammy (22.04) and Ubuntu Noble (24.04). The Harmonic binaries are hosted in the packages.osrfoundation.org repository. To install all of them, the metapackage gz-harmonic can be instal

gazebosim.org

 

sudo bash -c "echo 'blacklist nouveau' > /etc/modprobe.d/blacklist-nouveau.conf"
sudo bash -c "echo 'options nouveau modeset=0' >> /etc/modprobe.d/blacklist-nouveau.conf"
sudo update-initramfs -u


sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update

 

sudo apt install ros-humble-turtlebot4-base ros-humble-turtlebot4-bringup ros-humble-turtlebot4-cpp-tutorials ros-humble-turtlebot4-description ros-humble-turtlebot4-desktop ros-humble-turtlebot4-diagnostics ros-humble-turtlebot4-navigation ros-humble-turtlebot4-python-tutorials ros-humble-turtlebot4-setup ros-humble-turtlebot4-simulator ros-humble-turtlebot4-tutorials ros-humble-turtlebot4-viz

'코딩 및 기타' 카테고리의 다른 글

Time-to-Collision ( TTC )  (1) 2025.05.26
Linear Quadratic Regulator (LQR)  (0) 2025.05.12
[matlab] rrt구현  (0) 2025.05.09
[matlab] plannerRRT , plannerRRTStar  (0) 2025.05.07
Rotations, Orientation, and Quaternions  (0) 2025.05.06