demonode.cpp around line 135
In ROS noetic , It seems that a "mark_frame_id" can't be named begin with '/'
In reference_path_impl.cpp , In function ' buildReferenceFromStates ' around the tenth line from the bottom
" return true " is forgotten by mistake, which lead to a mistake like :
" double free or corruption (!prev) " or " free(): double free detected in tcache 2 "
Interestingly, in Ubuntu 16.04 or older this function seems to return true by default.
demonode.cpp around line 135
In ROS noetic , It seems that a "mark_frame_id" can't be named begin with '/'
In reference_path_impl.cpp , In function ' buildReferenceFromStates ' around the tenth line from the bottom
" return true " is forgotten by mistake, which lead to a mistake like :
" double free or corruption (!prev) " or " free(): double free detected in tcache 2 "
Interestingly, in Ubuntu 16.04 or older this function seems to return true by default.