Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Nov 29, 2022
1 parent f8b596d commit 5f0c61a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,14 @@ const auto & X_Camera_Object = datastore().call<const sva::PTransformd &>(name_+
- [mc_rtc](https://github.com/jrl-umi3218/mc_rtc)
- Eigen3
- Boost

## Install from APT

```bash
# For head version replace stable with head
curl -1sLf 'https://dl.cloudsmith.io/public/mc-rtc/stable/setup.deb.sh' | sudo -E bash
# For the Attitude observer
sudo apt install mc-state-observation
# For ROS-based observers
sudo apt install ros-${ROS_DISTRO}-mc-state-observation
```

0 comments on commit 5f0c61a

Please sign in to comment.