-
Notifications
You must be signed in to change notification settings - Fork 282
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
Chapter 3. Adding a 3D camera to a robot arm(ur5) #37
Comments
Hi Can you list out the topics after running the Gazebo simulation? Make sure that there is no topic published. If there are topics from Xtion pro, it means gazebo plugin is working, but sensor pose may be somewhere else. Regards |
Hi Sir, That's all that I added to ur5.urdf.xacro file. Thank you so much for your help. Also, I've noticed in ur5.urdf.xacro, they use tag: <xacro:property name=........ |
HI Sir, how are you doing ? I guess you're super busy with teaching ROS. Can I please ask you a question about your book Mastering ROS? I am following chapter 3 and trying to add a 3D camera on a robot arm. However, I am using UR5 insteading of the 7 dof arm you created in your lovely book. However, the xacro code of UR5 is much different from your 7 dof arm.
I followed you this section and copied the
<xacro:include filename="$(find mastering_ros_robot_description_pkg)/urdf/sensors/xtion_pro_live.urdf.xacro"/>
into my UR5 file: ur5.urdf.xacro
but I don't get the camera in gazebo, I have the UR5 lying on the ground, though. I didn't copied sensor files to ur_description file and modified the path in the ur5.urdf.xacro code. Can you please kindly do me a favour? I think it takes you 1o minutes to add a camera to ur5 but it's taken me one week already. Thank you so much for your kindness. The following is my ur5.urdf.xacro:
The text was updated successfully, but these errors were encountered: