Turtlebot3s.md
Instructions:
sudo apt-get remove tailscale sudo rm /var/lib/tailscale/tailscaled.state sudo nano /etc/hostname # change the hostname in this file from "roba" to your robot's name sudo reboot nowsudo apt-get install tailscale sudo tailscale up --authkey=ask-pito-for-codeexport OPENCR_PORT=/dev/ttyACM0 export OPENCR_MODEL=burger_noetic # or waffle_noetic if you have a waffle tb3 rm -rf ./opencr_update.tar.bz2 wget https://github.com/ROBOTIS-GIT/OpenCR-Binaries/raw/master/turtlebot3/ROS1/latest/opencr_update.tar.bz2 tar -xvf opencr_update.tar.bz2 cd ./opencr_update ./update.sh $OPENCR_PORT $OPENCR_MODEL.opencr
Last updated
Was this helpful?
