Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.
Closed
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ of the robot. However, for now the flexibility in the hip found in real TALOS hu

# Setup
```
sudo apt install robotpkg-talos-simulation
sudo apt install robotpkg-talos-metapkg-ros-control-sot
mkdir -p test_ws/src
cd test_ws/src
catkin_init_workspace
Expand All @@ -20,7 +22,6 @@ cd ..
catkin config --install
catkin build talos_integration_tests
```

Preparing your environment variables:
```
source ./test_ws/install/setup.bash
Expand Down