How to change velocity limit in Gazebo simulation
Hi there. I was thinking to track an obstacle in fast moving condition. I need to get the true velocity of the obstacle to calculate the RMSE. However, you know, if use the key board as the input velocity control, there always has an upper limit for the velocity, which is based on the product property. May I have a question about how to change this boundary? Thank you in advance.
Asked by Pujie on 2019-06-08 02:00:49 UTC
Answers
You can write a seperate node for teleope (using joystick or keyboard) and have your own limits implemented. Example: https://github.com/RobotnikAutomation/rbcar_sim/blob/kinetic-devel/rbcar_joystick/src/rbcar_joystick.cpp
Asked by cassini.huygens on 2019-06-17 20:19:47 UTC
Comments