-
Notifications
You must be signed in to change notification settings - Fork 37
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
Any brief tutorial??? #16
Comments
Yes please. If there would be a tutorial or simple example how to run, it would be great! |
For others who also want to see at least something unless maintainers respond here. Some time ago our team created a couple launch-files that at least work and can be used for a start. The first one is just one robot in stage, which explore it by itself (here). The other most point we reached was grouping several robots manually using adhoc_communication services, where we used this file to start with. Beware that it needs my own modification of teleop_twist_keyboard |
Do anyone may have any .launch file for real hardware?? I use 2 turtlebot2 with indigo but their exploration is reaaally slow and I am having difficulties in understanding if I have to start more nodes that in simulation mode or if there are any parameters that I have to configure inside source files . Thanks in advance!! |
@LeoSko Hello,I run the [robot_0-4] process has died [pid 2432, exit code 1, cmd /home/ych/adhoc/multibot/adhoc_communication/build/devel/lib/adhoc_communication/adhoc_communication /robot_0/adhoc_communication/new_robot:=/adhoc_communication/new_robot /robot_0/adhoc_communication/remove_robot:=/adhoc_communication/remove_robot /robot_0/base_pose_ground_truth:=/base_pose_ground_truth /robot_0/adhoc_communication/send_frontier:=/adhoc_communication/send_frontier /robot_0/adhoc_communication/send_auction:=/adhoc_communication/send_auction __name:=robot_0 __log:=/home/ych/.ros/log/5db71998-1327-11e9-a4f9-2c337a5bf879/robot_0-4.log]. |
@YCH188 for sure, this is some permissions problem ( |
@LeoSko Thank you. Another problem is that in the launch file, the [robot_0-4] isn't started, why it says [robot_0-4] process has died. |
@YCH188, is there anything in specified log file? |
The log are as below: [robot_0-4] process has died [pid 2432, exit code 1, cmd /home/ych/adhoc/multibot/adhoc_communication/build/devel/lib/adhoc_communication/adhoc_communication /robot_0/adhoc_communication/new_robot:=/adhoc_communication/new_robot /robot_0/adhoc_communication/remove_robot:=/adhoc_communication/remove_robot /robot_0/base_pose_ground_truth:=/base_pose_ground_truth /robot_0/adhoc_communication/send_frontier:=/adhoc_communication/send_frontier /robot_0/adhoc_communication/send_auction:=/adhoc_communication/send_auction __name:=robot_0 __log:=/home/ych/.ros/log/5db71998-1327-11e9-a4f9-2c337a5bf879/robot_0-4.log]. |
@YCH188, if this is the only content of |
@LeoSko OK, I will try. Thank you. |
@LeoSko Hello, |
@Prab09, this is a basic error - ROS can't locate module (aka node) or package. You need to get used to ROS packages system first. Carefully read packages wiki page and complete tutorials first (Beginners №№1-5, Intermediate №1). |
@LeoSko alright fixed that issue. Thanks! started roslaunch server http://prab-VivoBook-ASUS:42567/ SUMMARYPARAMETERS
NODES auto-starting new master setting /run_id to 1407f2c8-697f-11e9-952e-80c5f2ca1789 I am also in root. Any idea how to fix this would be much appreciated. Thanks! |
@Prab09, that is a tricky one. Since it was a long time ago, the only thing I remember is that username or PC's name for current computer should not contain dashes ( You could also try to:
|
@LeoSko, alright I will try that out. Thanks for your help! |
Hi @LeoSko! Thank you! |
@Prab09, since it was more than 3 years ago can't guarantee anything, but can take a look at your code if you provide a link to specific commit/branch to make it more specific. |
Hi @LeoSko Seems like it is publishing correctly. We will now try to create a callback function within the node as well as a topic for the messages to be published to. If we receive any error I will post it to this forum. |
@Prab09, I see that you are making progress - very good. However, I can't help you anymore since I never dug this far into sources. In the last error it is obvious client topic expects another datatype, but I'm sure you already read that. :) |
Hello, i try many times but still can not launch the file successfully, can anyone tell me how this project implement the adhoc communition? use service or topic? Thanks so much. |
Hello, I know it's been a long time but maybe someone can help me. I am trying to communicate using adhoc_communication package but I am not sure if I am using it correctly. NODES ROS_MASTER_URI=http://localhost:11311 process[adhoc_communication-1]: started with pid [18976] Should the Topics of both robots be visible to each other now? |
Hi.
It seems that the source code is not maintained after sometime.
Could you please explain us with some examples to demonstrate how we can run the multi-robot exploration example just like shown in your video (https://www.youtube.com/watch?v=md29t2Xbdug)?
We just want to run it in virtualized world first.
Thanks.
The text was updated successfully, but these errors were encountered: