Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lgsvl/ros2-lgsvl-bridge


https://github.com/lgsvl/ros2-lgsvl-bridge

Last synced: about 2 months ago
JSON representation

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]
```