Skip to content
New issue

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

Fix Joint Position Controller Behaviour Described in #1997 #2001

Merged
merged 15 commits into from
Aug 3, 2023
Prev Previous commit
Next Next commit
style
Signed-off-by: Arjo Chakravarty <arjoc@intrinsic.ai>
  • Loading branch information
arjo129 committed Jun 1, 2023
commit 2bc513dd8239e1f87ca66590ebff69bb48f42c87
2 changes: 1 addition & 1 deletion test/integration/joint_position_controller_system.cc
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ TEST_F(JointPositionControllerTestFixture,

// Start server
ServerConfig serverConfig;
const auto sdfFile = common::joinPaths(PROJECT_SOURCE_PATH,
const auto sdfFile = common::joinPaths(PROJECT_SOURCE_PATH,
"/test/worlds/joint_position_controller_velocity.sdf");
serverConfig.SetSdfFile(sdfFile);

Expand Down