We are a rookie team programming in LabView. We have been able to generate our teleop code, and it runs as expected through LabView's Remote Configuration tool. For instance, we have two controllers that we use to operate our motors, and this works fine.
However, when we connect to our robot through the Samantha Module and the Samantha FCS, the controllers behave differently. In one version of our teleop code, a motor that should respond to a joystick ran continually whether the joystick was being operated or not. In other versions, some of the configured buttons are not responsive, and in yet another, buttons perform actions that have are supposed to be performed by other buttons. To repeat, the behavior when connecting to the robot directly through LabView is as we expect so this appears to be an issue with the connection through the samantha module and the FCS.
We can make the teleop code work in this way, but it is not the ideal configuration that we would like. It's also disconcerting to see different behaviors when using the teleop code in these two ways. Has anyone else experienced this or understand why we are seeing this?
However, when we connect to our robot through the Samantha Module and the Samantha FCS, the controllers behave differently. In one version of our teleop code, a motor that should respond to a joystick ran continually whether the joystick was being operated or not. In other versions, some of the configured buttons are not responsive, and in yet another, buttons perform actions that have are supposed to be performed by other buttons. To repeat, the behavior when connecting to the robot directly through LabView is as we expect so this appears to be an issue with the connection through the samantha module and the FCS.
We can make the teleop code work in this way, but it is not the ideal configuration that we would like. It's also disconcerting to see different behaviors when using the teleop code in these two ways. Has anyone else experienced this or understand why we are seeing this?
Comment