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

Feature/upright camera view #30

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Conversation

hello-sanchez
Copy link
Contributor

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.

<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.-->
Copy link
Contributor

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?

Copy link
Contributor

@hello-binit hello-binit left a 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?

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.

3 participants