gaia-platform / rosbag2_snapshot

A ROS2 port of rosbag_snapshot
18 stars 12 forks source link

Fix smart pointer constructor & future result usage #14

Open jihyunl2 opened 1 year ago

jihyunl2 commented 1 year ago

I came across seg fault issues and managed to make it work by changing how two of the smart pointers were initialized. The second change was regarding the future result, which seemed to regard rclcpp::FutureReturnCode::SUCCESS as a service fail.