ROS Navigation
- question 1::::: Obstacle detection or navigation exists in ROS; can I implement my own navigation algorithm. Whether it will create problem with existing navigation algorithms? Or am I allowed to change any code in ROS. Suppose I want to generate a behavior which will guide me to perform an action. Will there be problem if any behavior generation scheme already exists in any of the controllers.
question 2::: If I go for both autonomy and teleop; will it be a problem for ROS?
Consider a situation like earthquake comes and person in the wheelchair fainted; then wheelchair automatically detects the movement of the objects by motion sensor and afterwards it has to find the door. In general he/she will control the wheelchair in teleop mode.