-
Notifications
You must be signed in to change notification settings - Fork 773
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ros2] Camera and triggered camera (#827)
* move gazebo_ros_camera and some functionality from gazebo_ros_camera_utils, needs master branch of image_transport and message_filters, not functional, but compiling * port PutCameraData, needs common_interfaces PR #58 * move camera worlds, fix compilation, image can be seen on RViz * Port camera test: simplify world, use ServerFixture for better control and not to need launch - test is hanging on exit, not sure why * fix test hanging on exit * port camera16bit test and fix world copying on make * Start porting camera distortion tests: must port cam_info, 2nd test failing * sortout camera_name and frame_name * Port gazebo_ros_camera_triggered as part of gazebo_ros_camera, with test * Use camera_info_manager from branch ci_manager_port_louise, enable barrel distortion test - passes but segfaults at teardown, could be a problem with having 2 plugins side-by-side. * linters and comment out crashing test * Demo worlds, doxygen, more node tests * Use image_transport remapping * adapt to new image_transport pointer API * new API
- Loading branch information
Showing
37 changed files
with
1,728 additions
and
2,031 deletions.
There are no files selected for viewing
54 changes: 0 additions & 54 deletions
54
.ros1_unported/gazebo_plugins/include/gazebo_plugins/gazebo_ros_camera.h
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
77 changes: 0 additions & 77 deletions
77
.ros1_unported/gazebo_plugins/include/gazebo_plugins/gazebo_ros_triggered_camera.h
This file was deleted.
Oops, something went wrong.
117 changes: 0 additions & 117 deletions
117
.ros1_unported/gazebo_plugins/src/gazebo_ros_camera.cpp
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.