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

achuwilson's profile - activity

2019-08-31 08:03:33 -0500 received badge  Notable Question (source)
2018-06-13 05:27:45 -0500 received badge  Popular Question (source)
2015-05-23 13:23:10 -0500 received badge  Scholar (source)
2015-05-23 05:17:59 -0500 commented answer Erratic behaiour of PR2 in simulation

Thank You. It was exactly the issue. Upgrading to 1.13.2 version of control toolbox solved the problem.

2015-05-22 11:35:46 -0500 received badge  Editor (source)
2015-05-22 05:05:08 -0500 asked a question Erratic behaiour of PR2 in simulation

I am using a simulated PR2 in ROS Indigo (Ubuntu 14.04). While running

roslaunch pr2_gazebo pr2_empty_world.launch

the head of PR2 turns back and the arms get twisted and rotates continously. Also it is not possible to control the simulated PR2 using keyboad teleop package. It was working fine untill all the ros-indigo packages were updated through synaptic package manager .

It happens when the pr2_default_controllers are up and running. Simulation with no controllers makes no issues.

arms colliding and looking back arms rotating

2014-02-04 03:18:18 -0500 received badge  Famous Question (source)
2013-09-25 04:49:05 -0500 answered a question Get sensor_msgs/LaserScan message from simulation(v-rep)

It should work. I have worked with simulated Hokoyu laser scanners, in vrep, then exported the data from vrep as pointcloud into ROS, then used pointcloud_to_laserscan package to output a scan

2013-09-24 02:14:38 -0500 commented answer alternatives to 3d sensors

yes sure, u need openni, Kinect outputs a pointcloud , then using the package pointcloud_to_laserscan (depthimage_to_laserscan in ROS Hydro), you have to fake it as a laserscanner.

2013-09-23 19:59:22 -0500 received badge  Nice Answer (source)
2013-09-22 20:11:40 -0500 answered a question How to create a ros-dynamixel controller ?

See the Dynamixel tutorials http://wiki.ros.org/dynamixel_controllers/Tutorials

Also have a look at the code of CLAM Arm http://correll.cs.colorado.edu/clam/

2013-09-22 05:46:59 -0500 answered a question alternatives to 3d sensors

Yeah. I beleive it is possible and you can run navigation stack with Sharp's IR scanner, although the resolution may not be good as the default methods. See the following links

http://www.showusyoursensors.com/2010/08/ros-and-other-ramblings.html

This is how its done in Pi-Robot

http://www.youtube.com/watch?v=6oDrO5EKU5w

http://www.pirobot.org/blog/0014/

and here is some code

http://code.google.com/p/vanadium-ros-pkg/source/browse/trunk/arbotix/src/arbotix_sensors/lidar.py?spec=svn19&r=19

2013-09-22 05:37:49 -0500 answered a question Is there any way to implement my ROS programming codes in a minimal hardware level?
2013-09-19 04:37:44 -0500 answered a question Issues installing openni packages in ROS Groovy/Hydro

Hi, I too had the same issues. it was caused by an older version of pcl standalone installation. So i uninstalled all PCL, Openni packages, then removed a ppa of pcl from synaptic. Now it works fine

2013-03-12 00:58:24 -0500 received badge  Good Answer (source)
2013-01-08 05:29:56 -0500 received badge  Notable Question (source)
2012-10-28 14:12:12 -0500 received badge  Popular Question (source)
2012-08-25 00:49:05 -0500 asked a question How to disable constrain in roll & pitch in arm navigation

I have generated an arm navigation package for a 7 DOF arm using the Planning Description Configuration Wizard, and everything works fine except disabling constrain in roll and pitch. Even though the check-box is un-ticked,the end-effector always maintains the roll, pitch and yaw. So the number of IK solutions are limited, since the end-effector may not be able to maintain the orientation at the given position. Has anyone else faced such kind of problems before?

2012-08-24 19:35:05 -0500 commented answer moving custom robot arm to pose goal

I too had the same issues with my custom arm navigation . Did you find out a solution ?

2012-07-12 15:20:07 -0500 received badge  Nice Answer (source)
2012-01-25 14:54:38 -0500 received badge  Supporter (source)
2012-01-19 06:39:36 -0500 received badge  Teacher (source)
2012-01-17 02:13:54 -0500 answered a question ROS Beginning

Hi, using an Arduino would be great while beginning the actual hardware implementation of a robot running ROS. You can write a ROS node running in arduino, subscribing and publishing topics from and to the other nodes running on a computer.

The rosserial package helps a lot in accomplishing this. The arduino will be connected to a USB port of the computer and all the motors, sensors and such stuff can be interfaced with arduino. I am a beginner in ROS and presently working on a personal robot named chippu as a hobby project. More details, including all the codes can be had from my blog