-
Notifications
You must be signed in to change notification settings - Fork 129
Stereo IMU OVC3
Fernando Cladera edited this page Jul 27, 2021
·
7 revisions
The sensor acts as a network interface in the host computer. Upon connection, the OVC will create a new network interface and provide an IP to the host computer in the network 10.0.1.0/24 (for instance 10.0.1.2). Afterwards, the node will start streaming ROS topics to the main computer.
The OVC3 expects an NTP server on the host side to synchronize its clock with the host. Thus, NTP should be set up in the Jetson/NUC. We will use chrony as our NTP server.
- Install chrony
apt install chrony. - Edit the chrony to allow connections from the OVC. Add at the end of
/etc/chrony/chrony.conf:Theallow 10.0.1.1 local stratum 8local stratum 8is needed so the OVC accepts the time synchronization even if the NUC is not connected to the internet. - Start the service
systemctl start chronyand enable it to start automatically at bootsystemctl enable chrony
- Build and Install:
- Simulation Experiments:
- Real-world Experiments:
- Hardware requirements
- Install real robot code stack
- Safety protocol & preflight check
- Launch experiment and gain tuning
- Supported features:
- Integrate (semantic) SLAM for drift correction
- LIDAR-only autonomous flight
- Full coverage experiments
- Customize configurations: