You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I write because we found that after endind the program with drl_stop(), and sending set_robot_mode(ROBOT_MODE::ROBOT_MODE_MANUAL), the robot remains in in autonomous mode with the white led.
The api version is the latest available GL010118_20230324A.
Hi,
I write because we found that after endind the program with drl_stop(), and sending set_robot_mode(ROBOT_MODE::ROBOT_MODE_MANUAL), the robot remains in in autonomous mode with the white led.
The api version is the latest available GL010118_20230324A.
I attach below an example for testing:
#include "DRFC.h"
#include "DRFL.h"
#include "DRFLEx.h"
#include "DRFS.h"
#include
#include <unistd.h>
static DRAFramework::CDRFLEx drfl;
int main(int argc, char *argv[]){
The text was updated successfully, but these errors were encountered: