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
Create a RViz configuration with DepthCloud and MotionPlanning activated and store the config.
start RViz with the config
Expected behavior
A user should be able to move the interactive marker.
Actual behavior
The interactive marker will be stuck:
[rviz2-1] [INFO] [1743173628.839935455] [interactive_marker_display_99717779359552]: Sending request for interactive markers
[rviz2-1] [WARN] [1743173629.873130575] [interactive_marker_display_99717779359552]: Did not receive response with interactive markers, resending request...
Additional information
This seems to be an issue with synchronisation. As soon as I untick the DepthCloud, the interactive marker will appear - but I cannot move it. When I store this config with the unticked DepthCloud and load it again, I can also move the marker and activate DepthCloud again.
When I start RViz with DepthCloud and MotionPlanning initially unticked, and I tick (activate) DepthCloud first and then MotionPlanning, the marker will not be shown (Did not receive response with interactive markers, resending request...). But if I tick MotionPlanning first, the marker will be shown and I even can tick DepthCloud, see the point cloud and I can plan & execute afterwards.
So the DepthCloud seems to block the interactive marker when it is active before MotionPlanning.
The text was updated successfully, but these errors were encountered:
Operating System:
Ubuntu 24.04,
6.12.18-rt-x64v3-xanmod1
ROS version or commit hash:
jazzy
RMW implementation (if applicable):
rmw_zenoh_cpp
RMW Configuration (if applicable):
No response
Client library (if applicable):
rclcpp
'ros2 doctor --report' output
Steps to reproduce issue
DepthCloud
andMotionPlanning
activated and store the config.Expected behavior
A user should be able to move the interactive marker.
Actual behavior
The interactive marker will be stuck:
Additional information
This seems to be an issue with synchronisation. As soon as I untick the
DepthCloud
, the interactive marker will appear - but I cannot move it. When I store this config with the untickedDepthCloud
and load it again, I can also move the marker and activateDepthCloud
again.When I start RViz with
DepthCloud
andMotionPlanning
initially unticked, and I tick (activate)DepthCloud
first and thenMotionPlanning
, the marker will not be shown (Did not receive response with interactive markers, resending request...
). But if I tickMotionPlanning
first, the marker will be shown and I even can tickDepthCloud
, see the point cloud and I can plan & execute afterwards.So the
DepthCloud
seems to block the interactive marker when it is active beforeMotionPlanning
.The text was updated successfully, but these errors were encountered: