Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Feature/firmware 1 13 support #8

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

alexmillane
Copy link

Getting changes from upstream to support firmware 1.13.

Needs testing on hardware.

pronif and others added 16 commits May 17, 2019 14:04
Ignore tf_prefix if not present in param server, check it is well formatted otherwise
now this library can be used when building dynamic libraries.
turn on Position Independent Code for ouster_example. This allows you to build dynamic libraries with this library.
Change OS-1 to OS1 throughout and clean up links

Submitted on behalf of @emily-zhang
* Use random udp ports by default to simplify running multiple clients
* Dynamically adjust ambient and intensity exposure in visualizer
* Fix crash on failed udp socket call
const uint16_t lidar_port = 7502u,
const uint16_t imu_port = 7503u);
timestamp_mode ts_mode = timestamp_mode::TIME_FROM_INTERNAL_OSC,
int lidar_port = 7502u, int imu_port = 7503u);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove u

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants