W.r.t to chapter 3 I would like to raise some issues.
**ROS ** - Noetic
Issue one :
roslaunch robot_description arm_gazebo_control.launch and roslaunch robot_description arm_gazebo_control_xacro.launch produces different results.
The results can be seen below.


- Manipulator urdf file launch gives correct results while xacro file throws error. Plus in source code of manipulator xacro launch you are launching the urdf file only.

result of xacro launch

result of urdf file launch

I have also checked whether urdf files generated through rosrun xacro xacro filename > outfilename are working or not. They are giving the same error.
I have spent many hours thinking I was making some mistake.
W.r.t to chapter 3 I would like to raise some issues.
**ROS ** - Noetic
Issue one :
roslaunch robot_description arm_gazebo_control.launchandroslaunch robot_description arm_gazebo_control_xacro.launchproduces different results.The results can be seen below.
result of xacro launch
result of urdf file launch

I have also checked whether urdf files generated through
rosrun xacro xacro filename > outfilenameare working or not. They are giving the same error.I have spent many hours thinking I was making some mistake.