-
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
eloquent version doesn't work #1336
Comments
Hi @rjshim, Thank you for your valuable remarks. As you probably have noticed, wrapper for Eloquent is at early stages of development. Therefore, many of the features are still not implemented and it would be more helpful to submit these not implemented parts as PR and not as issues. Would you like to submit PRs for the two points you have mentioned? |
Yeah, I can make some contribution to this repository but there are several points that I want you to note. If you agree, I will fork this repository and get to work on modification.
On the other hand, if possible, I hope Intel to support the following points as soon as possible.
Ryan |
@rjshim, Yes, it works the way you've described. After you done with the changes in your repository you're submitting the request. Our developers will review it and will decide whether or not the changes you have made should be merged into official branch. Thank you! |
@rjshim , thank you so very much for your helpful remarks. |
@RealSenseCustomerSupport @doronhi Thank you for the response. Then, I will wait for the next update as @doronhi said. As an active user of Realsense products, I strongly agree with the points that are discussed in the link you attached. Thanks! |
@rjshim , Contrary to my original plan, the version you referred to in your first comment will most probably be the basis for the first eloquent (or foxy) release. I think that regardless to what kind of version it will be, your contribution will be most beneficial either way. Therefor, contrary to my previous remark, I am very much interested in viewing and considering your suggestion and I think a PR is the most convenient way to achieve that. |
@rjshim, As @doronhi has mentioned, can you please submit PRs for the features you have mentioned in this GH issue and close it? Thank you! |
These are the steps that I suggest you follow and work on this repository together.
Regards, |
@JaehyunShim Your PR now merged into eloquent branch. Thanks very much for your sharing! And can we close this accordingly? |
Thank you :) |
It is solved. The problem is due to "Reliability Policy". Refer to: ROS2 Image subscriber |
Hi,
I tested the eloquent branch and below didn't work.
$ ros2 launch realsense2_camera rs.launch.py
There are two parts that have to be fixed.
install(TARGETS ${PROJECT_NAME}
DESTINATION lib/${PROJECT_NAME}
)
rclcpp_components_register_node(${PROJECT_NAME}
PLUGIN "realsense2_camera::RealSenseNodeFactory"
EXECUTABLE realsense2_camera_exec)
install(TARGETS ${PROJECT_NAME}
DESTINATION lib/${PROJECT_NAME}
)
2) in rs.launch.py
launch_ros.actions.Node(
package='realsense2_camera', node_executable='realsense2_camera_exec',
output='screen',
emulate_tty=True,
),
Ryan
The text was updated successfully, but these errors were encountered: