Hello,
For a project, we want the Robotino to follow a path in a loop in a hallway while avoiding people. I can get access to all sensors of the robot and command velocities without any problem and in different ways. I wrote a collision avoidance algorithm in Matlab which avoids people and obstacles in a very robust way. The only thing I still need is to let the robot follow a loop path continuously.
For this, I need access to the map and all the positions of the factory. I tried to make a loop program in Robotino View, by using the 'go to position' function, which works perfectly, the robot executes the loop without a problem. But when I run my collision avoidance algorithm in parallel, this does not work, the commands of the Robotino view are stronger than those of my algorithm. I also tried to just use Robotino View to follow a path of custom points which are not defined in the factory, but as the functions only use odometry, this is far from accurate.
So I need to find a way to get access to these positions defined in the Robotino Factory and to the current position of the robot.
This is in my opinion not possible with Matlab or ROS drivers, except if I write my own SLAM and AMCL algorithms of course.
So now I am asking for a way to solve this problem. I also took a look at the Smartsoft programming as this runs on the Robotino itself, but the tutorials are not complete. There is a part in which different Jason commands are explained which can be used to send and receive data to and from the Robotino Factory and the Robotino itself. But there is no explanation on how to use them. If I could run a script in which I call the positions of the path and the current position of the robot, then I can write an algorithm to go to the sequential goals with a velocity which is not stronger than my collision avoidance velocities.
I hope someone can help me with this. The other option is to just locate the robot myself and make a map by myself.
Thanks in advance.
Matthias
For a project, we want the Robotino to follow a path in a loop in a hallway while avoiding people. I can get access to all sensors of the robot and command velocities without any problem and in different ways. I wrote a collision avoidance algorithm in Matlab which avoids people and obstacles in a very robust way. The only thing I still need is to let the robot follow a loop path continuously.
For this, I need access to the map and all the positions of the factory. I tried to make a loop program in Robotino View, by using the 'go to position' function, which works perfectly, the robot executes the loop without a problem. But when I run my collision avoidance algorithm in parallel, this does not work, the commands of the Robotino view are stronger than those of my algorithm. I also tried to just use Robotino View to follow a path of custom points which are not defined in the factory, but as the functions only use odometry, this is far from accurate.
So I need to find a way to get access to these positions defined in the Robotino Factory and to the current position of the robot.
This is in my opinion not possible with Matlab or ROS drivers, except if I write my own SLAM and AMCL algorithms of course.
So now I am asking for a way to solve this problem. I also took a look at the Smartsoft programming as this runs on the Robotino itself, but the tutorials are not complete. There is a part in which different Jason commands are explained which can be used to send and receive data to and from the Robotino Factory and the Robotino itself. But there is no explanation on how to use them. If I could run a script in which I call the positions of the path and the current position of the robot, then I can write an algorithm to go to the sequential goals with a velocity which is not stronger than my collision avoidance velocities.
I hope someone can help me with this. The other option is to just locate the robot myself and make a map by myself.
Thanks in advance.
Matthias
Comment