RoverRobotics / roverrobotics_ros1

ROS1 Driver for communicating with Rover Robotics products. Requires librover.
Apache License 2.0
11 stars 7 forks source link

Current commit won't compile due to syntax error #36

Closed Lukas-W8less closed 1 year ago

Lukas-W8less commented 1 year ago

The most recent commit a224c99, introduced an extra underscore on line 138 of roverrobotics_driver/src/roverrobotics_ros_driver.cpp. This causes the code to note compile, at least on my system. I'm submitting a PR momentarily that will remove the typo.

System specs: Ubuntu 20.04 ROS Noetic Rover Robotics ROS 1 Driver a224c99

Lukas-W8less commented 1 year ago

See PR #37