Skip to content

Commit

Permalink
docs: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
domire8 committed Dec 12, 2024
1 parent 36f099c commit de4bb31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Release Versions
## Upcoming changes

- fix(robot-model): improve ik performance (#205)
- fix(robot-model): kinematics tests (#207)

## 9.0.1

Expand Down
2 changes: 1 addition & 1 deletion source/robot_model/test/tests/test_kinematics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ TEST_F(RobotModelKinematicsTest, TestInverseKinematics) {
InverseKinematicsParameters param = InverseKinematicsParameters();
param.tolerance = tol;

std::size_t num_samples = 10000;
std::size_t num_samples = 1000;
for (const auto& urdf : std::vector<std::string>{"panda_arm.urdf", "ur5e.urdf", "xarm.urdf"}) {
auto robot = std::make_unique<Model>("robot", std::string(TEST_FIXTURES) + urdf);
state_representation::JointPositions config("robot", robot->get_joint_frames());
Expand Down

0 comments on commit de4bb31

Please sign in to comment.