We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that the map is not loaded on RVIZ when the navigation stack is launched with namespaces.
Required Info:
source /opt/ros/rolling/setup.bash export TURTLEBOT3_MODEL=waffle export GAZEBO_MODEL_PATH=$GAZEBO_MODEL_PATH:/opt/ros/rolling/share/turtlebot3_gazebo/models ros2 launch nav2_bringup tb3_simulation_launch.py headless:=False use_namespace:=True namespace:=robot_lindo
RVIZ shall show the map
RVIZ does not show the map
On rviz_launch.py it's necessary to add ('/map', 'map'),
remappings=[('/map', 'map'), ('/tf', 'tf'), ('/tf_static', 'tf_static'), ('/goal_pose', 'goal_pose'), ('/clicked_point', 'clicked_point'), ('/initialpose', 'initialpose')])
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed that the map is not loaded on RVIZ when the navigation stack is launched with namespaces.
Bug report
Required Info:
Steps to reproduce issue
Expected behavior
RVIZ shall show the map
Actual behavior
RVIZ does not show the map
Additional information
On rviz_launch.py it's necessary to add ('/map', 'map'),
The text was updated successfully, but these errors were encountered: