🤖ROS
ROS Interface
มี ROS wrapper ให้นักพัฒนาเชื่อมต่อกับ ROS environment.ได้อย่างสะดวกสบาย แนะนำให้ใช้ ROS ร่วมกับ Raspberry Pi.
Using ROS on Raspberry Pi
ในปัจจุบัน แนะนำให้ติดตั้ง ROS โดยใช้ Docker
install docker on Raspberry Pi (ref)
prepare workspace
run the container
source files and build inside the container
run examples (see Examples for more)
Using ROS for remote control
ROS ถูกออกแบบมาเพื่อให้เหมาะสมกับการคำนวณแบบกระจาย ต่อไปนี้เป็นตัวอย่างง่ายๆ เกี่ยวกับวิธีการเรียกใช้โหนดบนเครื่องคอมพิวเตอร์ต่างกัน
on host machine (usually more powerful than Raspberry Pi)
run service node on Raspberry Pi
send command from host
Examples
using serial library
using ROS service
Last updated