forked from tier4/nebula
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: simplify installation instructions (tier4#203)
* docs: remove obsolete note about transport drivers Signed-off-by: Max SCHMELLER <[email protected]> * docs: remove recommendation to clone into `src` directory Signed-off-by: Max SCHMELLER <[email protected]> * chore: update link to about page Signed-off-by: Max SCHMELLER <[email protected]> * chore: add cmake ignore to meta package Signed-off-by: David Wong <[email protected]> --------- Signed-off-by: Max SCHMELLER <[email protected]> Signed-off-by: David Wong <[email protected]> Co-authored-by: David Wong <[email protected]>
- Loading branch information
Showing
3 changed files
with
12 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
cmake_minimum_required(VERSION 3.14) | ||
project(nebula_sensor_driver) | ||
set(ignoreMe "${CMAKE_EXPORT_COMPILE_COMMANDS}") | ||
|
||
find_package(ament_cmake REQUIRED) | ||
ament_package() |