Browse Source

Included the param that defines the camera_link as the reference frame for the image rotation.

feature/upright_camera_view
hello-sanchez 3 years ago
parent
commit
de0b0a80d4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      stretch_gazebo/launch/upright_camera_view.launch

+ 1
- 0
stretch_gazebo/launch/upright_camera_view.launch View File

@ -11,6 +11,7 @@
<!--- Run dynamic_reconfigure node to set target_z to -1.0. This rotates the image_raw upright.-->
<node name="$(anon dynparam)" pkg="dynamic_reconfigure" type="dynparam" args="set_from_parameters image_rotate">
<param name="target_frame_id" type="str" value="camera_link"/>
<param name="target_z" type="double" value="-1.0" />
</node>

Loading…
Cancel
Save