-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restart the backend resume #52
Comments
Hi You will need to save the map when you pause. You can then load the saved map data for your new run. The detailed instructions for this are provided here- Check the Map Save and Load feature |
I see the instruction "rosservice call /covins_savemap <AGENT_ID>", |
Yes that seems right. |
Sorry,i still have some questions, I used "rosservice call /covins_savemap 0" at the back end to output mapdata data, but after I restart the container and run "rosservice call /covins_loadmap 0", although "retval: 0 ", but the point cloud map is not available through rviz |
If I remember correctly, if you are using COVINS-G back-end there might not be any map-points to load since the back-end works without making use of any map points. If you are using COVINS, they should be available. Best |
I used covins. After the data set was transferred to the front end, I saved the data. After restarting the back end of covins, I could not view the map data using rviz, and I could only see the saved data and the newly transferred data after the new front end began to transfer data |
Hi @hyc-yuchen , I just tried this again on my end, and everything works as expected. With a my local version of COVINS, on 20.04, I did the following:
Are you doing anything different than that? Could you try to replicate these steps, and see whether the visualization then works for you. @manthan99 I don have the tip of the master deployed locally though, could you quickly verify that this still works with the latest COVINS-G changes? |
If I stop the backend halfway through, how do I continue to use the previous map data
csv KF_1_ftum.csv KF_2_ftum.csv KF_3_ftum.csv in covins_ws/src/covins/covins_backend/output/ The four files stamped_traj_estimate.txt are mounted. Now, how to read and compose them after restarting the backend?
The text was updated successfully, but these errors were encountered: