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

FloppyHank's profile - activity

2019-05-20 02:10:41 -0500 marked best answer Can I manipulate a Kuka kr10 with ROS?

Hi, I'm really new to ROS, just finished the beginner level of ROS tutorials (just had some rough ideas about topics, publishers, subscribers, etc.). My project is having this Kuka manipulator interact with human according to images captured by a Kinect sensor. So, my question is what should I look for my next stage? Learn ROS-Industrial? Gazebo simulation (I do want to do a simulation of my application but I have no idea how to do it with ROS)?

2018-10-22 14:27:15 -0500 commented question How to display a 3D Map on RVIZ using ORB_SLAM2?

I guess the original ORB-SLAM2 does not publish map topic. You'll need to use other libraries such as PCL and octomap to

2018-09-24 22:44:13 -0500 commented answer openai_ros q-learning example not work

I think the developers answered my question. It was just the log type issue not a real error. I did not install the addi

2018-09-24 22:42:15 -0500 commented answer openai_ros q-learning example not work

Yes, you are right. I figured out this a couple of days before but forgot to check this answer back. Thank you.

2018-09-24 22:40:52 -0500 marked best answer openai_ros q-learning example not work

Hi guys, As I'm trying to follow this tutorial from OpenAI_ROS to play around Q learning on a Gazebo simulated turtlebot in a maze. However, I cannot initiate my turtlebot. I have succesfully downloaded and built openai_ros and openai_example_projects in my ROS workspace. I'm using Ubuntu 16.04+ROS-Kinetic + Gazebo-7.0.

Basically, I'm following these steps:
1. $ roslaunch gym_construct main.launch to start gazebo simulation (this part looks fine to me).
2. $ roslaunch turtle2_openai_ros_example start_training.launch and this will give me following error messages.

[ERROR] [1534517590.397706, 29.824000]: WORLD RESET
[ERROR] [1534517590.399843, 29.826000]: NOT Initialising Simulation Physics Parameters
[WARN] [1534517590.401831, 29.828000]: Start Init ControllersConnection
[WARN] [1534517590.401994, 29.828000]: END Init ControllersConnection
2018-09-24 22:40:52 -0500 received badge  Scholar (source)
2018-09-24 22:40:36 -0500 received badge  Famous Question (source)
2018-08-31 10:03:04 -0500 received badge  Notable Question (source)
2018-08-29 07:30:52 -0500 received badge  Student (source)
2018-08-29 07:30:49 -0500 received badge  Popular Question (source)
2018-08-17 10:05:12 -0500 asked a question openai_ros q-learning example not work

openai_ros q-learning example not work Hi guys, As I'm trying to follow this tutorial from OpenAI_ROS to play around Q l

2018-08-14 03:51:09 -0500 received badge  Famous Question (source)
2017-09-25 10:05:33 -0500 received badge  Supporter (source)
2017-09-25 03:08:07 -0500 received badge  Notable Question (source)
2017-09-24 00:41:28 -0500 received badge  Popular Question (source)
2017-09-23 10:04:27 -0500 received badge  Enthusiast
2017-09-21 15:27:43 -0500 commented question Can I manipulate a Kuka kr10 with ROS?

Don't worry @NEngelhard, I really just want to start a simulation first. And my project is not about interact with the r

2017-09-21 15:27:43 -0500 commented question Can I manipulate a Kuka kr10 with ROS?

Thanks, @gvdhoorn. I think starting from a simulation would be great, and I'm willing to learn all kinds of ROS stuffs.

2017-09-18 09:36:50 -0500 asked a question Can I manipulate a Kuka kr10 with ROS?

Can I manipulate a Kuka kr10 with ROS? Hi, I'm really new to ROS, just finished the beginner level of ROS tutorials (jus