Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
|
First, install the Gazebo simulator:
Check Gazebo's official tutorial.
Next, build PX4 SITL to provide MAVLink translation plugin for Gazebo:
Additionally, build gazebo_bridge
for forwarding messages between Tenok
(serial) and Gazebo (TCP/IP):
After finishing the installation, launch Gazeobo simulator:
By the same time, launch Tenok
with QEMU:
The user should expect to see similar output as following:
Next, launch Gazeobo bridge with the serial path given by QEMU:
Finally, the simulation should start. Note that 115200
is the default baudate of the MAVLink port set by Tenok
.