-
Notifications
You must be signed in to change notification settings - Fork 192
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
Add a zed camera to the urdf #129
Comments
Original comment by Brian Bingham (Bitbucket: brian_bingham). Clement, The instructions at https://osrf-migration.github.io/vrx-gh-pages/#!/osrf/vrx/wiki/tutorials/AddingSensors are a bit specific to the sensors that are already described with xacro files in the sensor directory. (We aren’t planning on supporting a 3D camera for the VRX competition.) Do you have a Gazebo model for the zed camera? If so, you should be able to make your own copy of the http://gazebosim.org/tutorials?tut=ros_gzplugins http://gazebosim.org/tutorials?tut=add_laser Brian |
Original comment by hardoin clement (Bitbucket: Clement hardoin). Hi Brian, Thank you for your reply, I will try it |
Hi, I can recommend using the Intel Realsense D435 gazebo plugin. It simulates the active IR stereo rgbd camera and should be able to generate pointclouds. To see some documentation on how to use the plugin, check here. Hope that helps. |
@caguero I propose to close this issue since we don't currently have an active request for this camera. Do you agree? |
Original report (archived issue) by Anonymous.
Hi,
I would like to add a zed camera to the simulation. For that I tried to add the urdf of the zed camera in vrx_ws/src/vrx/wamv_gazebo/urdf/sensors and then I add this sensor to the wamv_gazebo.urf.xacro and generate the .urdf as shown in the tutorial for the stereo camera.
But unfortunately it doesn't work.
I am a ROS beginer and I am not sure that it's the good way to do it, could you help me to solve this problem ?
Regards,
Clement
The text was updated successfully, but these errors were encountered: