Skip to content

Commit

Permalink
Use common::joinPaths()
Browse files Browse the repository at this point in the history
Signed-off-by: Nick <69305722+Bac0nEater@users.noreply.github.com>
  • Loading branch information
Bac0nEater committed Jun 19, 2023
1 parent 90a21e6 commit c3977ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/ackermann_steering_system.cc
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ TEST_P(AckermannSteeringTest,
GZ_UTILS_TEST_DISABLED_ON_WIN32(
AngularSpeedLimiters))
{
const std::string &_sdfFile = common::joinPaths(std::string(PROJECT_SOURCE_PATH), "/test/worlds/ackermann_steering_with_angular.sdf");
const std::string &_sdfFile = common::joinPaths(std::string(PROJECT_SOURCE_PATH, "test", "worlds", "ackermann_steering_with_angular.sdf"));
const std::string &_cmdVelTopic = "/model/vehicle/cmd_vel";
const std::string &_odomTopic = "/model/vehicle/odometry";

Expand Down

0 comments on commit c3977ff

Please sign in to comment.