Registry / other / libmultisense

libmultisense

JSON →
library7.6.0vcpkgunverified

A C++ library for interfacing with the MultiSense S family of sensors from Carnegie Robotics.

vcpkg install libmultisense
INSTALL
IMPORT
SIG · LIBMULTISENSE
L
libmultisense
othercppv7.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MultiSense/MultiSense.h
#include <MultiSense/MultiSense.h>

Connect to a MultiSense sensor over network.

#include <MultiSense/MultiSense.h> #include <iostream> int main() { MultiSense::Channel channel; if (!channel.open("192.168.1.10")) { std::cerr << "Failed to connect to sensor." << std::endl; return 1; } std::cout << "Connected to MultiSense sensor." << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.6.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

libmultisense — pip install libmultisense · libregistry