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

Arif Rahman's profile - activity

2022-02-26 23:02:50 -0500 answered a question tf transformPoint() equivalent on tf2?

Here's a sample script to do it, following @zkytony 's answer: #!/usr/bin/env python3 import rospy from geometry_msgs.m

2021-08-26 18:27:21 -0500 commented question RVIZ PointCloud2 Not Displaying Colors

Hi, I'm having the same problem. Did you manage to figure this out?

2021-03-25 17:28:44 -0500 received badge  Famous Question (source)
2021-01-13 02:33:07 -0500 received badge  Notable Question (source)
2020-10-27 19:03:26 -0500 received badge  Popular Question (source)
2020-10-01 12:10:35 -0500 received badge  Famous Question (source)
2020-03-31 05:15:09 -0500 asked a question Scale Issue on Map vs Laser

Scale Issue on Map vs Laser Hi, I'm working on amcl localization for my robot, and ran into this weird scaling problem

2019-10-02 05:12:29 -0500 commented question Create ROS-I interface for a non-supported robot

Sorry no update, we decided that this is too much work and just go without ROS at the moment.

2019-07-22 12:17:57 -0500 received badge  Notable Question (source)
2019-04-29 17:26:24 -0500 received badge  Popular Question (source)
2019-04-29 05:18:28 -0500 commented question Create ROS-I interface for a non-supported robot

@gvdhoorn please see edit.

2019-04-29 05:18:28 -0500 received badge  Commentator
2019-04-29 05:17:46 -0500 edited question Create ROS-I interface for a non-supported robot

Create ROS-I interface for a non-supported robot Hello, I have an Estun industrial robotic arm (from China) http://en.

2019-04-29 04:36:17 -0500 asked a question Create ROS-I interface for a non-supported robot

Create ROS-I interface for a non-supported robot Hello, I have an Estun industrial robotic arm (from China) http://en.

2018-08-21 05:34:39 -0500 commented question how to add multiple ardrones(specifically) in gazebo ?

You can start with this https://www.youtube.com/watch?v=KjxHQLQ0tiE

2018-08-13 19:07:55 -0500 commented question Gazebo9 Ros Melodic

Most likely because you are spawning 2 models that have the same name ("my_model"). Each model needs a different name.

2018-07-05 03:33:21 -0500 commented answer rotate a desired degree using feedback from odometry

Its ok if you dont like my answer. I prefer to explain over a video. You dont have to watch it. Thanks for the advice an

2018-07-04 11:01:30 -0500 commented answer rotate a desired degree using feedback from odometry

Sure. Here's my explanation again https://youtu.be/2Qs6A3Zsbfk

2018-07-04 11:00:53 -0500 edited answer rotate a desired degree using feedback from odometry

Hi @abdelkrim, This is very much possible. You will need to subscribe the /odom topic, process the data so that you ge

2018-07-04 11:00:53 -0500 received badge  Editor (source)
2018-07-04 02:16:35 -0500 commented answer rotate a desired degree using feedback from odometry

Sure, done.

2018-07-04 02:13:31 -0500 edited answer rotate a desired degree using feedback from odometry

Hi @abdelkrim, This is very much possible. You will need to subscribe the /odom topic, process the data so that you ge

2018-07-04 00:20:24 -0500 answered a question rotate a desired degree using feedback from odometry

Hi @abdelkrim, This is very much possible. You will need to subscribe the /odom topic, process the data so that you ge

2018-06-21 22:45:00 -0500 commented question robot doesn t start moving

1 thing to check: make sure the keyboard teleop is OFF when sending the goal. Kill the node. Otherwise their commands wi

2018-04-24 08:05:00 -0500 received badge  Enthusiast
2018-04-16 01:11:45 -0500 commented question Installing tum_ardrone on ROS kinetic

Try looking at this https://github.com/tum-vision/tum_ardrone/issues/94

2017-12-29 04:18:20 -0500 answered a question How do I configure the HUSKY_GAZEBO_DESCRIPTION environment variable?

As per the tutorial in http://wiki.ros.org/husky_gazebo/Tutorials/Simulating%20Husky , Step 2: $ export HUSKY_GAZEBO_DE

2017-12-27 02:43:07 -0500 commented question Building a ROS based quadrotor

As an engineer and hobbyist, I've built drones and ROS-based robots, but not (yet) a ROS-based quad. From my experience,

2016-02-23 22:55:20 -0500 received badge  Notable Question (source)
2014-03-27 21:54:50 -0500 commented question Spoofing GPS on ardupilot using gmapping

Hi locustcox, I just thought this might be a useful info for you: "... theĀ 3DR uBlox LEA-6 GPS is setup to deliver position and status data in a binary format, not in the NMEA sentence structure ..." from https://sites.google.com/site/wayneholder/self-driving-car---part/evaluating-the-3dr-ublox-lea-6-gps :)

2014-03-12 22:04:09 -0500 received badge  Supporter (source)
2014-03-10 05:22:03 -0500 asked a question Kobuki could not open connection ERROR

Dear ROS-masters,

I have just started playing with my turtlebot, and has managed to get it running up until the Teleoperation tutorials.

However, when I wanted to restart everything (after unplugging and turning off everything), I get this error saying that the Kobuki base could not be initialised.

[ERROR] [1394463093.626429971]: Kobuki : could not open connection [/dev/kobuki][/mobile_base].
[ERROR] [1394463093.626745145]: Kobuki : could not initialise! Please restart.

Can anyone please point me as to what is wrong here? It worked perfectly at first, but now I couldn't get it to work anymore :(

The only difference between when it was working and when it was not is that I updated my workstation's installation of ROS so that I could run RViz on it, and not on the turtlebot laptop.

Any ideas?

2014-03-10 05:20:14 -0500 asked a question Kobuki could not initialise ERROR

Dear ROS-masters,

I have just started playing with my turtlebot, and has managed to get it running up until the Teleoperation tutorials.

However, when I wanted to restart everything (after unplugging and turning off everything), I get this error saying that the Kobuki base could not be initialised.

[ERROR] [1394463093.626429971]: Kobuki : could not open connection [/dev/kobuki][/mobile_base].
[ERROR] [1394463093.626745145]: Kobuki : could not initialise! Please restart.

Can anyone please point me as to what is wrong here? It worked perfectly at first, but now I couldn't get it to work anymore :(

The only difference between when it was working and when it was not is that I updated my workstation's installation of ROS so that I could run RViz on it, and not on the turtlebot laptop.

Any ideas?

2014-03-05 00:14:56 -0500 received badge  Popular Question (source)
2014-03-04 03:31:29 -0500 received badge  Scholar (source)
2014-03-03 16:40:15 -0500 asked a question ros.org downtime?

Hi all,

It seems that for a couple of times when I try to load ros.org (incl wiki, answers, etc), I get a 'not found' error. It was like the website is offline or something. Sorry I forgot the actual error.

Is it just me or is this common? The last time I had this was the whole day yesterday (around 9am - 5pm Malaysian time, GMT+8).

Arif