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

kangnamtofu's profile - activity

2017-05-10 03:42:10 -0500 received badge  Notable Question (source)
2017-05-02 07:45:19 -0500 received badge  Famous Question (source)
2017-05-02 05:40:39 -0500 received badge  Notable Question (source)
2017-03-09 16:23:26 -0500 received badge  Editor (source)
2017-03-09 16:22:48 -0500 answered a question Problem TurtleBot Odometry and Gyro Calibration

I manually set has_gyro = True (or False) but either stucks here.

[ INFO] [1489098043.383494668]: Initializing nodelet with 4 worker threads.
[ INFO] [1489098048.022024151]: Device "2bc5/0401@1/3" found.
Warning: USB events thread - failed to set priority. This might cause loss of data...
/opt/ros/kinetic/lib/turtlebot_calibration/scan_to_angle.py:52: SyntaxWarning: The publisher should be created with an explicit keyword argument 'queue_size'. Please see http://wiki.ros.org/rospy/Overview/Publishers%20and%20Subscribers for more information.
  self.pub = rospy.Publisher('scan_angle', ScanAngle)
[INFO] [1489098050.854526]: has_gyro False
/opt/ros/kinetic/lib/turtlebot_calibration/calibrate.py:79: SyntaxWarning: The publisher should be created with an explicit keyword argument 'queue_size'. Please see http://wiki.ros.org/rospy/Overview/Publishers%20and%20Subscribers for more information.
  self.cmd_pub = rospy.Publisher('cmd_vel', Twist)
Waiting for service /turtlebot_node/set_parameters...
[ INFO] [1489098053.321904353]: Starting depth stream.
[ INFO] [1489098053.441148566]: using default calibration URL
[ INFO] [1489098053.443462943]: camera calibration URL: file:///home/habals/.ros/camera_info/depth_Astra_Orbbec.yaml
[ INFO] [1489098053.446202508]: Unable to open camera calibration file [/home/habals/.ros/camera_info/depth_Astra_Orbbec.yaml]
[ WARN] [1489098053.448401437]: Camera calibration file /home/habals/.ros/camera_info/depth_Astra_Orbbec.yaml not found.
2017-03-09 14:22:54 -0500 received badge  Scholar (source)
2017-03-09 14:22:45 -0500 commented answer Where can I find depth_Astra_Orbbec.yaml?

Thank you so much! I got the rgb camera calibrated using the camera_calibration tool, but I cannot find how to calibrate the depth camera. It looks depth sensor is also way off now.

2017-03-09 14:21:12 -0500 received badge  Popular Question (source)
2017-03-08 02:04:35 -0500 received badge  Enthusiast
2017-03-06 21:43:20 -0500 received badge  Supporter (source)
2017-03-06 19:57:02 -0500 answered a question Problem TurtleBot Odometry and Gyro Calibration

I am having the same problem. Can someone shed a light for a noob?

2017-03-06 17:53:52 -0500 asked a question Where can I find depth_Astra_Orbbec.yaml?

Hi,

Where can I find depth_Astra_Orbbec.yaml file? I googled it but doesn't seem it is available anywhere. I am using Astra camera, and I see these warnings.

I am trying to debug why the amcl doesn't work. Any clue?

[ INFO] [1488843778.299006266]: Device "2bc5/0401@1/4" found. Warning: USB events thread - failed to set priority. This might cause loss of data... [ WARN] [1488843783.053552017]: Timed out waiting for transform from base_footprint to map to become available before running costmap, tf error: . canTransform returned after 0.101375 timeout was 0.1. [ INFO] [1488843783.308797123]: Starting depth stream. [ INFO] [1488843783.422696518]: using default calibration URL [ INFO] [1488843783.423527793]: camera calibration URL: file:///home/habals/.ros/camera_info/depth_Astra_Orbbec.yaml [ INFO] [1488843783.424577380]: Unable to open camera calibration file [/home/habals/.ros/camera_info/depth_Astra_Orbbec.yaml] [ WARN] [1488843783.425319542]: Camera calibration file /home/habals/.ros/camera_info/depth_Astra_Orbbec.yaml not found. [ WARN] [1488843788.151544033]: Timed out waiting for transform from base_footprint to map to become available before running costmap, tf error: . canTransform returned after 0.101699 timeout was 0.1. [ WARN] [1488843793.242873100]: Timed out waiting for transform from base_footprint to map to become available before running costmap, tf error: . canTransform returned after 0.101175 timeout was 0.1. [ WARN] [1488843798.339849246]: Timed out waiting for transform from base_footprint to map to become available before running costmap, tf error: . canTransform returned after 0.101268 timeout was 0.1.

2017-03-01 07:45:08 -0500 received badge  Student (source)
2017-03-01 07:44:56 -0500 received badge  Popular Question (source)
2017-02-28 19:48:04 -0500 commented answer TurtleBot navigation stack algorithms

Awesome. Thank you!

2017-02-28 13:38:26 -0500 asked a question TurtleBot navigation stack algorithms

Is there any design doc or research papers that the current turtlebot navigation stack implements? I would like to learn the algorithms and the top-level design in more depth. Thanks!