This website works better with JavaScript.
Home
Explore
Help
Sign In
cccccccc
/
stretch_ros
mirror of
https://github.com/hello-robot/stretch_ros.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
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
6ac88830f4
commit
de0b0a80d4
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save