-
Notifications
You must be signed in to change notification settings - Fork 88
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
Feature/upright camera view #30
base: master
Are you sure you want to change the base?
Conversation
…ckage to rotate camer view upright.
…age to rotate camer view upright.
…age to rotate camer view upright.
…age to rotate camer view upright.
…o define an image topic they wish to rotate upright.
…e for the image rotation.
… upright camera view launch file in the gazebo.launch file.
<remap from="rotated/image" to="$(arg image_topic)_upright_view"/> | ||
</node> | ||
|
||
<!--- Run dynamic_reconfigure node to set target_z to -1.0. This rotates the image_raw upright.--> |
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 set these parameters directly instead of using dynamic reconfigure?
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.
Thanks for the PR @hello-sanchez. Looks like image_pipeline and image_rotate are already binaries (ros-noetic-image-rotate). Can you remove the git submodule, and add the dependency to package.xml?
This branch also includes the pipeline_image package as a submodule. It is in the deps folder.
I've created a launch file, upright_camera_view.launch, which runs the image_rotate node and the parameters to rotate the camera feed upright. This launch file and its argument are also included in the original gazebo file.