PID configuration and Adding colours.....
Previously on this page...… We assembled the robot and launched it in gazebo and Rviz. We understood Each file generated by URDF exporter. We added plugin to urdf and controlled our robot with which we finished first stage of our project. Adding Colors...… So lets make our sad robot happy, by adding colours😁, as I mentioned in previous post that stl file format doesn't support color and textures, we can add colors by two methods either by add colors in urdf or replacing stl files with dae files. I have tried both of them but I will recommend you to go by urdf method and in this post we will be doing the same , replacing stl with dae is little bit tedious job we will do in future. So lets get started, open your favorite text editor, if you are using dual boot or vm ware and if using wsl go for vscode and if you are using on windows open in vs code only. open pnp_bot folder and open material.xacro file, you will find only one material tag which is silver copy paste it down an...