Skip to content

Peppermint-Robots/backward_ros

 
 

Repository files navigation

Backward ROS

For info about the backward-cpp project check https://github.com/bombela/backward-cpp

This wrapper should make it very easy to integrate backward_cpp into your ROS2 packages.

Integration of backward_ros

Add backward_ros to your package.xml <depend>backward_ros</depend>

Add backward_ros to your CMakeLists.txt find_package(backward_ros REQUIRED)

You're done, it should automatically add a library to your executables, when they crash, they should print a nice stacktrace like this: pretty stackstrace

To get line numbers and more details, you need to build with debug information enabled (CMAKE_BUILD_TYPE = Debug or RelWithDebInfo)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.5%
  • CMake 7.2%
  • Python 1.5%
  • Shell 0.8%