-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add VSLAM-demo example #109
Conversation
|
||
```bash | ||
docker ps -a | grep orbslam | ||
docker exec -it [containerID] bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just naming the container with --name
so you don't need to look up the id.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, you are right
| fr2_desk | 0.05 | 0.12 | | ||
| fr3_office | 0.02 | 0.04 | | ||
|
||
<img src="images/结果对比图.png" alt="结果对比图" style="zoom:50%;" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is recommended to name the file in English
&& rm -rf ./build \ | ||
&& ./build.sh | ||
|
||
RUN bash -i -c "echo 'ROS_PACKAGE_PATH=/opt/ros/melodic/share:/workspace/edgeslam/Examples/ROS'>>~/.bashrc" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ENV ROS_PACKAGE_PATH "/opt/ros/melodic/share:/workspace/edgeslam/Examples/ROS"
Thanks for your contribution!
|
Signed-off-by: jike5 <[email protected]>
Signed-off-by: jike5 <[email protected]>
|
||
> We use [TUM Datasets](https://vision.in.tum.de/data/datasets/rgbd-dataset/download) and its format in our development and test process. | ||
|
||
4. Check your work node's name and modify the deployment.yaml file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With all nodes running on the cluster, we create the deployment by using the yaml file below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Directly replace the sentence 4. Check your work...
with this one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i have modified it, thanks a lot
sig-robotics/examples/Implement-VSLAM-algorithm-based-on-KubeEdge/README.md
Outdated
Show resolved
Hide resolved
sig-robotics/examples/Implement-VSLAM-algorithm-based-on-KubeEdge/README.md
Outdated
Show resolved
Hide resolved
sig-robotics/examples/Implement-VSLAM-algorithm-based-on-KubeEdge/README.md
Outdated
Show resolved
Hide resolved
sig-robotics/examples/Implement-VSLAM-algorithm-based-on-KubeEdge/README.md
Outdated
Show resolved
Hide resolved
sig-robotics/examples/Implement-VSLAM-algorithm-based-on-KubeEdge/build/edgeslam-run/Dockerfile
Outdated
Show resolved
Hide resolved
/lgtm |
@JoeyHwong-gk: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: jike5 <[email protected]> Signed-off-by: jike5 <[email protected]> Signed-off-by: jike5 <[email protected]> Signed-off-by: jike5 <[email protected]> Signed-off-by: jike5 <[email protected]>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
kubeedge/examples#120
#92
What this PR does / why we need it:
[OSPP] Code for Implementation of an VSLAM Algorithm on KubeEdge
In order to develop a practical system, we follow the architectural design from edgeslam, still, with numerous modifications for our scenario. Relying on the cloud-edge management and cloud-edge communication function provided by kubeedge and edgemesh, a complete cloud-edge collaborative SLAM system is implemented. In this system, the edge side is responsible for sensor data collection, feature extraction and data sending, while the cloud side is in charge of loop closing and global mapping.