Error in the course ros reception in 5 days

When I execute the code in the platform it shows the following error

Unit 3: Flat Surface and Object Recognition

Table Top Detector

roslaunch my_object_recognition_pkg init_table_top.launch
… logging to /home/user/.ros/log/7e83c782-8227-11ea-a3c1-16299f3d3bd1/roslaunch-rosdscomputer-15388.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.

started roslaunch server http://rosdscomputer:38253/

SUMMARY

PARAMETERS

  • /rosdistro: kinetic
  • /rosversion: 1.12.14

NODES
/
tabletop_server_node (object_recognition_core/detection)

ROS_MASTER_URI=http://master:11311

process[tabletop_server_node-1]: started with pid [15561]
Traceback (most recent call last):
File “/opt/ros/kinetic/lib/object_recognition_core/detection”, line 20, in
ork_params, _args = read_arguments(args)
File “/opt/ros/kinetic/lib/python2.7/dist-packages/object_recognition_core/utils/training_detection_args.py”, line 92, in read_arguments
raise OrkConfigurationError(‘The option file does not exist. --help for usage.’)
object_recognition_core.utils.training_detection_args.OrkConfigurationError: The option file does not exist. --help for usage.
[tabletop_server_node-1] process has died [pid 15561, exit code 1, cmd /opt/ros/kinetic/lib/object_recognition_core/detection -c /home/user/catkin_ws/src/my_object_recognition_pkg/conf/detection.tabletop_fetch.ros.ork __name:=tabletop_server_node __log:=/home/user/.ros/log/7e83c782-8227-11ea-a3c1-16299f3d3bd1/tabletop_server_node-1.log].
log file: /home/user/.ros/log/7e83c782-8227-11ea-a3c1-16299f3d3bd1/tabletop_server_node-1*.log
all processes on machine have died, roslaunch will exit
shutting down processing monitor…
… shutting down processing monitor complete
done
Unhandled exception in thread started by
sys.excepthook is missing
lost sys.stderr

Hi!

Go over the code pecause I just executed it in Robot Ignite and it worked without issue. Here I leave yo two main files that should be used:

If you dont find the issue plese post your code, mybe there is something wrong in it or your have sourced something wrong… There coudl be man things so have a look at this solution first.