Commit 5fc3fbea authored by Inès EL HADRI's avatar Inès EL HADRI 💤

Rename cam package

parent 5d57b3fb
cmake_minimum_required(VERSION 3.8) cmake_minimum_required(VERSION 3.8)
project(cam_driver) project(tuto_vision)
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic) add_compile_options(-Wall -Wextra -Wpedantic)
......
<?xml version="1.0"?> <?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> <?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3"> <package format="3">
<name>cam_driver</name> <name>tuto_vision</name>
<version>0.0.0</version> <version>0.0.0</version>
<description>Package de la caméra Intel RealSense</description> <description>Package de la caméra Intel RealSense</description>
<maintainer email="lucas.naury@etu.imt-nord-europe.fr">lucas.naury</maintainer> <maintainer email="lucas.naury@etu.imt-nord-europe.fr">lucas.naury</maintainer>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment