# gmsl_ros2 **Repository Path**: brand666/gmsl_ros2 ## Basic Information - **Project Name**: gmsl_ros2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-24 - **Last Updated**: 2025-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ADLINK GMSL ROS 2 Camera Driver A ROS 2 Wrapper for GMSL camera # Build * Get the code ```bash mkdir -p ~/gmsl_ros2_ws/src cd gmsl_ros2_ws/src git clone git@github.com:Adlink-ROS/gmsl_ros2.git ``` * Installing the dependent pkgs ```bash cd ~/gmsl_ros2_ws rosdep install --from-paths src --ignore-src -r -y ``` * Build ```bash cd ~/gmsl_ros2_ws colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release # Run test colcon test --event-handlers console_cohesion+ ``` # Create deb file ```bash # Ubuntu 20.04 sudo apt install dpkg-dev debhelper python3-bloom fakeroot # Ubuntu 18.04 sudo apt install dpkg-dev debhelper python-bloom fakeroot cd ~/gmsl_ros2_ws/src/gmsl_ros2 ./create_deb.sh ``` You'll see the deb file in the parent folder. The file name might be something like `ros-foxy-gmsl-ros2_0.1.0-0bionic_arm64.deb` # Usage Please see [UserManual.md](UserManual.md)