Skip to content

Add nav2 to the panther #198

New issue

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

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

MaxWaterhout
Copy link
Collaborator

@MaxWaterhout MaxWaterhout commented Jun 5, 2025

Description

This PR adds nav2 to the Panther robot.
What is done:

  • Refactored GZ_SIM_RESOURCE_PATH from the dockerfile to the .env in the dockercontainer
  • Created own launch file based on the launch file of nav2_bringup's navigation_launch so we can use registeredlaunchfile
  • Added Nav2 to the panther launch file instead of its own seperate launch file.
  • Added a test to test Nav2.

Fixes: #194

Testing

Added the most simple simple test with a NavigateToPose action nearby the robot. This does not test complex path planning, only that the foundation works.

Documentation

  • I have updated the documentation (if necessary)

Signed-off-by: Max Waterhout <max.waterhout@hotmail.nl>
@MaxWaterhout MaxWaterhout linked an issue Jun 5, 2025 that may be closed by this pull request
@MaxWaterhout MaxWaterhout changed the title Update environment variables for the meshes Add nav2 to the panther Jun 5, 2025
Signed-off-by: Max Waterhout <max.waterhout@hotmail.nl>
Signed-off-by: Max Waterhout <max.waterhout@hotmail.nl>
…ation

Signed-off-by: Max Waterhout <max.waterhout@hotmail.nl>
…av2.launch.py and update launch arguments

Signed-off-by: Max Waterhout <max.waterhout@hotmail.nl>
)

return [
SetRemap(src="/cmd_vel", dst="/panther/cmd_vel"),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with collision_monitoring this needs to be changed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Panther] Add nav2 to the panther
1 participant