ROS 1 - STELLA N1 UI 이용 구동
sudo apt-get install python-pip
pip install psutil
sudo apt-get install sshpasscd ~/catkin_ws/src/
git clone https://github.com/ntrexlab/STELLA_UI.git
cd ~/catkin_ws/src/STELLA_UI/scripts/
chmod +x stella_ui_dialog.pyc
cd ~/catkin_ws/
catkin_makeroslaunch stella_ui stella_ui.launch



Last updated