https://github.com/lgsvl/ros2-lgsvl-bridge
https://github.com/lgsvl/ros2-lgsvl-bridge
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lgsvl/ros2-lgsvl-bridge
- Owner: lgsvl
- License: bsd-3-clause
- Created: 2020-07-08T23:35:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T06:06:37.000Z (about 4 years ago)
- Last Synced: 2025-03-24T18:11:27.426Z (7 months ago)
- Language: C++
- Size: 33.2 KB
- Stars: 13
- Watchers: 10
- Forks: 14
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
# ROS2 LGSVL Bridge
This is bridge that exposes custom TCP socket for accepting and transmitting
ROS2 messages from LGSVL Simulator.
# Requirements
* rcutils - https://github.com/ros2/rcutils
* rcl - https://github.com/ros2/rcl
* boost (with asio) - https://www.boost.org/
# Building
```
colcon build --cmake-args '-DCMAKE_BUILD_TYPE=Release'
```
# Running
```
. ~/ros2-lgsvl-bridge/install/setup.bash
lgsvl_bridge [--port 9090] [--log D]
```