Search found 65 matches

Go to advanced search

by Waqar731
Sun Jun 30, 2019 7:12 am
Forum: How to... ?
Topic: Sharing of array of values among foot-bots
Replies: 1
Views: 7872

Sharing of array of values among foot-bots

Hi, Is there any mechanism to share the table value among foot-bots. Means how foot-bots can access the same array values. For example I have a array which store the information about victims robots means their position there id, there position from safe place to danger place. And three foot-bots as...
by Waqar731
Sun Jun 30, 2019 6:30 am
Forum: How to... ?
Topic: Implementation of Kalman Filter in ARGoS
Replies: 1
Views: 7626

Implementation of Kalman Filter in ARGoS

Hello,
I am looking the kalman filter implemented in ARGoS. If any one who has already implemented please share me here or inbox, as already implemented kalman filter can save my time.

Thanks
by Waqar731
Sun Jun 30, 2019 6:27 am
Forum: How to... ?
Topic: How to add multiple loop functions?
Replies: 5
Views: 17627

Re: How to add multiple loop functions?

thanks for replying first part of above question. Please suggest any help for solving this.

Another question is that how to change the trajectory color because by default it is showing the dim yellow color as can be seen in above attached image?
by Waqar731
Sat Jun 29, 2019 1:26 pm
Forum: How to... ?
Topic: How to add multiple loop functions?
Replies: 5
Views: 17627

How to add multiple loop functions?

Hi, I am trying to add two loop functions in my (.argos) file. When I add two loop funcitons then it gives no error while only show the result of only one loop function which is written first. For example if I add the following line of code in argos file. then it only shows the id of the footbot and...
by Waqar731
Sun Jun 23, 2019 8:53 am
Forum: How to... ?
Topic: Problem with using Omni-directional camera using LUA in ARGoS Simulator
Replies: 1
Views: 7672

Problem with using Omni-directional camera using LUA in ARGoS Simulator

Hi, I am trying to get the led colors of nearby robots using omni-directional camera with LUA in ARGoS Simulator. But I am getting the wrong output. Actually my code is given below. if robot.id == 2 then for i = 1, #robot.colored_blob_omnidirectional_camera do if robot.colored_blob_omnidirectional_c...
by Waqar731
Wed Jun 12, 2019 7:40 am
Forum: How to... ?
Topic: Passing robot Id through RAB Actuator
Replies: 1
Views: 7452

Passing robot Id through RAB Actuator

Hi, I am trying to pass the foot-bot id through RAB Actuator through following line of code. std::string RiD = "fb0"; m_pcRABA->SetData(0, RiD); But I am getting the following error. How do I pass the id? Screenshot from 2019-06-12 12-30-41.png Thanks and best Regards.
by Waqar731
Sun Jun 09, 2019 10:19 am
Forum: How to... ?
Topic: How to get the led color of foot-bot itself?
Replies: 1
Views: 7492

How to get the led color of foot-bot itself?

Hello, I am trying to get the led color of foot-bot itself during the simulation. Actually if a foot-bot wants to get the led color of nearby robots, then it uses the omni-directional camera. But if a robot wants to get the led color of itself, then how it can do this? Once, we assign color to led o...
by Waqar731
Wed Jun 05, 2019 2:49 am
Forum: How to... ?
Topic: Get id of the footbot
Replies: 1
Views: 6378

Re: Get id of the footbot

Hi,
Use the following line of code to get the ID of the foot-bot.

Code: Select all

CCI_Controller::GetId()
Because, the controller should not have a CFootBotEntity inside.
by Waqar731
Tue Feb 16, 2016 3:43 pm
Forum: How to... ?
Topic: Mountains in ARGoS
Replies: 1
Views: 6999

Mountains in ARGoS

How to create the arena in the Argos3 Simulator like below image? :?:
Image
by Waqar731
Wed Jun 24, 2015 9:47 am
Forum: How to... ?
Topic: Problem in Running Argos3 Examples
Replies: 1
Views: 7030

Problem in Running Argos3 Examples

Hi, I am getting an error while i write the command to run any example. Error is given below: [FATAL] Can't load library "/usr/local/lib/argos3/libargos3plugin_myrobot_genericrobot.so" even after trying to add extensions for shared library (so) and module library (so) How can i fix this is...

Go to advanced search