ROS 2 - ODROID-C4(Single Board Computer) 설정
sudo apt-get update && sudo apt-get upgradeLast updated
sudo apt-get update && sudo apt-get upgradeLast updated
wget https://raw.githubusercontent.com/ntrexlab/ROS_INSTALL_SCRIPT/main/install_ros2_foxy_c4.sh && chmod 755 ./install_ros2_foxy_c4.sh && bash ./install_ros2_foxy_c4.shcd ~/colcon_ws/src/
git clone https://github.com/ntrexlab/STELLA_ODROID_C4_ROS2.git
cd ~/colcon_ws/src/STELLA_ODROID_C4_ROS2/stella_teleop_bluetooth/stella_teleop_bluetooth/
chmod +x stella_teleop_bluetooth.pycd ~/colcon_ws
colcon build --symlink-installsudo nano /media/boot/config.ini
#해당 부분을 찾아 다음과 같이 수정
overlay_resize=16384
overlay_profile=
overlays="uart0 uart1 uart2 uart3" sudo rebootcd ~/colcon_ws/src/STELLA_ODROID_C4_ROS2/stella_bringup
sh create_udev_rules.sh
ls -la /dev/ sudo apt-get install ntpdate
sudo ntpdate ntp.ubuntu.com(원격 PC에서)$ ssh odroid@[ODROID-C4의 ip주소]