You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am new to rosplan and ROS. I am using turtlebot2 for my project and I want to use the rosplan interface to generate PDDLS and plans for my project. However, I did not find any resources in the repository which show integration with the real robot. Am I missing something or is there any repository that you can point me to.
Thanks!
The text was updated successfully, but these errors were encountered:
I don't think there is a specific launch file in the repository. However, from ROSPlan's perspective there is no difference between the simulation and real robot. You should be able to remove the Gazebo/Stage nodes from the launch file, bringup your robot, and launch the remaining nodes.
Just make sure (i) that ther are no duplicates such as move-base which appear in both bringup and rosplan launch, and (b) that the topic names for things like move-base and amcl are still matching. They should match, since the demos use the defaults, but you can check for topics without publishers, etc.
Hi,
I am new to rosplan and ROS. I am using turtlebot2 for my project and I want to use the rosplan interface to generate PDDLS and plans for my project. However, I did not find any resources in the repository which show integration with the real robot. Am I missing something or is there any repository that you can point me to.
Thanks!
The text was updated successfully, but these errors were encountered: