We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The open_loop mode of the steering controllers library is not working.
To Reproduce Steps to reproduce the behavior:
open_loop
Expected behavior Ideal odometry
Environment (please complete the following information):
Additional context I think the issue is that the variables here are never set
ros2_controllers/steering_controllers_library/include/steering_controllers_library/steering_controllers_library.hpp
Lines 135 to 137 in f7c13ad
ros2_controllers/ackermann_steering_controller/src/ackermann_steering_controller.cpp
Line 61 in f7c13ad
ros2_controllers/bicycle_steering_controller/src/bicycle_steering_controller.cpp
Line 59 in f7c13ad
ros2_controllers/tricycle_steering_controller/src/tricycle_steering_controller.cpp
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
The open_loop mode of the steering controllers library is not working.
To Reproduce
Steps to reproduce the behavior:
open_loop
parameter to trueExpected behavior
Ideal odometry
Environment (please complete the following information):
Additional context
I think the issue is that the variables here are never set
ros2_controllers/steering_controllers_library/include/steering_controllers_library/steering_controllers_library.hpp
Lines 135 to 137 in f7c13ad
but used here
ros2_controllers/ackermann_steering_controller/src/ackermann_steering_controller.cpp
Line 61 in f7c13ad
ros2_controllers/bicycle_steering_controller/src/bicycle_steering_controller.cpp
Line 59 in f7c13ad
ros2_controllers/tricycle_steering_controller/src/tricycle_steering_controller.cpp
Line 59 in f7c13ad
The text was updated successfully, but these errors were encountered: