-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: simplify installation instructions #203
docs: simplify installation instructions #203
Conversation
Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>
Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>
Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>
Signed-off-by: David Wong <david.wong@tier4.jp>
Quality Gate passedIssues Measures |
# Build Nebula | ||
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release | ||
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CMAKE_EXPORT_COMPILE_COMMANDS
- I'm guessing this is for Clang? With this option set I do get a compile_commands.json
but I also get a CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_COMPILE_COMMANDS
I added a commit that adds an ignore to the meta project to remove the warning.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* docs: remove obsolete note about transport drivers Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> * docs: remove recommendation to clone into `src` directory Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> * chore: update link to about page Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> * chore: add cmake ignore to meta package Signed-off-by: David Wong <david.wong@tier4.jp> --------- Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> Signed-off-by: David Wong <david.wong@tier4.jp> Co-authored-by: David Wong <david.wong@tier4.jp>
* chore: fix case style in common modules and their usages Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> * chore(hesai): fix case style Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> * chore(continental): fix case style Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> * chore(robosense): fix case style Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> * chore(velodyne): fix case style Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> * chore: fix typos in the SetVelocity Vehicle function (#204) * docs: simplify installation instructions (#203) * docs: remove obsolete note about transport drivers Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> * docs: remove recommendation to clone into `src` directory Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> * chore: update link to about page Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> * chore: add cmake ignore to meta package Signed-off-by: David Wong <david.wong@tier4.jp> --------- Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> Signed-off-by: David Wong <david.wong@tier4.jp> Co-authored-by: David Wong <david.wong@tier4.jp> --------- Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp> Signed-off-by: David Wong <david.wong@tier4.jp> Co-authored-by: JonasKrug <JonasKrug@users.noreply.github.com> Co-authored-by: David Wong <david.wong@tier4.jp>
PR Type
Related Links
boost_tcp_driver
Dependency innebula_hw_interfaces
Package #197 -- installation failed for a user due to unclear instructions in the readmeDescription
Simplify the readme/installation pages:
boost_
and thus not conflicting with ROS' transport_drivers anymoresrc
directory and instead recommend direct cloningsrc
directory is one extra step which is not necessarysrc
Pre-Review Checklist for the PR Author
PR Author should check the checkboxes below when creating the PR.
Checklist for the PR Reviewer
Reviewers should check the checkboxes below before approval.
Post-Review Checklist for the PR Author
PR Author should check the checkboxes below before merging.
CI Checks