Support
Quality
Security
License
Reuse
kandi has reviewed Landmarks_vSLAM and discovered the below as its top functions. This is intended to give you an instant insight into Landmarks_vSLAM implemented functionality, and help decide if they suit your requirements.
Anastasia Panaretou https://github.com/anastasiapan
Phillip Mastrup https://github.com/PMastrup
First download and set-up ROS http://wiki.ros.org/ROS/Installation
Then setup Cartographer System https://google-cartographer-ros.readthedocs.io/en/latest/compilation.html
Cartographer system modifications We did not create a package for this. You can just merge the files under 'cartographer_ros' in the directories they appear to be. They should be under the path: catkin_ws/src/cartographer_ros/cartographer_ros Only one source file has been slightly modified to visualise landmarks with 3D models - completely optional
Setup YOLO by ultralytics https://github.com/ultralytics/yolov5 We trained for our own objects - currently traffic cones and fire extinguishers If you don't feel like training, COCO can be used
Find your camera drivers: We used astra from Orbecc https://astra-wiki.readthedocs.io/en/latest/installation.html
Since an RGB-D camera is used you need to setup OpenNI library from pip pip install openni pip install primesense
This method is based on Bag-of-Visual-Words and SURF If not familiar with this method watch this amazing video: https://www.youtube.com/watch?v=a4cFONdc6nc and check out this repo https://github.com/ovysotska/in_simple_english/blob/master/bag_of_visual_words.ipynb Whatever vocabulary can be used (based on SURF) OR create your own (which we did) following the instructions in codebook_creation/create_codebook.py
Start the detector with python : python detect_landmarks_vslam.py
Launch cartographer : roslaunch cartographer_ros vslam_2D_landmarks.launch
If you want to test on a bagfile : roslaunch cartographer_ros landmarks_2D.launch bag_filename:=path/to/your/bagfile.bag
No Code Snippets are available at this moment for Landmarks_vSLAM.Refer to component home page for details.
No Code Snippets are available at this moment for Landmarks_vSLAM.Refer to component home page for details.
No Community Discussions are available at this moment for Landmarks_vSLAM.Refer to stack overflow page for discussions.
No Community Discussions are available at this moment for Landmarks_vSLAM.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
No vulnerabilities reported