Book: Mastering ROS for Robotics Programming, 2nd Edn; Chapter 2 - Working with 3D Robot Modeling in ROS
Hi,
I am facing a problem in running tutorials given in the book: Mastering ROS in Robotic Programming, Chapter 2.
I am using Ubuntu 16.04 with ROS Kinetic. In particular, when I run my launch file as
khan@khan:~/catkin_ws/src/mastering_ros_robot_description_pkg/launch$ roslaunch mastering_ros_robot_description_pkg view_arm.launch
The following error occurs.
unknown macro name: xacro:base
XacroException(u'unknown macro name: xacro:base',)
I have checked the file again and again and there is nothing I changed. It is the tutorial files. I don't know why it is not running. Please, suggest any help. Thank you so much.
If this is the code you are referring to, then the readme explicitly states that:
so it could well be that something doesn't work in Kinetic.
I have tried to run this file for ROS Indigo as well. I got the same error.
I would suggest reporting this issue on the issue tracker of
qboticslabs/mastering_ros
.