Skip to content
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

Refactored rviz launch file #28

Open
wants to merge 3 commits into
base: rolling
Choose a base branch
from

Conversation

AdarshKaran
Copy link

  • Refactored the rviz_launch file to use opaque function
  • Added additional launch argument to change the output type (screen, log) of RViz node

Copy link
Member

@padhupradheep padhupradheep left a comment

Choose a reason for hiding this comment

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

LGTM! I see your idea of making it generic for all the robots. This means that we also have to add the rviz_launch.py to the navigation_neo.launch.py. By that way, we just have to add a single argument to our navigation.launch.py across the robots.

By default, use_rviz should be set to true on the navigation launch.

Did you have something else in mind?

README.md Outdated
### **[Date: 2025-02-27]**

- Refactored the rviz_launch file to use opaque function
- Added additional launch argument to change the output type (screen, log) of RViz node
Copy link
Member

Choose a reason for hiding this comment

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

changelog will be generated by the bloom. Just make sure, your commits are descriptive.

@AdarshKaran
Copy link
Author

LGTM! I see your idea of making it generic for all the robots. This means that we also have to add the rviz_launch.py to the navigation_neo.launch.py. By that way, we just have to add a single argument to our navigation.launch.py across the robots.

By default, use_rviz should be set to true on the navigation launch.

Did you have something else in mind?

  • I have now added the start_rviz node to the navigation_neo.launch.py file and the necessary launch argument.
  • I have also updated removed the additional RViz node from navigation.launch.py in ROX and instead added an argument to the navigation_neo.launch.py launch node which already exists.
  • I have removed the changelogs

…e necessary launch argument, removed changelog
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.

2 participants