You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
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!
The text was updated successfully, but these errors were encountered: