How to solve 'unused args [old_kinect_frame]' problem?
I follow pr2_tabletop_manipulation_apps.
I run
export ROBOT=sim
roslaunch pr2_tabletop_manipulation_launch pr2_tabletop_manipulation.launch
And I got:
sam@sam:~$ export ROBOT=sim
sam@sam:~$ roslaunch pr2_tabletop_manipulation_launch pr2_tabletop_manipulation.launch
... logging to /home/sam/.ros/log/d05d8cd2-8785-11e1-bf50-20cf30a23845/roslaunch-sam-1 6487.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
unused args [old_kinect_frame] for include of [/opt/ros/electric/stacks/pr2_object_manipulation/manipulation/pr2_object_m anipulation_launch/launch/pr2_manipulation_prerequisites.launch]
sam@sam:~$
How to solve it?
Thank you~