Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
souryavarenya authored Jan 24, 2024
1 parent 2f27504 commit 06d6dd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fixposition_driver_ros1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
- [Eigen3](https://eigen.tuxfamily.org/index.php?title=Main_Page), tested with version [3.3.7](https://gitlab.com/libeigen/eigen/-/releases/3.3.7)
- [Boost](https://www.boost.org/), tested with version [1.65.0](https://www.boost.org/users/history/version_1_65_0.html)
- [CMake](https://cmake.org/)
- [Transforms] (http://wiki.ros.org/tf)
- [tf](http://wiki.ros.org/tf) ROS1 library
- [eigen_conversions](https://wiki.ros.org/eigen_conversions) ROS1 library
- [Catkin](http://wiki.ros.org/catkin) for ROS1

- **[fixposition_gnss_tf](https://github.com/fixposition/fixposition_gnss_tf)**: Fixposition GNSS Transformation Lib
Expand All @@ -21,6 +22,7 @@ This driver operates as a ROS node, connecting to either a TCP or serial stream
sudo apt update
sudo apt install -y build-essential cmake
sudo apt install -y libeigen3-dev
sudo apt install -y ros-{ROS_DISTRO}-tf ros-{ROS_DISTRO}-eigen-conversions
```


Expand Down

0 comments on commit 06d6dd9

Please sign in to comment.