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

swagatk's profile - activity

2023-01-18 14:32:32 -0500 commented answer "cv_bridge" throws boost import error in Python 3 and ROS Melodic

Thanks a lot for this post. It really solved my problem with ROS Noetic on Raspberry Pi 4.

2014-09-18 13:40:02 -0500 received badge  Nice Answer (source)
2013-04-03 02:37:04 -0500 received badge  Supporter (source)
2013-03-26 01:49:06 -0500 commented question How to simulate the Pionner 3dX with gazebo in a reliable way?

I too have the same problem. I tested on Fuerte running on Ubuntu 12.04 LTS. I can confirm this behaviour.

2013-03-26 01:44:16 -0500 commented answer The simple p2os (pioneer) gazebo simulation example stopped working on electric

Hi! Just wanted to let you know that your solution worked for me as well. I tested it on Fuerte running on Ubuntu 12.04 LTS 64 bit OS. However, I still have a small issue. The robot is little jumpy. I mean the robot castor wheel keeps vibrating.

2013-03-25 20:37:47 -0500 commented answer Problem with ROSARIA

I installed MobileSim and ran it on a separate terminal. Now the command with TCP port works fine.

2013-03-25 20:22:33 -0500 commented answer Problem with ROSARIA

My system is not connected to an actual Robot. I intend to use it with a simulator.

2013-03-25 20:20:05 -0500 answered a question Problem with ROSARIA

Hi! This does not work for me. I am running Fuerte on Ubuntu 12.04 LTS 64 bit. I could build the ROSARIA file as mentioned in the following link:

http://answers.ros.org/question/57989/not-able-to-install-rosaria-on-fuerte-on-ubuntu-1204-lts/?answer=58706#post-id-58706.

I am able to build ROSARIA. But when I run

$ rosrun ROSARIA RosAria NonCritical Error: ARIA could not find where it is located. [ INFO] [1364278447.168195076]: using port: [/dev/ttyS0] ArLog::init: File(aria.log) Verbose Logging Time
Not also printing setup failed...

In my system, I do not have /ttyUSB0, but instead I have /dev/ttyS0. I used your commands. But still it did not help.

I also tried using a TCP port:

$ rosrun ROSARIA RosAria _port:=localhost:8101 NonCritical Error: ARIA could not find where it is located. [ INFO] [1364278686.850423069]: using port: [localhost:8101] ArLog::init: File(aria.log) Verbose Logging Time
Not also printing setup failed...

2013-03-25 20:13:13 -0500 received badge  Scholar (source)
2013-03-25 20:12:02 -0500 commented answer Not able to install ROSARIA on Fuerte on Ubuntu 12.04 LTS?

This worked for me and thanks for updating the tutorial :(http://www.ros.org/wiki/ROSARIA/Tutorials/How%20to%20use%20ROSARIA). I am now able to build ROSARIA Package. Thanks for the help.

2013-03-21 11:55:44 -0500 received badge  Famous Question (source)
2013-03-18 00:09:51 -0500 received badge  Notable Question (source)
2013-03-16 02:29:03 -0500 received badge  Teacher (source)
2013-03-16 02:29:03 -0500 received badge  Necromancer (source)
2013-03-15 04:15:38 -0500 received badge  Editor (source)
2013-03-14 19:29:30 -0500 answered a question Not able to install ROSARIA on Fuerte on Ubuntu 12.04 LTS?

Yes, I did that too. Infact, I tried to follow the steps given in the following link (remove the underscore after http). But it did not work.

http:_//answers.ros.org/question/56360/installing-rosaria-without-roslocate-info-rosaria-instalacao-do-rosaria-sem-utilizar-o-roslocate-info-rosaria/

2013-03-14 19:26:42 -0500 received badge  Popular Question (source)
2013-03-13 07:33:22 -0500 received badge  Student (source)
2013-03-12 22:34:28 -0500 commented question Not able to install ROSARIA on Fuerte on Ubuntu 12.04 LTS?

remove the underscore in the beginning of URL.

2013-03-12 22:34:02 -0500 asked a question Not able to install ROSARIA on Fuerte on Ubuntu 12.04 LTS?

OS: Ubuntu 12.04 LTS 64 bit ROS: Fuerte

I tried following the ROSARIA tutorial on ROS Wiki.

The step where it tells you to use "roslocate info ROSARIA" does not work for me.

Then I use the command given below (on Fuerte):

$rosws set amor-ros-pkg https:_//code.google.com/p/amor-ros-pkg/ --hg
$rosws update amor-ros-pkg

It creates a package "amor-ros-pkg". But I am not able to find the package using rospack command:

$rospack find ROSARIA
[rospack] Error: stack/package ROSARIA not found

However this folder is already in the ros package path:

$echo $ROS_PACKAGE_PATH
/home/swagat/ros_workspace/amor-ros-pkg:/opt/ros/fuerte/stacks:/opt/ros/fuerte/share:/opt/ros/fuerte/share/ros

so basically I can not proceed further until I fix these problems.

2013-03-12 01:23:54 -0500 answered a question I can not launch the sample code

You should build the package using rosmake in a folder lying in $ ROS_PACKAGE_PATH. See the link below:

http://ros.org/wiki/p2os/Tutorials/Getting%20Started%20with%20p2os

rosmake p2os

Once it is done, you can launch the above file. However, I find another error saying: "ERROR: cannot launch node of type [gazebo_plugins/gazebo_ros_diffdrive]: can't locate node [gazebo_ros_diffdrive] in package [gazebo_plugins]"

It turns out that gazebo_ros_diffdrive is no longer available in Fuerte. Is there anyone, I can make my robot move.