Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 801 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 801 Bytes

viewpoint-device

System for self-made HMD

  1. Using THREE.js, project images from two fisheye cameras onto a hemisphere
  2. IMU information of LPMS-B2 is published by ROS, communicated by websocket, and received by the browser side.
スクリーンショット 2024-09-23 23 21 45

How to excute

  1. Connection to imu sensor via ROS
roscore
rosrun openzen_sensor openzen_sensor_node _sensor_interface:="Bluetooth" _sensor_name:="your ble address"
  1. Establish websocket server
roslaunch rosbridge_server rosbridge_websocket.launch
  1. Establish local server
python -m http.server 8000