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

Backwards movement in Autoware 1.13

asked 2020-07-15 11:53:48 -0500

kosmastsk gravatar image

I am using Autoware 1.13 in ROS Melodic. I am using Gazebo for my car simulation and until now I have successfully managed to follow waypoints in a map using MPC and astar. Specifically, I load the PCD map and the vehicle model in Autoware and then I enable the following modules from Computing tab:

  - ndt_matching
  - vel_pose_connect
  - lidar_euclidean_cluster_detect
  - costmap_generator
  - lane_rule
  - lane_stop
  - lane_select
  - waypoint_loader
  - astar_avoid 
  - velocity_set
  - mpc_follower
  - twist_filter

It works really well for waypoints that are in front of the car and can successfully follow them. But, in some cases a maneuver may be needed and the car should go backwards for a while and then move forward again.

Does Autoware 1.13 give this option?

If yes, how is this achieved? Is there a special configuration needed for MPC to allow this movement?

edit retag flag offensive close merge delete

Comments

liyou zhou gravatar image liyou zhou  ( 2020-07-16 04:58:44 -0500 )edit

The planner is providing me with waypoints that are backward movements. But the issue is that the car is not moving at all, the velocity commands sent to the topic remain 0

kosmastsk gravatar image kosmastsk  ( 2020-07-16 05:06:46 -0500 )edit

does pure_persuit node do backwards driving maybe? https://github.com/Autoware-AI/core_p...

liyou zhou gravatar image liyou zhou  ( 2020-07-16 15:16:42 -0500 )edit

I checked using Pure Pursuit as well, but the result is the same. Actually, as far as I understood from the code, pure pursuit finds that can_get_curvature is 0 in these kind of paths and as a result the twist command sent is 0.

kosmastsk gravatar image kosmastsk  ( 2020-07-17 01:39:37 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-07-18 18:46:22 -0500

Josh Whitley gravatar image

Unfortunately, this feature was started as part of 1.13.0 but was never competed. See https://gitlab.com/autowarefoundation... (archived) for more details about what was competed and what still needs work. We are happy to accept merge requests to compete this feature but I do not believe it is being actively worked on at this time.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-07-15 11:53:48 -0500

Seen: 343 times

Last updated: Jul 18 '20