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

Route Tool Rviz Panel #4775

Open
wants to merge 35 commits into
base: nav2_route_server
Choose a base branch
from

Conversation

john-chrosniak
Copy link


Basic Info

Info Please fill out this column
Ticket(s) this addresses NA
Primary OS tested on Ubuntu
Robotic platform tested on Gazebo turlebot simulation and Ackermann steering robot
Does this PR contain AI generated software? Yes and it is marked inline in the code

Description of contribution in a few bullet points

  • I added an Rviz panel to help create route graphs

Description of documentation updates required from your changes

  • Documentation needed to highlight how to use the new Rviz panel

Future work that may be required in bullet points

  • Could add support for bidirectional edges or adding route operations using the tool in future work

For Maintainers:

  • Check that any new parameters added are updated in docs.nav2.org
  • Check that any significant change is added to the migration guide
  • Check that any new features OR changes to existing behaviors are reflected in the tuning guide
  • Check that any new functions have Doxygen added
  • Check that any new features have test coverage
  • Check that any new plugins is added to the plugins page
  • If BT Node, Additionally: add to BT's XML index of nodes for groot, BT package's readme table, and BT library lists

Copy link
Contributor

mergify bot commented Dec 2, 2024

@john-chrosniak, all pull requests must be targeted towards the main development branch.
Once merged into main, it is possible to backport to @nav2_route_server, but it must be in main
to have these changes reflected into new distributions.

Copy link
Contributor

mergify bot commented Dec 4, 2024

This pull request is in conflict. Could you fix it @john-chrosniak?

Copy link
Contributor

mergify bot commented Dec 4, 2024

This pull request is in conflict. Could you fix it @john-chrosniak?

@john-chrosniak john-chrosniak force-pushed the route-server-develop branch 2 times, most recently from 91d39a1 to c2a4add Compare December 4, 2024 18:08
SteveMacenski and others added 23 commits December 4, 2024 13:51
Signed-off-by: John Chrosniak <[email protected]>
Signed-off-by: John Chrosniak <[email protected]>
* turtlebot3 world graph

* remove line

* add line back

Signed-off-by: John Chrosniak <[email protected]>
* Revert rclcpp service API usage for Humble

rclcpp deprecated one of the create_service() function overloads, and
the navigation2 projected updated their usage accordingly. However,
these API changes did not get back-ported to the rclcpp version that
Humble uses, meaning we could not build navigation2 packages from
source with Humble.

* Remove launch substitutions that are unavailable in Humble

* Update include directive to use proper header file name

The cv_bridge package added a .hpp file, but only the .h version is
available in Humble.

* Update README with changes from upstream

* Remove upstream's CI workflows

Signed-off-by: John Chrosniak <[email protected]>
Signed-off-by: John Chrosniak <[email protected]>
Signed-off-by: John Chrosniak <[email protected]>
Signed-off-by: John Chrosniak <[email protected]>
Signed-off-by: John Chrosniak <[email protected]>
Signed-off-by: John Chrosniak <[email protected]>
Signed-off-by: John Chrosniak <[email protected]>
Signed-off-by: John Chrosniak <[email protected]>
Signed-off-by: John Chrosniak <[email protected]>
Signed-off-by: John Chrosniak <[email protected]>
Signed-off-by: John Chrosniak <[email protected]>
john-chrosniak and others added 11 commits December 4, 2024 13:51
Signed-off-by: John Chrosniak <[email protected]>
Signed-off-by: John Chrosniak <[email protected]>
Signed-off-by: John Chrosniak <[email protected]>
Signed-off-by: John Chrosniak <[email protected]>
Signed-off-by: John Chrosniak <[email protected]>
Signed-off-by: John Chrosniak <[email protected]>
Signed-off-by: John Chrosniak <[email protected]>
Signed-off-by: John Chrosniak <[email protected]>
Copy link
Contributor

mergify bot commented Dec 4, 2024

This pull request is in conflict. Could you fix it @john-chrosniak?

Signed-off-by: John Chrosniak <[email protected]>
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.

5 participants