원격 PC 설정
wget https://raw.githubusercontent.com/ntrexlab/ROS_INSTALL_SCRIPT/main/install_ros_melodic.sh&& chmod 755 ./install_ros_melodic.sh && bash ./install_ros_melodic.sh



Last updated
wget https://raw.githubusercontent.com/ntrexlab/ROS_INSTALL_SCRIPT/main/install_ros_melodic.sh&& chmod 755 ./install_ros_melodic.sh && bash ./install_ros_melodic.sh



Last updated
sudo apt-get install ros-melodic-teleop-twist-keyboard ros-melodic-amcl ros-melodic-map-server ros-melodic-move-base ros-melodic-urdf ros-melodic-xacro ros-melodic-rqt-image-view ros-melodic-navigation ros-melodic-cartographer*cd ~/catkin_ws/src/
git clone https://github.com/ntrexlab/STELLA_REMOTE_PC_WLKATA.gitcd ~/catkin_ws/src/STELLA_REMOTE_PC_WLKATA/aruco_block_pose_publisher/src
chmod +x aruco_block_pose_publish.py
cd ~/catkin_ws/src/STELLA_REMOTE_PC_WLKATA/color_block_pose_publisher/src/
chmod +x color_block_pose_publish.py
cd ~/catkin_ws/src/STELLA_REMOTE_PC_WLKATA/grab_publisher/src/
chmod +x grab_publish.py
cd ~/catkin_ws/src/STELLA_REMOTE_PC_WLKATA/stella_color_block_detection/scripts/
chmod +x stella_color_block_detection.py
cd ~/catkin_ws/src/STELLA_REMOTE_PC_WLKATA/stella_teleop/src/
chmod +x stella_teleop_key.py
cd ~/catkin_ws/src/STELLA_REMOTE_PC_WLKATA/wlkata_teleop/src/
chmod +x wlkata_teleop_key.py
cd ~/catkin_ws
catkin_makeifconfigsudo gedit ~/.bashrc #마지막 줄에 아래 코드 추가
export ROS_MASTER_URI=http://[원격 PC의 ip주소]:11311
export ROS_HOSTNAME=[원격 PC의 ip주소]source ~/.bashrc
cd catkin_ws
source devel/setup.bash