Skip to content

Commit

Permalink
minor changes to rosnavigation. Validate with working acados and rosn…
Browse files Browse the repository at this point in the history
…avigation.
  • Loading branch information
oscardegroot committed Sep 26, 2024
1 parent 15bb83d commit 2338b65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"label": "ROS Navigation: Generate solver and build",
"detail": "Generate the solver and build the mpc package configured in build.sh",
"type": "shell",
"command": "./build.sh rosnavigation true",
"command": "source fix_console.sh && ./build.sh rosnavigation true",
"group": {
"kind": "build",
"isDefault": true
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Arguments: system_type generate_solver
# Usage: ./build.sh <system_name> <generate_solver>
cd /workspace
clear

Expand Down Expand Up @@ -37,6 +37,6 @@ else
fi

BUILD_TYPE=RelWithDebInfo # Release, Debug, RelWithDebInfo, MinSizeRel
catkin config --cmake-args -DCMAKE_BUILD_TYPE=$BUILD_TYPE
catkin config --cmake-args -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPYTHON_VERSION=3

catkin build mpc_planner_$1

0 comments on commit 2338b65

Please sign in to comment.