Turtlebot3新手教程:OpenCR软件设置(shell)

*本文针对如何利用脚本来更新固件进行讲解

具体步骤如下:

burger的固件更新

 

$ export OPENCR_PORT=/dev/ttyACM0

 

$ export OPENCR_MODEL=burger

 

$ 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 && cd ..

Turtlebot3新手教程:OpenCR软件设置(shell)

wafflewaffle pi的固件更新

 

$ export OPENCR_PORT=/dev/ttyACM0

 

$ export OPENCR_MODEL=waffle

 

$ 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 && cd ..

Turtlebot3新手教程:OpenCR软件设置(shell)

 

Turtlebot3新手教程:OpenCR软件设置(shell)

上一篇:在pandas进行行列取数时loc方法和iloc方法的切片问题


下一篇:mongodb与mysql相比的优缺点