-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Gazebo plugin #1453
Comments
Hi @sayyidabeegam There is a Gazebo plugin for D435 and ROS at the link below. https://github.com/pal-robotics/realsense_gazebo_plugin Instructions for setting it up this plugin are here: pal-robotics/realsense_gazebo_plugin#7 A wider discussion about Gazebo plugins for RealSense is here: I hope that these resources will be a useful starting point for you. Please do let me know of any follow-up questions that you have after reviewing the information. Thanks! |
Is it applicable only for ROS2? |
realsense_gazebo_plugin is based on the earlier SyrianSpock Gazebo plugin that worked with ROS1 Melodic, so I would think that the updated one should be Melodic compatible too. |
Hi @sayyidabeegam Do you still require assistance with this case, please? Thanks! |
yes |
XML parsing error: mismatched tag: line 465, column 2 Check that:
Param xml is This error is coming when I attach the realsense with my arm. |
Have you downloaded the two files in the links below and put those two files in the package inside the urdf folder where you want your RealSense camera to be simulated? I wanted to make sure that you had managed to download them as the formatting of the file download links in the linked-to instructions were badly broken in my own web browser. Then follow the rest of the instructions, which I have edited slightly for ease of reading. Step 1 <xacro:include filename="$(find realsense2_description)/urdf/urdf_d435.gazebo.xacro"/> <xacro:include filename="$(find packagename)/urdf/urdf_d435.gazebo.xacro"/> Step 2 <xacro:include filename="$(find packagename)/urdf/_d435.urdf.xacro" /> Step 3 |
Still error is there roslaunch interbotix_descriptions description.launch robot_name:=rx150 jnt_pub_gui:=true Deprecated: xacro tag 'sensor_d435' w/o 'xacro:' xml namespace prefix (will be forbidden in Noetic) Not enough blocks Param xml is |
I do not have any personal experience with Gazebo or the RealSense gazebo plugin in particular, so I had to rely on references created by others. The best references that I could find were these two links: https://roboticsknowledgebase.com/wiki/tools/gazebo-simulation/ |
Hi @sayyidabeegam Do you still require assistance with this case, please? Thanks! |
No |
Thanks very much for the update! |
Awesome, thanks so much @rickstaa for sharing the resources with the RealSense community! |
Hello
I want to use D435 with my robot manipulator.
But I don't get any idea to integrate the sensor with my manipulator.
My requirements are
1. I want to attach the D435 with my manipulator's base link
2. want to launch with my manipulator package
3. want to use all available sensor data format.
Please help me to figure it out..
Thanks in advance
The text was updated successfully, but these errors were encountered: