-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Is it possible to use this parameter:
flip_for_axis (float, default: None) When enabled, the desired following distance between robot and control point (published on /trajectory) is inverted when the control point moves backwards along the given axis. Depending on the robot, this makes the robot drive backwards when moving in the indicated axis.
To follow a path wit a non-holonomic (dual differential drive robot) by driving backwards? If I do:
<node name="interpolator" pkg="tracking_pid" type="path_interpolator">
<param name="target_x_vel" value="0.7"/>
<param name="target_x_acc" value="100.0"/>
<param name="flip_for_axis" value="x"/>
</node>
and then:
roslaunch tracking_pid test_tracking_pid.test rviz:=true
I get no movement and:
[ INFO] - /fake_odometry: [1655821967.503094200] Started mobile robot simulator update loop, listening on cmd_vel topic
[ INFO] - /controller: [1655821967.717553000] Transform between map and base_link found
[ERROR] - /interpolator: [1655821968.183834] SimpleActionServer.internal_goal_callback - exception
Does the path need to be specified differently? Could you give me an example?
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels