Error while compiling modified cmd_vel_mux
Hi, I am using ROS fuerte version and the simulator is USARSim. I use the * velocity multiplexer (sudo apt-get install ros-fuerte-yujin-ocs)* designed by YujinRobot(http://wiki.ros.org/cmd_vel_mux).
I modify the one header file and one cpp file, to incorporate one more subscriber (so that nodelet manager subscribes to amcl_pose topic). But when I compile the code following error appears.
make output
NOW ABOVE ERROR IS SOLVED BY FOLLOWING THE ANSWER
Problem OCCURS When I run FOLLOWING COMMAND
roslaunch cmd_vel_mux standalone.launch
nodelet_manager and velocity_multiplexer nodes don't get initialized
You can view the highlighted portion of the header file here http://pastebin.com/0aJzRS2x
Please help..LOOK in the above TWO LINKS
As an aside, logging in as root and performing operations is not considered good practice. Everything you need can be accomplished using the 'normal' user.