gz log does not work, causes segmentation fault
I launched an empty world with a waffle_pi
, using the urdf from turtlebot3_description
Then in another terminal I run gz log -d 1 -e
, I got
<?xml version='1.0'?>
<gazebo_log>
<header>
<log_version></log_version>
<gazebo_version></gazebo_version>
<rand_seed>0</rand_seed>
<log_start>0 0</log_start>
<log_end>0 0</log_end>
</header>
Segmentation fault
If I run gz log -d 1
without the -e
, the terminal that is running the world shows
Error [parser_urdf.cc:3474] Unable to call parseURDF on robot model
Error [parser.cc:341] parse as old deprecated model file failed.
This happens on both gazebo 7.16.1 with ROS Kinetic and 9.13.2 with ROS Melodic