Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Installing example-robot-data without hppfcl in https://github.com/Gepetto/example-robot-data/pull/338
- ROS: jrl_cmakemodules dependency ([#330](https://github.com/Gepetto/example-robot-data/pull/330))
- Added Centauro ([#346](https://github.com/Gepetto/example-robot-data/pull/346))
- Add TIAGo Pro SRDF with HPP gripper definitions for both arms

## [4.4.0] - 2025-09-29

Expand Down
1 change: 1 addition & 0 deletions python/example_robot_data/robots_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ class TiagoNoHandLoader(TiagoLoader):
class TiagoProLoader(RobotLoader):
path = "tiago_pro_description"
urdf_filename = "tiago_pro.urdf"
srdf_filename = "tiago_pro.srdf"


class ICubLoader(RobotLoader):
Expand Down
Loading
Loading