Git Product home page Git Product logo

Comments (3)

mfehr avatar mfehr commented on June 30, 2024

Hi @qinyusen
I'm afraid we don't have a lot of experience with doxygen in our team and maplab doesn't really use the doxygen comment style. However having a doxygen page would definitely be helpful, even without the comments, so if you are pursuing this we would of course appreciate it if you share the results with us.

The only thing I could think of is that maplab is a metapackage and that's why it's not working. Sorry for not being more helpful.

from maplab.

qinyusen avatar qinyusen commented on June 30, 2024

Hi, @mfehr

It's ok, I will look forward to try to make it works. And will ask for a merge request if I have a solution.

Since doxygen could simply show how funtions called even no doxygen style commit , and also for maplab such a modularization project, a call graph will really help people to understand it.

And as a engineer in Segway Robotics, I just curious on how your team works for such a big project and make the debug?

BR,
Yusen

from maplab.

dymczykm avatar dymczykm commented on June 30, 2024

@qinyusen
To navigate through the code, we mostly rely on our IDEs (e.g. Eclipse) that help to understand types and function signatures. We also try to name function/parameters so the code is as self-explanatory as possible.

For the debugging, we mostly rely on Google Logging Library by adding checks whenever possible (so you know where your code crashed -> it's easy to identify the bug). Additionally, unit tests and a continuous integration server helps to detect errors when changing the codebase.

from maplab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.