Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

ms-iot/backward_ros

This branch is up to date with pal-robotics/backward_ros:kinetic-devel.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Victor Lopez
Jul 13, 2021
0eaa663 · Jul 13, 2021
May 2, 2018
Mar 15, 2013
Jul 13, 2021
May 31, 2017
Jan 11, 2019
Dec 18, 2016
Dec 18, 2016
Dec 18, 2016
Jul 13, 2021
Jun 6, 2017
Mar 17, 2013
Jul 13, 2021
Mar 16, 2017
Feb 20, 2017
Jul 13, 2021

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 ROS packages.

ROS2

There's a foxy-devel branch and it has been released to the most recent ROS2 versions

Integration of backward_ros

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

Add backward_ros to your CMakeLists.txt find_package(catkin REQUIRED COMPONENTS your_dependencies backward_ros)

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

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.0%
  • CMake 6.7%
  • Python 1.5%
  • Shell 0.8%