osrf / rmf_core

Provides the centralized functions of RMF: scheduling, etc.
Apache License 2.0
102 stars 41 forks source link

experimental argument for launching fleet adapter in gdb #283

Open codebot opened 3 years ago

codebot commented 3 years ago

When debugging segfaults in the fleet adapters, it can be tricky to launch it inside gdb when inside deeply nested launch files with many arguments. This PR attempts to add an argument to the launch file which will pop up the fleet adapter in a new xterm inside gdb. It is not yet tested though, so it probably needs some iteration.

Signed-off-by: Morgan Quigley morgan@osrfoundation.org