Skip to content

add setup instructions #19

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

Closed
wants to merge 1 commit into from
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