-
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
Added ros2 examples #2839
Added ros2 examples #2839
Conversation
@@ -49,7 +49,7 @@ def duplicate_params(general_params, posix): | |||
param['name'] += posix | |||
return local_params | |||
|
|||
def add_node_action(context : LaunchContext): | |||
def launch_static_transform_publisher_node(context : LaunchContext): |
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.
can you explain about this change ?
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.
LGTM
3cb506d
into
IntelRealSense:ros2-development
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.
How about we add a readme to the examples folder?
And point the main repo readme to it?
We can explane each example, add some screenshot / video gif and usage instructions.
Like we do in LibRS..
Tracked by RSDEV-242