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

Change payload size error from RMW #29

Open
ozge-albayrak opened this issue Jun 7, 2024 · 1 comment
Open

Change payload size error from RMW #29

ozge-albayrak opened this issue Jun 7, 2024 · 1 comment

Comments

@ozge-albayrak
Copy link

I get the following error when I run ros2 run ros2_execution ros2_execution.py --ros-args -p PROGRAM_FILENAME:="irb120ur3" -p ROBOT_MODEL:="irb120" -p EE_MODEL:="none" on the terminal where I launch the simulation with moveit.

2024-06-08 01:36:23.662 [RTPS_READER_HISTORY Error] Change payload size of '92' bytes is larger than the history payload size of '79' bytes and cannot be resized. -> Function can_change_be_added_nts

I am a bit clueless on why am I getting this error and how to solve it.

Thanks!

@ozge-albayrak
Copy link
Author

This issue got resolved with the following:

sudo apt install ros-humble-rmw-cyclonedds-cpp
# You may want to add this to ~/.bashrc to source it automatically
export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp

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

No branches or pull requests

1 participant