Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 751 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 751 Bytes

rosserial - CU Hyperloop Edition!

This fork of the main rosserial package fixes some issues with how Ethernet communication is handled on the Teensy 4.1. To install into ROS, you need to build this package rather than installing the binaries directly from the ROS Package Manager.

Where is the Catkin workspace you want to install into:

  cd <ws>/src
  git clone https://github.com/CU-Hyperloop/rosserial.git
  cd <ws>
  catkin_make
  catkin_make install

rosserial - Original

Build Status

Please see rosserial on the ROS wiki to get started.