ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

joaoquintas's profile - activity

2022-05-02 01:05:27 -0500 received badge  Great Answer (source)
2021-09-08 14:12:58 -0500 received badge  Good Answer (source)
2021-07-31 11:01:49 -0500 received badge  Nice Answer (source)
2021-01-07 22:42:15 -0500 received badge  Necromancer (source)
2020-09-14 11:02:30 -0500 commented answer Navigation problem with COB3, DWAPlanerROS create Fail

thank you so much... the same applies to Turtlebot3 simulations with ros-melodic, the package still the same, just had t

2020-09-13 12:17:04 -0500 answered a question ERROR: cannot launch node of type [gmapping/slam_gmapping]: can't locate node [slam_gmapping] in package [gmapping]

For some reason, I got this error because I didn't make the correct installation of ros-melodic-slam-gmapping. After ins

2019-05-20 02:34:26 -0500 marked best answer Documentation of stack not updating after being added to rosdistro/kinect.yaml

The problem: I followed the guidelines in Indexing Your ROS Repository for Documentation Generation and everything seemed to worked fine until the documentation page generation.

The stack: auction_mehtods_stack

The steps undertaken:

1) updated https://github.com/ros/rosdistro/blob... with the new stack for indexing.

2) The pull request was accepted.

3) The indexer job finished and status reported ok.

4) However, the documentation page for the corresponding stack in wiki.ros.org did not correctly update to include the new distro documentation.

The question: Did someone faced a similar problem, or have any suggestion on how to resolve this issue?

2019-05-20 02:34:04 -0500 received badge  Famous Question (source)
2018-08-07 05:52:12 -0500 edited answer using cmd_vel and navigation stack for our robot

I was dealing with the same doubt and found a reference that was very helpful to clarify this issue, in terms of mobile

2018-08-07 05:51:20 -0500 answered a question using cmd_vel and navigation stack for our robot

I was dealing with the same doubt and found a reference that was very helpful to clarify this issue, in terms of mobile

2017-12-21 08:10:45 -0500 commented answer Any auction-based task allocation code for multi-robot system?

sorry about that. I meant http://wiki.ros.org/auction_methods_stack?distro=fuerte

2017-12-20 12:31:59 -0500 commented answer Any auction-based task allocation code for multi-robot system?

@adrianohrl, I'm currently adding some documentation to this stack. Following the wiki.ros.org link, you can find it. Al

2017-08-01 16:24:50 -0500 received badge  Notable Question (source)
2017-07-31 03:21:53 -0500 received badge  Enthusiast
2017-07-30 02:17:36 -0500 received badge  Popular Question (source)
2017-07-28 17:48:08 -0500 asked a question Documentation of stack not updating after being added to rosdistro/kinect.yaml

Documentation of stack not updating after being added to rosdistro/kinect.yaml The problem: I followed the guidelines in

2017-03-10 05:04:03 -0500 commented answer Any auction-based task allocation code for multi-robot system?
2017-03-07 17:30:52 -0500 commented answer Any auction-based task allocation code for multi-robot system?

Hello, @adrianohrl I noticed that something changed on the repository I stored the code. Tomorrow I'm planning to put it to github and update the documentation for the stack. Sorry for this inconvenience, and thanks for the heads-up!

2016-10-08 16:11:03 -0500 received badge  Teacher (source)
2016-10-08 16:11:03 -0500 received badge  Necromancer (source)
2016-02-17 07:26:35 -0500 answered a question Any auction-based task allocation code for multi-robot system?

Hi,

maybe you could take a look at http://wiki.ros.org/auction_methods_s...

Cheers,

2013-07-08 13:38:17 -0500 received badge  Editor (source)
2013-07-08 13:36:04 -0500 answered a question Problem at json_prolog

I was geeting a similar error while issuing the command $rosrun json_prolog json_prolog ias_semantic_map

The result was: find: `/jre/lib/': No such file or directory Cannot find libjsig ... maybe you need to set JAVA_HOME?

Since I'm using the openjdk (default in Ubuntu 10.04) I did the following to get it to work.

1) type java -version to see that it is installed


2) check if have the following path /usr/lib/jvm/default-java/jre/lib


3) if the path exists then $sudo nano /etc/bash.bashrc


4) add at the end of the file

JAVA_HOME=/usr/lib/jvm/default-java

export JAVA_HOME

PATH=$PATH:$JAVA_HOME/bin

export PATH


5) save and exit


6) restart the terminal or open a new one and test the command (in my case $rosrun json_prolog json_prolog ias_semantic_map)

2012-12-02 08:37:24 -0500 received badge  Supporter (source)