You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got multiple errors (after solving each new one)
scripts/analyse_brain.bash: line 3: python: command not found
Traceback (most recent call last):
File "driver.py", line 221, in <module>
main()
File "driver.py", line 213, in main
script_manager.run_brains_worlds(app_configuration, controller, randomize=config_data['random'])
File "/root/BehaviorMetrics/behavior_metrics/utils/script_manager.py", line 44, in run_brains_worlds
launch=True)
File "/root/BehaviorMetrics/behavior_metrics/utils/tmp_world_generator.py", line 39, in tmp_world_generator
tree = ET.parse(current_world)
File "/usr/lib/python3.7/xml/etree/ElementTree.py", line 1197, in parse
tree.parse(source, parser)
File "/usr/lib/python3.7/xml/etree/ElementTree.py", line 587, in parse
source = open(source, "rb")
IsADirectoryError: [Errno 21] Is a directory: '/'
The text was updated successfully, but these errors were encountered:
Python3 analyze_bag.py --input ./ros_bags/ --output ./bag_analysis/
Total Number of Bags to Read from ./ros_bags/: 1
Reading bag: ./ros_bags/20220605-082510.bag
'experiment_total_real_time'
Error in bag
I am runing the following commands:
I got multiple errors (after solving each new one)
The text was updated successfully, but these errors were encountered: