-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ground robots #34
Comments
Hello @Shai2022, Yes, the planner can be used for other ground robots as well. However, you will need appropriate path follower for your robot. Best, |
I apologize for the misunderstanding, but could you please provide more details about what i need to implement ? |
Hello, The output of the planner is a trajectory of the ROS message type MultiDOFJointTrajectory which is published on the topic Best, |
|
Hi @MihirDharmadhikari The output of the planner is a trajectory of the ROS message type MultiDOFJointTrajectory which is published on the topic /<robot_name>/command/trajectory. You will need to implement a controller for your robot that can subscribe to this trajectory and follow it." |
Hello @DhruvSinghiitmandi , The controller depends on your robot. For the differential drive robot that we provide in the demo, we use a simple pure pursuit path tracker. You can find the implementation here: https://github.com/ntnu-arl/smb_simulator/tree/main/smb_path_tracker. I hope this helps. Best, |
Hello,
Does this repository also support ground robot without legs?
Thanks
The text was updated successfully, but these errors were encountered: