Robotics StackExchange | Archived questions

Error loading moveit rviz demo test

I built a roslaunch config file using the moveit setup assistant. When I attempt to run the package I receive the following:

... logging to /home/sam/.ros/log/5ce21c94-8d24-11e9-ab33-f8165430e512/roslaunch-sam-1155.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.

RLException: Invalid <arg> tag: kr150_moveit_config
ROS path [0]=/opt/ros/melodic/share/ros
ROS path [1]=/home/sam/catkin_ws/src
ROS path [2]=/opt/ros/melodic/share. 

Arg xml is <arg default="$(find kr150_moveit_config)/default_warehouse_mongo_db" name="db_path"/>
The traceback for the exception was written to the log file

Asked by sw14928 on 2019-06-12 10:20:51 UTC

Comments

This sounds like it could be related to your other question: #q325459.

Asked by gvdhoorn on 2019-06-12 10:24:25 UTC

I seem to have resolved that other one now - I simply restarted the process. I now cannot run the file

Asked by sw14928 on 2019-06-12 10:44:53 UTC

Answers