This commit is contained in:
Amanda 2021-05-05 14:07:40 -06:00 коммит произвёл GitHub
Родитель da85dc43d7
Коммит da5e3640c4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 1 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -1,3 +1,4 @@
.idea
.DS_Store
*.swp
*.vscode/

Просмотреть файл

@ -15,7 +15,7 @@ Scripts used to send [ROS](https://www.ros.org/) messages to an [TCP endpoint](h
This Unity package provides three main features:
- ROSConnection: See the [Unity Robotics Hub](https://github.com/Unity-Technologies/Unity-Robotics-Hub/blob/master/tutorials/ros_unity_integration/README.md) repository for information and tutorials on how to use this component.
- ROSConnection: See the [Unity Robotics Hub](https://github.com/Unity-Technologies/Unity-Robotics-Hub/blob/main/tutorials/ros_unity_integration/README.md) repository for information and tutorials on how to use this component.
- [Message Generation](MessageGeneration.md)