Open KhachDavid opened 3 days ago
I opened up a docker container on osrf/ros:jazzy-desktop-full
and installed the Jazzy binaries. I'm not seeing this issue -- everything's working as intended
nav2_msgs3srv7GetCost
This is a relatively new entry, so that makes me think for some reason you have updated some packages that require this, but didn't update the nav2_msgs
package itself that contains it. Did you try doing a full apt update
and apt upgrade
so you have all the latest packages?
You can reproduce:
sudo docker run -it --net=host --privileged --volume="${XAUTHORITY}:/root/.Xauthority" --env="DISPLAY=$DISPLAY" -v="/tmp/.gazebo/:/root/.gazebo/" -v /tmp/.X11-unix:/tmp/.X11-unix:rw --shm-size=1000mb osrf/ros:jazzy-desktop-full
1 rosdep init
2 rosdep update
3 apt update
4 sudo apt install ros-jazzy-nav2-bringup ros-jazzy-navigation2
5 source /opt/ros/jazzy/setup.bash
6 ros2 launch nav2_bringup tb3_simulation_launch.py
This could probably be the same issue as that of #4754
I am new to ROS and trying to explore nav stack by launching the
nav2_bringup
example. My Rviz crashes everytime.I checked #4722 but it does not look like my issue is the same. I compared my logs to the logs uploaded there.
Below is a video (25 seconds) video_rviz_issue_nav2.zip
Bug report
When launching the example here, my RViz is stuck. I have included the logs below.
There is this error message that I would like to highlight:
Full log here
log.zip
Required Info:
Operating System:
ROS2 Version:
Version or commit hash:
DDS implementation:
Steps to reproduce issue
Expected behavior
I would like to go through the example and click on Startup.
Actual behavior
RViz crashes and forces me to quit
Additional information
Feature request
N/A
Feature description
N/A
Implementation considerations
N/A