Interbotix / interbotix_ros_core

Core ROS Packages for Interbotix Robots
BSD 3-Clause "New" or "Revised" License
30 stars 57 forks source link

[xs_sdk] Simplify conditional statements in the xs_sdk node #13

Closed lukeschmitt-tr closed 2 years ago

lukeschmitt-tr commented 2 years ago

Simplified many conditional statements that could be reduced to checking returns and evaluating truthy/falsey values like NULL. Changed the troubleshooting URL to point to docs site. Other minor code cleanup.