ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

find intrinsics parameter of ros gazebo turtlebot's camera

asked 2020-07-31 09:36:02 -0500

kiko gravatar image

updated 2020-08-14 17:55:08 -0500

jayess gravatar image

ros kinetic comes with gazebo 7. When I start this gazebo, there is a default world including a turtlebot. This Turtlebot is equiped with an RGB-D camera. How to get the intrinsics parameters of that camera? My goal is to convert from pixel coordinate to camera coordinate and later to world coordinate.

edit retag flag offensive close merge delete

Comments

Not sure if this would work in Gazebo sim, but do a ros topic list and poke around until you find a CameraInfo message type. It should have what you need. I am not sure how realistic the camera model is within Gazebo but I would love to find out.

kscottz gravatar image kscottz  ( 2020-07-31 16:19:42 -0500 )edit

thanks it worked

kiko gravatar image kiko  ( 2020-08-13 06:11:26 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-08-13 18:17:57 -0500

kscottz gravatar image

Not sure if this would work in Gazebo sim, but do a ros topic list and poke around until you find a CameraInfo message type. It should have what you need.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-07-31 09:36:02 -0500

Seen: 334 times

Last updated: Aug 13 '20