feat: add ROS and native adapters with shared sensor-manager proxy #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/ros-adapter"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
This PR introduces the ROS and Native Camera adapters with a shared sensor-manager proxy architecture.
Native Camera Adapter
ROS Adapter
Shared Infrastructure
Architecture
The adapters communicate with the central sensor-manager via a unified proxy pattern, enabling seamless integration with VP_Backend and MedusFront.
Testing