Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
larm-astro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Inès EL HADRI
larm-astro
Commits
572b5113
Commit
572b5113
authored
Dec 20, 2023
by
Inès EL HADRI
💤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add tutorial package
parent
83d89d7c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
48 additions
and
0 deletions
+48
-0
.gitignore
.gitignore
+3
-0
CMakeLists.txt
tuto_kickoff/CMakeLists.txt
+26
-0
package.xml
tuto_kickoff/package.xml
+19
-0
No files found.
.gitignore
View file @
572b5113
/.env
**/build
**/install
**/log
\ No newline at end of file
tuto_kickoff/CMakeLists.txt
0 → 100644
View file @
572b5113
cmake_minimum_required
(
VERSION 3.8
)
project
(
tuto_kickoff
)
if
(
CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES
"Clang"
)
add_compile_options
(
-Wall -Wextra -Wpedantic
)
endif
()
# find dependencies
find_package
(
ament_cmake REQUIRED
)
# uncomment the following section in order to fill in
# further dependencies manually.
# find_package(<dependency> REQUIRED)
if
(
BUILD_TESTING
)
find_package
(
ament_lint_auto REQUIRED
)
# the following line skips the linter which checks for copyrights
# comment the line when a copyright and license is added to all source files
set
(
ament_cmake_copyright_FOUND TRUE
)
# the following line skips cpplint (only works in a git repo)
# comment the line when this package is in a git repo and when
# a copyright and license is added to all source files
set
(
ament_cmake_cpplint_FOUND TRUE
)
ament_lint_auto_find_test_dependencies
()
endif
()
ament_package
()
tuto_kickoff/package.xml
0 → 100644
View file @
572b5113
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package
format=
"3"
>
<name>
tuto_kickoff
</name>
<version>
0.0.0
</version>
<description>
Package du tuto
</description>
<maintainer
email=
"lucas.naury@todo.todo"
>
lucas.naury
</maintainer>
<maintainer
email=
"ines.el/hadri@todo.todo"
>
ines.el.hadri
</maintainer>
<license>
MIT
</license>
<buildtool_depend>
ament_cmake
</buildtool_depend>
<test_depend>
ament_lint_auto
</test_depend>
<test_depend>
ament_lint_common
</test_depend>
<export>
<build_type>
ament_cmake
</build_type>
</export>
</package>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment