-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add copyright and license to all ROS2-beta source files #2302
Conversation
- update main.yml steps to run check over source files
- added documentation - fixed this scripts tabs/line-endings
@@ -89,4 +95,5 @@ jobs: | |||
cd ${{github.workspace}}/ros2 | |||
source ${{github.workspace}}/.bashrc | |||
. install/local_setup.bash | |||
python3 src/realsense-ros/realsense2_camera/scripts/rs2_test.py non_existent_file | |||
python3 src/realsense-ros/realsense2_camera/scripts/rs2_test.py non_existent_file | |||
|
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.
Add ending line
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.
Weird, I added a one, but still getting this icon/warning here.
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.
Maybe because it has spaces in it.
Tracked by LRS-399