How can I put my urdf file in filesystem/opt/ros/hydro/share ??
In Ros wiki tutorials, There are a lot of packages that any one can install in his PC using commands .
For example the urdf_tutorial package. I used the command rosdep install urdf_tutorial
to install it on my PC.
It has been installed in filesystem/opt/ros/hydro/share with its URDF and launch files & when I used commands in terminal to view the R2D2 robot, it worked successfully.But,when I created my own urdf file, I couldn't put it in filesystem/opt/ros/hydro/share in the same concept as urdf_tutorial package to be able to view it in Rviz. I also couldn't modify its urdf files to be suitable for my own robot.
So, my question is: How can I put my urdf file in filesystem/opt/ros/hydro/share ??
or how can I modify a urdf file that is found in filesystem/opt/ros/hydro/share ??
Is there any commands that should I use in terminal to do that ??
Are there any prerequisites that should I install on my pc ??
- my distribution is Hydro.
- I use ubuntu 12.10.
Please,help.