Feature - nav2_route server support for kilted#103
Open
AdarshKaran wants to merge 6 commits intoneobotix:rollingfrom
Open
Feature - nav2_route server support for kilted#103AdarshKaran wants to merge 6 commits intoneobotix:rollingfrom
AdarshKaran wants to merge 6 commits intoneobotix:rollingfrom
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dense route
ros2 launch rox_navigation navigation.launch.py use_sim_time:=True use_route:=Trueuse this command to run the python executable for route server that reads the node id's list from
route.yamland traverses through all those node id'sroute_server_dense_route_commander.mp4
Sparse route
Alternatively, you can use the rviz send goal command to use route server, but this doesn't fully stick to the route (meaning if it finds a low cost path in free space it will choose that).
This is done by setting
default_nav_to_pose_bt_xmlto usenavigate_w_routing_global_planning_and_control_w_recovery.xml. This still has some issues as you can see it struggle and get stuck towards the end of the videoroute_server_sparse_route_bt.mp4
Using
navigate_on_route_graph_w_recovery.xmlinstead throwserror_code:0Route Creation
.pgmfiles. So, the map from slam had to be converted to.pngBackground X position = -5.88andBackground Y position = -4.99these were the values i used for neo_workshop map
