I am trying to get some clarification about what Isaac really is.
I’ve watched the Building Robotics Applications Webinar, I have browsed through the documentation for a few hours, and I have looked at some samples in the //app/samples//pwm directory.
Based upon this, I have the following questions:
- The libpwm_module.so under the sdk/packages_jetpack44/pwm/ directory is a pre-compiled library. Is there any source available for it?
- The documentation for the isaac.pwm.PwmController class talks about a servo motor driver (PCA9685). Does Isaac support driving DC motors with something like this high power motor driver over PWM?
- The webinars and documentation of Isaac is branding it as a tool to help with rapid development and testing of AI enabled robotic applications, even with hardware in the loop testing. Is Isaac meant to be used in production? If so then why does the PWM class only support a simple servo module from Adafruit? That’s more of a hobbyist type product and not a production ready device.
- Is Isaac Closed Source??
Feels like either I am missing something or Isaac is not usable beyond simple prototyping, and cannot be deployed to a production environment.