Closed Maple-ssx closed 9 months ago
Hello i have same question.
Hi, I have the same query !
Hi everyone! Thank you for your interest in this project.
Although this part is not publicly available, if you are familiar with ROS, it should be fairly straightforward to implement.
The simplest way to do it, for known static obstacles, would be the following:
while goal not reached:
u0 computed will be send as linear velocity? is angular velocity not required ?
u0 is a two-dimensional vector. It consists of both the linear and angular velocities that need to be sent to the robot.
okay so, the message that would be send to the robot as linear.x and angular.z would be the sliced part of this vector u0?
After issuing the u0 to the robot, it moves only until the simulation graph shows.
How can I use it in ros ??