Generic bridge for connecting ROS2 pub/sub into LiveKit.
cd ~/ros2_ws/src
git clone https://github.com/polymathrobotics/livekit_ros2_bridge.git
cd ~/ros2_ws
rosdep install -r --from-paths src -i -y
colcon build --packages-select livekit_ros2_bridgeros2 run livekit_ros2_bridge livekit_bridgeFor help:
ros2 run livekit_ros2_bridge livekit_bridge --helpcolcon build --packages-select livekit_ros2_bridge --cmake-args "-DCMAKE_EXPORT_COMPILE_COMMANDS=On"colcon test --packages-select livekit_ros2_bridge
colcon test-result --verbosePre-commit hooks are provided to maintain code standards for this repository.
-
If you do not have pre-commit installed, run
python3 -m pip install pre-commit -
For preexisting repositories, you must run
pre-commit installin that repository -
You can automatically install pre-commit for newly cloned repositories by running
git config --global init.templateDir ~/.git-template pre-commit init-templatedir ~/.git-template
Now all git commits will be automatically gated by the configured checks.
Apache License 2.0