ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

What is the smallest collection of node to perform waypoint following in Autoware

asked 2020-02-13 13:28:40 -0500

Patrick N. gravatar image

I am trying to test a custom vehicle interface software by having the vehicle perform waypoint following of recorded waypoints from "waypoint_saver" but I cannot figure out the appropriate nodes to run.

I have identified these nodes so far: pure_pursuit->twist_filter->twist_gate->custom_software.

I know the pure_pursuit node subscribes to a "final_waypoints" topic and "velocity_set" publishes a "final_waypoints". I am unsure which nodes to start to connect "waypoint_loader" to "velocity_set" (if this is even correct).

waypoint_loader->????->?velocity_set->pure_pursuit->twist_filter->twist_gate->custom_software

Any help on figuring out the appropriate nodes would be appreciated.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-03-03 12:58:23 -0500

Patrick N. gravatar image

The list of software that can run waypoint following using the waypoints from "waypoint saver":

  • waypoint_loader
  • lane_rule
  • lane_stop
  • lane_select
  • astar_avoid (can run as pass through with no obstacle avoidance)
  • velocity_set
  • twist_filter
  • pure_pursuit
  • vehicle interface software (I had a custom from that received the vehicle_cmd message)

These should work as long as the localization is configured correctly.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2020-02-13 13:28:40 -0500

Seen: 326 times

Last updated: Mar 03 '20