-
1. comment
2. Readme.md
3. screenshots + gifs
4. format (e.g. pragma once vs ifdef)
5. branches (remove / make it work)
// readme.md
1. purpose of this project (50% knowledge, 50% practice)
…
-
-
Hello,
I am trying to use pure localization in ROS2 foxy. But catorgrapher still keep updating map even though I set pure_localization=true.
Basicly I am using the robot I built. It only use Lidar…
-
Hi @francoisferland @matlabbe,
Can you help me to regenerate processing time logs for creating graph as shown in figure below?
![image](https://github.com/user-attachments/assets/21741f72-90b6-4a…
-
Thank the authors for the great work!
I've been implementing NeuS using acceleration techniques proposed in Instant-NGP (multiresolution hash encoding, fully fused networks, occupancy grid pruning)…
-
We'll need a node that generates a mesh graph from an occupancy grid map using a voronoi graph approach. Each goal must be reachable by the robot and have some padding around it to allow for rotation.…
-
`matrix::select_k` for data type **half** sometimes is extremely slow and takes significant fraction of `ivf_pq::search` time (especially non-fused search that is activated for k > 128).
The offendin…
-
You can use the Python library [Gemmi](https://github.com/project-gemmi/gemmi) to handle CCP4 data ([example](https://www.ebi.ac.uk/emdb/EMD-10765)).
To get the data into Python, execute the follo…
-
Planned folder structure:
- dogm_msgs
- dogm_ros
- dogm_rviz_plugin
For the measurement grid package:
- measurement_grid_msgs
- measurement_grid_ros
The goal is to basically copy what's…
-
I would like to generate simple and obvious routes from a starting point to a goal using some simplistic approaches like DFS, A* or Lee algorithm. My assumption is that for doing it I need access to n…