Michael Orlov

Results 271 comments of Michael Orlov

@PeterQFR This issue could be related to the https://github.com/ros2/rosbag2/issues/966, please double check if it's has been fixed on latest master.

Unfortunately will need to build from source.

Closing as stale and most probably a duplicate of already fixed #966 issue. Feel free to reopen if issue still reproducible.

@chaoflow FYI. Now we store message definitions in SQLite3 db3 files as well. I added new table `message_definitions` and incremented `schema_version` to **4** in `schema` table. Please refer to the...

@chaoflow The migration path is simple. If db schema version < 4 there are no `message_definition` table. Please see how we are determining db schema version here https://github.com/ros2/rosbag2/blob/18216763ac13d942ee582c4b658962e49179ba3d/rosbag2_storage_sqlite3/src/rosbag2_storage_sqlite3/sqlite_storage.cpp#L797-L814 Or you...

@SimeonOA It looks like this error relates to the using old version of the `yaml_cpp` library. See https://stackoverflow.com/questions/25962473/does-yamlnode-have-a-mark-structure Please double check what version do you have locally. Also please check...

@SimeonOA I would suggest to try to force building `yaml-cpp` from sources via following commands: ```bash colcon build --packages-select yaml_cpp_vendor --cmake-args -DFORCE_BUILD_VENDOR_PKG=ON ``` Then try to build `rosbag2_storage` package ```bash...

- Closing as stale issue with no response from author.

@yunerJin Do you have access to the internet on machine where you are running build? It might be intermittent problem with access to the zstd third party dependencies when trying...