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

I Heart Robotics's profile - activity

2016-08-14 06:57:33 -0500 received badge  Guru (source)
2016-08-14 06:57:33 -0500 received badge  Great Answer (source)
2014-07-10 11:44:01 -0500 commented answer ROS Icon: Network ID (QR CODE)

Also, you could reinstall Ubuntu from the TurtleBot ISO image. http://www.neautomation.com/blog/posts/turtlebot-hydro-r0.html

2014-07-08 08:57:54 -0500 answered a question ROS Icon: Network ID (QR CODE)

The "Icon" is part of some external debian packages.

https://launchpad.net/~neautomation/+...

https://github.com/turtlebot-mfg

2014-01-28 17:25:00 -0500 marked best answer Problems with ros::package::getPath in Fuerte

Something like the following used to work in electric but in fuerte it incorrectly yields /opt/ros/fuerte/share/roslaunch/bin/roslaunch instead of /opt/ros/fuerte/bin/roslaunch

std::string roslaunch_path = ros::package::getPath("roslaunch");
sprintf (roslaunch_bin_path, "%s/bin/roslaunch", roslaunch_path.c_str ());

In electric

$rospack find roslaunch 
/opt/ros/electric/stacks/ros_comm/tools/roslaunch
$ls /opt/ros/electric/stacks/ros_comm/tools/roslaunch/bin/roslaunch
/opt/ros/electric/stacks/ros_comm/tools/roslaunch/bin/roslaunch

In Fuerte

$rospack find roslaunch 
/opt/ros/fuerte/share/roslaunch
$ls /opt/ros/fuerte/share/roslaunch
manifest.xml  resources

Is this the desired behavior? If so how do we find the location of the roslaunch binary? Is there a roslaunch API that is stable so we don't need to exec() roslaunch?

2014-01-28 17:21:39 -0500 marked best answer ROS Answers emails

Is there a way to get ROS Answers to send an email when a question is posted with a specific tag?

Update: Where is the tags listed in 'allow only selected tags' set?

2012-10-31 08:51:25 -0500 received badge  Famous Question (source)
2012-09-19 07:09:38 -0500 received badge  Famous Question (source)
2012-08-24 10:18:48 -0500 received badge  Notable Question (source)
2012-08-24 10:18:48 -0500 received badge  Famous Question (source)
2012-08-23 09:17:32 -0500 received badge  Notable Question (source)
2012-08-17 21:13:55 -0500 received badge  Popular Question (source)
2012-08-16 10:43:50 -0500 received badge  Famous Question (source)
2012-08-14 20:20:57 -0500 commented answer openni_launch works only the first time

Hack attached to ticket

2012-08-08 16:34:09 -0500 asked a question Building Android App Chooser with ROSJava

Is it currently possible to build android_app_chooser from source on fuerte?

Does it use the current build of ROSJava or does it need the JNI-based Java client library?

Should we just wait until the new version of ROSJava is a bit more stable?

2012-07-10 04:44:43 -0500 received badge  Good Answer (source)
2012-06-26 07:47:30 -0500 received badge  Popular Question (source)
2012-06-20 03:39:04 -0500 received badge  Nice Answer (source)
2012-05-28 14:57:56 -0500 received badge  Notable Question (source)
2012-05-14 04:40:50 -0500 received badge  Notable Question (source)
2012-04-10 15:48:44 -0500 marked best answer Fuerte source install

What is the currently preferred method for a complete source build of ROS Fuerte?

This URL does not seem to work. http://packages.ros.org/cgi-bin/gen_rosinstall.py?rosdistro=fuerte&variant=desktop-full&overlay=no

2012-04-08 19:17:39 -0500 received badge  Enlightened (source)
2012-04-08 19:17:38 -0500 received badge  Good Answer (source)
2012-04-08 12:26:43 -0500 received badge  Nice Answer (source)
2012-04-08 10:57:51 -0500 answered a question How to share some patches?

If you already have patches, the best thing to do is to find the correct bug tracker for your package and create a bug report and attach your patch to the bug report.

If it is urgent, you can then email ros-users@code.ros.org with the bug id which helps make sure nothing gets lost.

Many package's bug trackers are on http://kforge.ros.org/projects/

For example if you have a TurtleBot related problem, bug reports can be submitted to http://kforge.ros.org/turtlebot/trac

Also many packages and stack list the tracker in their documentation such as http://ros.org/wiki/ros_comm which has a bug tracker at https://code.ros.org/trac/ros/newticket?component=ros_comm&type=defect&&ros_comm

2012-04-07 10:41:45 -0500 commented answer Turtlebot unable to check laptop battery/BAT0/state

Thanks for the help! I have patchified things and made some adjustments. Please post feedback on the patch to the ticket.

2012-04-07 08:21:57 -0500 commented answer Turtlebot bringup minimal.launch, cannot find create on dev/ttyUSB0

The ckermit connands are "set line /dev/ttyUSB0", "set speed 57600", "set carrier-watch off","connect". After that power cycle the create.

2012-04-07 08:20:05 -0500 commented answer Turtlebot bringup minimal.launch, cannot find create on dev/ttyUSB0

These may be different problems. If you have the right port set and nothing is working it might be hardware. I would suggest using kermit to connect to the serial port at 57600 baud and power cycle the create. If the hardware is working it should display something.

2012-04-07 06:29:28 -0500 commented answer Turtlebot unable to check laptop battery/BAT0/state
2012-04-07 06:27:01 -0500 answered a question Turtlebot unable to check laptop battery/BAT0/state

This is now in the ticket system. http://kforge.ros.org/turtlebot/trac/ticket/134

2012-03-29 17:07:40 -0500 commented answer Turtlebot and turtlebot arm and hokuyo laser rangefinder

Yes! That was one of our design goals.

2012-03-29 16:15:34 -0500 commented question Turtlebot_Teleop not Working Properly

/turtlebot_node/cmd_vel [unknown type] I'm not in front of a robot at the moment but unknown type sounds wrong. Have you tried debugging with roswtf?

2012-03-26 03:35:19 -0500 received badge  Citizen Patrol (source)
2012-03-26 03:35:12 -0500 received badge  Critic (source)
2012-03-26 03:05:14 -0500 commented question Start Turtlebot

That sounds like your kernel driver. You want the device name that shows up in ifconfig. it is usually eth0 or wlan0 or eth1

2012-03-25 20:01:42 -0500 commented answer Start Turtlebot

However you are right that on the TurtleBot you should just need to run the service. You can however stop the service and start roscore manually but that it probably just complicating matters.

2012-03-25 20:00:04 -0500 commented answer Start Turtlebot

However if you start roscore, then start roslaunch, then restart roscore, the nodes you launched with roslaunch may not reconnect properly. If I recall correclty, Dynamic reconfigure reconnects, but image_view will not.

2012-03-25 19:56:17 -0500 commented answer Start Turtlebot

I'm not sure if this is helpful, but here goes. You should be able to run roscore independent of roslaunch, though there are some nuances. roslaunch will start roscore if it is not already running. If you start roscore, then start roslaunch then stop roslaunch, roscore will keep running.

2012-03-25 19:52:24 -0500 commented question Start Turtlebot

If that works, 'roscd turtlebot_bringup/upstart && sudo ./install.bash wlan0' should install the proper scripts in /etc. Replace wlan0 with the correct name for your wifi device. http://ros.org/wiki/Robots/TurtleBot/Robot%20Install#Configure_Upstart