-
Notifications
You must be signed in to change notification settings - Fork 23
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
fastddsgen and ros2 gen msg, TypeSupport member m_typeSize id different, why? #32
Comments
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
file Vec2Image1m.msg :
shm_msgs/Image1m[2] images
fastddsgen:
fastddsgen -d {src_path} -de final -I . -t {temp_path} -typeros2 -cs {idls_str}
ros2 gen:
fastddsgen m_typeSize value is: 2098236 + 4
ros2 m_typeSize value is: 2098232 + 4
can you help me explain?
The text was updated successfully, but these errors were encountered: