Skip to content
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

enable rclcpp_register_node_plugins #368

Merged
merged 1 commit into from
Dec 5, 2018
Merged

Conversation

yechun1
Copy link
Contributor

@yechun1 yechun1 commented Nov 29, 2018

this may be remarked while code debugging, should be enabled to build node plugin file

this may be remarked while code debugging, should be enabled to build node plugin file
and added points remap in point_cloud_xyzrgb.launch.py
@yechun1
Copy link
Contributor Author

yechun1 commented Dec 5, 2018

@mjcarroll donot know when rclcpp_register_node_plugins had been marked. This occurs launcher execution not work. The PR to fix the issue, would you please help to merge?

@mjcarroll mjcarroll merged commit 4585b0d into ros-perception:ros2 Dec 5, 2018
JWhitleyWork pushed a commit that referenced this pull request Apr 25, 2019
this may be remarked while code debugging, should be enabled to build node plugin file
and added points remap in point_cloud_xyzrgb.launch.py
ahuizxc pushed a commit to ahuizxc/image_pipeline that referenced this pull request Jun 17, 2019
Port depth image proc on ROS2 (ros-perception#362)

* Port depth_image_proc on ROS2

* Port depth_image_proc of image_pipeline on ROS2

* rename Nodelets as Node

* add launch examples, such as "ros2 launch depth_image_proc point_cloud_xyzi.launch.py"

* verified point_cloud_xyzrgb, point_cloud_xyz, convert_metric based on Realsense camera(https://github.com/intel/ros2_intel_realsense).

Signed-off-by: Chris Ye <chris.ye@intel.com>

* add ament_lint_auto test and adjust code style

Signed-off-by: Chris Ye <chris.ye@intel.com>

* update test example for depth_image_proc

- rename raw topic as image_transport fixed the issue (ros-perception/image_common#96)
- update test example of point_cloud_xyzrgb.launch

Signed-off-by: Chris Ye <chris.ye@intel.com>

* remove unused dependence in cmakelist

* remove boost which is unused on ROS2

* remove cv_bridge version check logic as setted in find_package

* update maintainer in package.xml

Signed-off-by: Chris Ye <chris.ye@intel.com>

* added all example launchers for demo test

pass test:
 ros2 launch depth_image_proc point_cloud_xyzrgb.launch.py
 ros2 launch depth_image_proc point_cloud_xyz.launch.py
 ros2 launch depth_image_proc convert_metric.launch.py
 ros2 launch depth_image_proc crop_foremost.launch.py
 ros2 launch depth_image_proc point_cloud_xyz_radial.launch.py
 ros2 launch depth_image_proc disparity.launch.py
 ros2 launch depth_image_proc register.launch.py
 ros2 launch depth_image_proc point_cloud_xyzi.launch.py
 ros2 launch depth_image_proc point_cloud_xyzi_radial.launch.py

Signed-off-by: Chris Ye <chris.ye@intel.com>

* @wip update to use raw pointers.

* continue to update to use raw pointer

Signed-off-by: Chris Ye <chris.ye@intel.com>

enable rclcpp_register_node_plugins (ros-perception#368)

this may be remarked while code debugging, should be enabled to build node plugin file
and added points remap in point_cloud_xyzrgb.launch.py

port image_publisher on ROS2 (ros-perception#366)

* port image_publisher on ROS2
* switch to use cmake 3.5
* change nodelet to classloader
* change ros::param to ros2 parameter APIs
* use ros2 code style
* enable ros2 camera_info_manager

Changelogs.

2.0.0

code change for ros2 image_view porting

run example:
  ros2 run image_view image_view --image /camera/color/image_raw

add launch file to consist with ros
image_view:
	ros2 launch image_view image_view.launch.py image:=<image topic>
disparity_view:
	ros2 launch image_view disparity_view.launch.py image:=<disparity image topic>
stereo_view:
	ros2 launch image_view stereo_view stereo:=<stereo namespace> image:=<image topic identifier>
image_saver:
    ros2 launch image_view image_saver.launch.py image:=<image topic>
extract_images:
    ros2 launch image_view extract_images.launch.py image:=<image topic>
video_recorder:
    ros2 launch image_view video_rocorder.launch.py images:=<image topic>

Details in README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants