Skip to content

Apply backward waypoints to pure_pursuit

Implemented feature

Apply control_cmd to backward drinving.

Description

This MR is able to handle negative speeds with waypoints in pure_pursuit.

Related issue is #8 (closed) .

(Most of #8 (closed) must be merged to allow backward driving.)

To merge this MR, we must first merge MR drivers!15 (merged) , ymc interface (drivers!17 (closed)), and vehicle_sender (utilities!43 (closed)).

Implementation considerations

Implement as per #8 (closed) .

control_cmd.linear_velocity should be negative value in backward driving.

control_cmd.linear_acceleration should be negative value when accelerating backward.

How to test

Please check if the test code passes.

Edited by Yuma Nihei

Merge request reports