Skip to content

Commit cbc674e

Browse files
authored
Update README.md
1 parent 8608841 commit cbc674e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fusion. It has been used with a variety of inputs from sensors such as IMUs
1010
(Carnegie Robotics Multisense SL, Intel RealSense) and joint
1111
kinematics.
1212

13-
For the ROS 1 version, check the ros1 branch of this repository.
13+
For the ROS 1 version, check the [ros1 branch](https://github.com/ori-drs/pronto/tree/ros1) of this repository.
1414

1515
### Legged Robots
1616
Pronto provided the state estimate that was used by MIT DRC team in the
@@ -51,7 +51,7 @@ quadruped robot. This is a fork of the `iit_commons` package (see
5151
For further details, refer to [this](doc/architecture.md).
5252

5353
## Dependencies
54-
Pronto depends on Eigen and Boost.
54+
Pronto depends on Eigen, Boost and Pinocchio.
5555

5656
## System Requirements
5757
The target operating system is **Ubuntu 22.04** with **ROS 2 Humble**.
@@ -90,6 +90,7 @@ ros2 launch pronto_ros2_node bench_pronto.launch.py
9090

9191
## Robot Implementation Example
9292
To learn how to use Pronto on your robot, you can have a look at [this repository](https://github.com/ori-drs/pronto_anymal_example), which contains a full implementation on the ANYmal quadruped robot.
93+
9394
## Publications
9495
If you use part of this work in academic context, please cite the following publication:
9596

@@ -191,8 +192,8 @@ month={May},}
191192
- Extended to support humanoid motion by Maurice Fallon with the help of
192193
the [MIT DARPA Robotics Challenge Team](http://www.drc.mit.edu).
193194

194-
- Support for quadruped robots, full ROS conversion and logo design by
195-
Marco Camurri ([IIT Dynamic Legged System Lab](http://dls.iit.it) and [ORI Dynamic Robot Systems Group](https://ori.ox.ac.uk/labs/drs))
195+
- Support for quadruped robots, full ROS 1 conversion and logo design by
196+
Marco Camurri ([IIT Dynamic Legged System Lab](http://dls.iit.it) and [ORI Dynamic Robot Systems Group](https://ori.ox.ac.uk/labs/drs)), currently at [IDRA Research group](https://idra-lab.github.io/), University of Trento
196197

197198
- Ported to ROS 2 by Jacopo Cioni, Francesco Iotti, and Davide De Benedittis from the University of Pisa, under the supervision of Franco Angelini and Manolo Garabini.
198199

0 commit comments

Comments
 (0)