MOV-AI / movai-flow

MOV.AI Flow™ - The IDE that brings visualization and structure to ROS
Other
122 stars 15 forks source link

[BP-585] Export of metadata using the backup tool is broken, import functionality seems to be working #127

Closed MithunKinarullathil closed 2 years ago

MithunKinarullathil commented 2 years ago

Have you checked our docs before proceeding?

Issue Description

Export of metadata using the backup tool is broken, import functionality seems to be working

Steps to Reproduce

  1. Install movai-flow 1.2.0-1
  2. Go to Documents/MovaiFlow/userspace and make a cache/ros/src dir
    cd ~/Documents/MovaiFlow/userspace
  3. Clone the sample project
  4. Go to spawner container
    docker exec -ti spawner-robot1 bash
    1. import all the metadata
      python3.8 -m tools.backup -a import -r ~/user/cache/ros/src/movai_ce_demos/ -p metadata -m ~/user/cache/ros/src/movai_ce_demos/manifest.txt
  5. Confirm no errors
  6. export all the metadata
    python3.8 -m tools.backup -a export -r ~/user/cache/ros/src/movai_ce_demos/ -p metadata -m ~/user/cache/ros/src/movai_ce_demos/manifest.txt
  7. Confirm the below error

Actual Behaviour

image

Expected Behaviour

Export of all the items that is mentioned in the manifest file

Screenshots/GIFs

Versions

Possible workarounds

Additional Details

guide-bot[bot] commented 2 years ago

Thanks for opening this Issue! We need you to:

  1. Fill out the description.

    Action: Edit description and replace <!- ... --> with actual values.