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
Please provide the following information:
Expected behaviour Robot navigates toward the specified goal and rotates itself toward the specified direction.
Actual behaviour Robot navigates towards the specified goal but is unable to achieve specified goal's direction.
To Reproduce
ros2 launch clearpath_gz simulation.launch.py setup_path:=clearpath/
ros2 launch clearpath_viz view_navigation.launch.py namespace:=j100_0001
ros2 launch clearpath_nav2_demos localization.launch.py setup_path:=clearpath/ use_sim_time:=true
ros2 launch clearpath_nav2_demos nav2.launch.py setup_path:=clearpath/ use_sim_time:=true
Initial position set through Rviz and goal pose set through Rviz.
Other notes I attached the yaml file I used for the Jackal and a video showcasing the issue.
robot.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please provide the following information:
Expected behaviour
Robot navigates toward the specified goal and rotates itself toward the specified direction.
Actual behaviour
Robot navigates towards the specified goal but is unable to achieve specified goal's direction.
To Reproduce
Terminal 1:
ros2 launch clearpath_gz simulation.launch.py setup_path:=clearpath/
Terminal 2:
ros2 launch clearpath_viz view_navigation.launch.py namespace:=j100_0001
Terminal 3:
ros2 launch clearpath_nav2_demos localization.launch.py setup_path:=clearpath/ use_sim_time:=true
Terminal 4:
ros2 launch clearpath_nav2_demos nav2.launch.py setup_path:=clearpath/ use_sim_time:=true
Initial position set through Rviz and goal pose set through Rviz.
Other notes
I attached the yaml file I used for the Jackal and a video showcasing the issue.
robot.txt
issue.mp4
The text was updated successfully, but these errors were encountered: