Skip to content

Commit 3d96c7c

Browse files
committed
print debug info in osqp
Signed-off-by: Tomohito Ando <[email protected]>
1 parent 20a6a8f commit 3d96c7c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

control/mpc_lateral_controller/src/qp_solver/qp_solver_osqp.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ namespace autoware::motion::control::mpc_lateral_controller
2121
{
2222
QPSolverOSQP::QPSolverOSQP(const rclcpp::Logger & logger) : logger_{logger}
2323
{
24+
osqpsolver_.updateVerbose(true);
2425
}
2526
bool QPSolverOSQP::solve(
2627
const Eigen::MatrixXd & h_mat, const Eigen::MatrixXd & f_vec, const Eigen::MatrixXd & a,

launch/tier4_control_launch/launch/control.launch.py

+1
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ def launch_setup(context, *args, **kwargs):
318318
namespace="",
319319
package="rclcpp_components",
320320
executable=LaunchConfiguration("container_executable"),
321+
output="both",
321322
composable_node_descriptions=[
322323
controller_component,
323324
control_validator_component,

0 commit comments

Comments
 (0)