-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Bug report
Required Info:
- Operating System:
- Ubuntu 20.04.2 LTS
- ROS2 Version:
- Galactic binaries
- Version or commit hash:
ros-galactic-navigation2 1.0.7-1focal.20211012.051615
- DDS implementation:
- (I'm not sure how to find this, it's whatever the default is for
galactic)
- (I'm not sure how to find this, it's whatever the default is for
Steps to reproduce issue
source /opt/ros/galactic/setup.bash
export TURTLEBOT3_MODEL=waffle
export GAZEBO_MODEL_PATH=$GAZEBO_MODEL_PATH:/opt/ros/galactic/share/turtlebot3_gazebo/models
ros2 launch nav2_bringup tb3_simulation_launch.py- Set a decent initial pose estimate
- Change to navigate through poses mode
- Set intermediate pose facing north at the other end of the space (straight ahead from start)
- Set goal pose in the middle between the starting pose and the intermediate pose (facing the same way as the other two)
Expected behavior
Robot should travel all the way to the intermediate pose first (at the other end of the room), then turn around and travel back to the final pose, then turn back around.
Actual behavior
Robot travels towards intermediate pose, but upon passing over goal pose, it stops.
Additional information
Nothing yet.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

