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

argos's profile - activity

2021-03-23 16:08:55 -0500 received badge  Student (source)
2020-03-26 23:26:03 -0500 commented question Gazebo is aborting

I am also facing a similar issue with ros-kinetic and px4 running on Ubuntu 16. Does anyone have update on this. One thi

2020-03-16 02:12:13 -0500 received badge  Notable Question (source)
2020-02-06 00:09:52 -0500 received badge  Popular Question (source)
2019-11-12 18:26:08 -0500 received badge  Famous Question (source)
2019-11-10 12:56:38 -0500 commented answer how to use gazebo without the inertial tag?

Yes. You can do that by assigning proper tf frames and tf transformation and add them as additional topics in the rviz g

2019-11-10 11:18:50 -0500 answered a question how to use gazebo without the inertial tag?

You can try just using rviz instead of using gazebo. The rviz models don't require physics attributes.

2019-11-10 11:18:50 -0500 received badge  Rapid Responder (source)
2019-11-10 11:15:05 -0500 commented question Error mgs during multi vehicle simulation with launch file

You usually get that error because the package is locally built. So for roslaunch to work it needs to find the package.

2019-11-10 10:39:56 -0500 asked a question cv_bridge issues with melodic and gazebo9

cv_bridge issues with melodic and gazebo9 Hi All, I am trying to convert image messages from gazebo to cv images in ros

2019-11-10 10:38:36 -0500 asked a question cv_bridge issues with melodic

cv_bridge issues with melodic Hi All, I am trying to convert image messages from gazebo to cv images in ros melodic. Th

2018-12-27 17:24:36 -0500 received badge  Notable Question (source)
2018-08-29 03:40:51 -0500 received badge  Popular Question (source)
2018-06-04 13:29:16 -0500 asked a question Converting MagneticField message to heading in ros

Converting MagneticField message to heading in ros Hi All, I am looking for any suggestions on converting the magnetic

2018-05-23 15:49:56 -0500 received badge  Supporter (source)
2016-05-13 22:02:17 -0500 received badge  Famous Question (source)
2015-12-30 09:56:44 -0500 received badge  Enthusiast
2015-12-29 11:54:29 -0500 received badge  Notable Question (source)
2015-12-26 01:26:06 -0500 received badge  Popular Question (source)
2015-12-23 15:04:13 -0500 asked a question brew install uuid fails for ros jade

Hi All,

I am trying to install Ros-jade on Mac os x el capitan.

I am following the instructions for Homebrew.

I am able to initialize the dos package but when i try to install the dos package using the command

rosdep install --from-paths src --ignore-src --rosdistro jade

i get the following error message

executing command [brew install uuid]
==> Installing uuid from ros/deps
==> Downloading http://gnome-build-stage-1.googlecode.com/files/uuid-1.6.2.tar.g

curl: (52) Empty reply from server
Error: Failed to download resource "uuid"
Download failed: http://gnome-build-stage-1.googlecode.com/files/uuid-1.6.2.tar.gz
ERROR: the following rosdeps failed to install
  homebrew: command [brew install uuid] failed

If anyone has run into this problem please advice a workaround.

Thanks in advance