-
Notifications
You must be signed in to change notification settings - Fork 132
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
Head cam config #645
Head cam config #645
Conversation
depends on ipa320/cob_calibration_data#129 |
@@ -1,6 +1,6 @@ | |||
# rotation mode (0=fixed angle as defined by rotation_angle, 1=automatic upright rotation against gravity using reference coordinate frame with upwards directed z-axis, 2=as 1 but image rotation only in 90deg steps -> faster) | |||
# int | |||
rotation_mode: 1 | |||
rotation_mode: 0 |
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.
we should keep mode 1 here as we'd like to flip the image as soon as the torso starts bending.
79887a6
to
aa9818e
Compare
@ipa-fmw removed image_flip changes |
<param name="pixel_format" value="yuyv"/> | ||
<param name="camera_frame_id" value="$(arg camera_name)_link"/> | ||
<param name="framerate" value="3.5"/> <!-- at 2048x1536 3.6hz is maximum on hw --> | ||
<param name="framerate" value="10"/> <!-- at 2048x1536 3.6hz is maximum on hw --> |
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.
maybe it makes sense to move these parameters into a yaml file within cob_hardware_config
as they are camera-specific and this is a general usb_camera_node launch file...
do we achieve this rate on the robot?
also the hz_monitor.yaml needs to be adjusted to the updated framerate!
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.
@ipa-bnm please merge!
Tested on HW cob4-7 |
No description provided.