Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loading ts from ament index #20

Closed
wants to merge 2 commits into from
Closed

Conversation

Karsten1987
Copy link
Collaborator

@Karsten1987 Karsten1987 commented Aug 17, 2018

open for visibility

Loading message type supports from the ament index are currently only available as C-Typesupports. The symbol for C++ is a templated function which I don't know how to load dynamically with poco.

rosidl_typesupport_c

rosidl_typesupport_c__get_message_type_support_handle__"  + package_name + "__msg__" + type_name

rosidl_typesupport_cpp

get_message_type_support_handle<package_name::msg::type_name>

@Karsten1987 Karsten1987 deleted the dynamically_load_messages branch September 20, 2018 01:41
james-rms pushed a commit to james-rms/rosbag2 that referenced this pull request Nov 17, 2022
* fix: remove pip package dependency from package.xml

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
james-rms pushed a commit to james-rms/rosbag2 that referenced this pull request Nov 17, 2022
* fix: remove pip package dependency from package.xml

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: James Smith <james@foxglove.dev>
emersonknapp added a commit that referenced this pull request May 14, 2024
…23)

Add `--append-files` option to `ros2 bag record`, and update `SequentialWriter` to allow adding files to an existing recording directory. Very useful for persistent "circular buffer" recording, especially in combination with `--max-bagfile-splits`

Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant