-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
test-failureThe issue or PR relates to a test failureThe issue or PR relates to a test failure
Description
System Info
- OS
- Ubuntu 20.04
- ROS version and installation type
- rolling/source
- RTI Connext DDS version and installation type
rti-connext-dds-5.3.1/focal,now 5.3.1-nc.x64Linux3gcc5.4.0+2 amd64
- RMW version or commit hash
Bug Description
Numerous failures in Nav2 when testing with rmw_connextdds that don't occur with other RMWs. To list a few:
- An abnormal number of rmw_dds_common warnings are encountered during testing of nav2:
Details
[controller_server-7] [WARN] [1617199619.684671125] [rmw_dds_common]: nanoseconds value too large for 32-bits, saturated at UINT_MAX
[controller_server-7] [WARN] [1617199619.684736997] [rmw_dds_common]: nanoseconds value too large for 32-bits, saturated at UINT_MAX
[controller_server-7] [WARN] [1617199619.684755779] [rmw_dds_common]: nanoseconds value too large for 32-bits, saturated at UINT_MAX
...
- Expected lexeme type not found as handle's typesupport identifier (rosidl_typesupport_cpp) is not supported by this library:
Details
[planner_server-8] >>> [rcutils|error_handling.c:108] rcutils_set_error_state()
[planner_server-8] This error state is being overwritten:
[planner_server-8]
[planner_server-8] 'Handle's typesupport identifier (rosidl_typesupport_cpp) is not supported by this library, at /home/jenkins-agent/workspace/packaging_linux/ws/src/ros2/rosidl_typesupport/rosidl_typesupport_cpp/src/type_support_dispatch.hpp:111'
[planner_server-8]
[planner_server-8] with this new error message:
[planner_server-8]
[planner_server-8] 'Expected lexeme type (19) not found, search ended at index 21, at /home/jenkins-agent/workspace/packaging_linux/ws/src/ros2/rcl/rcl/src/rcl/lexer_lookahead.c:233'
[planner_server-8]
[planner_server-8] rcutils_reset_error() should be called after error handling to avoid this.
[planner_server-8] <<<
- Cannot delete and wait on the same object
Details
[gzserver-1] [ERROR] [1617200184.378385234] [rmw_connextdds]: cannot delete and wait on the same object
[gzserver-1] [ERROR] [1617200184.381227447] [rmw_connextdds]: cannot delete and wait on the same object
[gzserver-1] [ERROR] [1617200184.381472426] [rmw_connextdds]: cannot delete and wait on the same object
See test failure logs for complete error messages:
Expected Behavior
No test failures encountered like with other alternative RMW.
How to Reproduce
export IMAGE_NAME=rosplanning/navigation2:main.release
export FROM_IMAGE=osrf/ros2:nightly-rmw-nonfree
docker pull $IMAGE_NAME
#OR
git clone https://github.com/ros-planning/navigation2.git
cd navigation2
docker build \
--tag ${IMAGE_NAME} \
--build-arg FROM_IMAGE \
--file Dockerfile .
mkdir -p /tmp/overlay_ws/log
docker run -it --rm \
-v /tmp/overlay_ws/log:/opt/overlay_ws/log \
rosplanning/navigation2:main.release \
bash
export RMW_IMPLEMENTATION=rmw_connextdds
colcon test
colcon test-result --verbose
cd /tmp/overlay_ws/log/latest_test/
Workarounds
Switching to alternative RMWs such as rmw_fastrtps_cpp or rmw_cyclonedds_cpp.
Additional context
With the recent release announcement, the nav2 project has re-enabled rmw_connextdds to its rmw matrix of nightly tests.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
test-failureThe issue or PR relates to a test failureThe issue or PR relates to a test failure