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

Joao Luis's profile - activity

2018-01-30 17:45:57 -0500 received badge  Popular Question (source)
2017-09-08 10:59:15 -0500 received badge  Famous Question (source)
2016-03-09 04:02:19 -0500 received badge  Famous Question (source)
2016-03-09 04:02:19 -0500 received badge  Popular Question (source)
2016-03-09 04:02:19 -0500 received badge  Notable Question (source)
2015-06-26 15:27:42 -0500 received badge  Notable Question (source)
2015-06-26 15:27:42 -0500 received badge  Popular Question (source)
2015-06-25 19:28:24 -0500 received badge  Guru (source)
2015-06-25 19:28:24 -0500 received badge  Great Answer (source)
2015-03-04 04:58:14 -0500 received badge  Enlightened (source)
2015-03-04 04:58:14 -0500 received badge  Good Answer (source)
2014-12-17 10:15:49 -0500 received badge  Popular Question (source)
2014-12-09 03:21:40 -0500 received badge  Nice Answer (source)
2014-11-27 06:08:37 -0500 commented answer Accesing MASTER_API using roscpp

Yeah man! That was what I was looking for. Thanks!

2014-11-26 10:21:27 -0500 asked a question Accesing MASTER_API using roscpp

Hello, I'm trying to use some functions of the MASTER_API with C/C++ but I'm not finding any references to that. I've already seen a lot of times the pythin code to do that but I'd like to know if there's a C/C++ code to access and use it. I've already know too that we can use XMLRPC, but I have no ideia how to implement that.

Any help will be appreciated!

Thanks!!

2014-11-05 11:35:32 -0500 asked a question xmlrpc - get topics of same type

Hello, I'm trying to find the topics a common type. I've been doing some research and I found that, to use the "rostopic find " inside a program I need to use the XMLRPC slave/master. But i can't find anywhere more documentation about it. I've just found this one: http://wiki.ros.org/ROS/Master_API . I'd like to know if someone knows where I can find more exemples and information about how I can use it.

Thanks!

2014-10-20 18:39:49 -0500 received badge  Necromancer (source)
2014-10-20 18:39:49 -0500 received badge  Teacher (source)
2014-10-03 17:33:44 -0500 received badge  Scholar (source)
2014-10-03 17:33:37 -0500 commented answer Combined msgs into custom msgs

Thank you very much. I'm testing it and it is working until now. If I have more doubts I will be in touch! Thankss

2014-10-03 16:15:29 -0500 commented answer Combined msgs into custom msgs

I'd like to put some fields used in Imu msgs and GPS msgs in one message, like, mySensorsMsg. Did you understand? Maybe your first link will help me! Thanks!

2014-10-03 13:25:38 -0500 asked a question Combined msgs into custom msgs

Hello, I'm trying to combine 3 different msgs into a single one. I'd like to create a msg only with the fields required for my application and after that publish this msg into a topic. Anyone knows how can I do that? Thanks J.L.

2014-08-14 09:41:58 -0500 commented answer How to install ROS indigo in Ubuntu 14.04 trusty 64-bit?

I think that you should try to setup the mirrors. Try these commands:

sudo sh -c '. /etc/lsb-release && echo "deb http://mirror.umd.edu/packages.ros.org/ros/ubuntu $DISTRIB_CODENAME main" > /etc/apt/sources.list.d/ros-latest.list'
wget https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -O - | sudo apt-key add -
sudo apt-get update
sudo apt-get install ros-indigo-desktop-full

I think that you'll be able to download and install de desktop-full version

2014-08-12 13:26:46 -0500 commented answer Multiple robots simulation and navigation

Very Cool, but I'm trying with ROS Hydro and I cannot achive to have separete nodes for camera plugins. What should I do? Thks

2014-08-12 07:19:05 -0500 received badge  Enthusiast
2014-08-11 19:55:58 -0500 received badge  Student (source)
2014-08-11 11:14:12 -0500 asked a question Communication between robots in gazebo

Hello, I'm looking for a tool to establish a communication link between 2 or more robots in the Gazebo Simulator. I was thinking in a wireless module but I don't find anything like that. Any help will be appreciated. Thanks

2014-08-05 15:41:56 -0500 answered a question gzserver dies after roslaunching rrbot

You need to run, firstly, in a separate terminal the command

roscore

after that you will be able to run rviz and gazebo together without error

Att,

2014-07-31 09:11:39 -0500 answered a question ROS-Gazebo Failed to load joint_state_controller

I've got the same problem and I've figured it out how to solve it. You are having this problem cause you don't have installed the controllers. Just run these commands in your terminal:

sudo apt-get update

sudo apt-get install ros-indigo-ros-control ros-indigo-ros-controllers`

After that when you try to run the same commands you'll be able to control the arm of rrbot.