RoboJackets / urc-software

Primary codebase for the RoboNav team's URC rover.
https://robojackets.org/teams/robonav/
MIT License
9 stars 2 forks source link

Remove implicit rosbridge float32 -> int cast workaround #65

Closed a-stickan closed 1 year ago

a-stickan commented 2 years ago

Description

In #44, we discovered that rosbridge would convert floats of 0.0 to ints of 0 implicitly. This caused a lot of problems, and we implemented some scuffed workarounds to avoid it. The issue we posted in the rosbridge_suite repo has been resolved with the PR here, so it should be safe to remove the workarounds now.

Requirements

a-stickan commented 1 year ago

Completed with #91