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

ghost's profile - activity

2016-11-10 17:44:21 -0500 received badge  Famous Question (source)
2016-11-10 17:44:21 -0500 received badge  Notable Question (source)
2016-11-10 17:44:21 -0500 received badge  Popular Question (source)
2016-08-29 10:40:23 -0500 received badge  Famous Question (source)
2016-02-03 17:37:37 -0500 received badge  Famous Question (source)
2016-01-29 17:36:55 -0500 received badge  Famous Question (source)
2015-12-27 12:33:20 -0500 received badge  Famous Question (source)
2015-10-08 09:28:56 -0500 received badge  Notable Question (source)
2015-10-08 09:28:56 -0500 received badge  Popular Question (source)
2015-06-30 05:54:09 -0500 received badge  Student (source)
2015-01-20 17:20:26 -0500 asked a question Is it possible to change the turtlebot teleop speed by detecting colour

hi there... My plan is want to use the colour sensor that programmed in arduino...then send the message to ROS.Then i can use it on turtlebot teleop, and the way is it will change the speed automatically by detecting the colour. I want do like traffic light, when the sensor detect green colour it will go fast, and when it detect yellow it will go slow..and when the sensor detect the red colour it will stop the telop. 1) is that possible? 2) What is the way that I can make this work done? 3) Is there any changing at node? topic?

regards

2015-01-08 08:07:43 -0500 received badge  Famous Question (source)
2015-01-07 23:14:12 -0500 received badge  Notable Question (source)
2015-01-07 16:47:35 -0500 received badge  Popular Question (source)
2015-01-07 13:57:52 -0500 asked a question Should I use ROS?

Hi there, My company producing hardware robotic device. Can somebody evaluate me about ROS? because i want to using ROS for my robot. How should i know whether i should use ROS for my company or not? What are critical evaluation of ROS that i need to take care about? The important thing is what issues i might face and what might i need to take into account?

regards

2015-01-06 23:24:10 -0500 received badge  Famous Question (source)
2015-01-06 16:13:04 -0500 received badge  Famous Question (source)
2015-01-06 08:36:28 -0500 received badge  Notable Question (source)
2015-01-06 01:25:52 -0500 received badge  Popular Question (source)
2015-01-05 18:09:05 -0500 asked a question Advantages and Disadvantages of Using ROS

Hi there, Almost everyday of my life, im working with ROS, but sometimes i was thinking what is actually the advantages and disadvantages using ROS. Can anybody give me some explanation and theory about this? It is fine if u want explain it on education area, industry area or any area. thank you

regards

2015-01-03 16:50:41 -0500 received badge  Notable Question (source)
2015-01-03 04:09:40 -0500 received badge  Popular Question (source)
2015-01-02 17:08:16 -0500 received badge  Notable Question (source)
2015-01-02 16:01:47 -0500 asked a question What else ROS can do?

Hi there, I have learn all tutorial about ros like rqt graph, rosnode list making package and the others. I also have learnt all tutorial about turtlebot like gmapping,rvis, teleop, and other things. I just want to know other than that, what else ROS can do, or what else are interesting about ROS that can impress other people?

regards

2014-12-15 02:23:08 -0500 received badge  Popular Question (source)
2014-12-14 19:00:31 -0500 commented answer The slower the speed of turtlebot the better the mapping result we got..WHY?

nice explanation..thank you

2014-12-14 18:29:04 -0500 commented question The slower the speed of turtlebot the better the mapping result we got..WHY?

Im running the gmapping while drive it around

2014-12-14 17:33:10 -0500 received badge  Notable Question (source)
2014-12-14 16:07:11 -0500 asked a question The slower the speed of turtlebot the better the mapping result we got..WHY?

Hi there. I m making mapping with my turtlebot by using ros gmapping. I notice that the slower the speed of turtlebot movement, the better map result that i got in rvis map. But i dont know why, and what theory that can support me to say this.please help me by giving the best reason.

regards

2014-12-14 04:51:54 -0500 received badge  Enthusiast
2014-12-13 18:08:24 -0500 asked a question RQT graph line colour

Hi there. Im running the rqt graph code.as you know there is lot of line, and when you move the mouse at the line, there will be colour on the line like red, green, orange,blue and others. So what are the meaning for each colour on the rqt graph? regards.

2014-12-13 16:21:12 -0500 commented answer problem mapping with turtlebot at slope area

the slope is really big....hmmm... is there any information and change in node, rqt graph or other else..because i need to give good reason for this problem

2014-12-12 06:08:15 -0500 received badge  Popular Question (source)
2014-12-11 17:27:45 -0500 asked a question problem mapping with turtlebot at slope area

Hi there Im doing the gmapping with turtlebot. now i want explain my place condition.There are two side and just next to each other.one is flat ground and one is slope ground. when im doing gmapping at flat ground it working fine, after that i move my turtlebot to the slope ground. when the robot going down, it working fine and show the right position in rvis.But when the turtlebot moving up. the turtlebot in rvis going crazy. it show the turtlebot position jump to the flat ground. can somebody explain to me why this happen. thank you

regards

2014-12-07 11:42:08 -0500 received badge  Notable Question (source)
2014-12-05 08:44:53 -0500 received badge  Popular Question (source)
2014-12-04 16:08:03 -0500 asked a question Have problem with catkin tutorials

Hi there. I following the ros tutorial but when i do tutorial no 3 and no 4, at some point the ubuntu show me this error (The specified source space "/home/ros/catkin_ws/my_src" does not exist). can somebody help me with this error

thanks

2014-12-04 06:32:11 -0500 asked a question Making maze program by using turtlebot and colour sensor

Hi there. I would like to make maze program for my turtlebot. The method is i will put white tape on the floor and the turtlebot will detect the colour by colur sensor that programmed by arduino. Is it possible to do that? how about with the package and nodes? what else i need to consider?