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

doekaschi's profile - activity

2022-06-16 17:22:52 -0500 received badge  Nice Question (source)
2021-06-03 15:41:00 -0500 received badge  Nice Answer (source)
2021-04-30 17:02:34 -0500 received badge  Favorite Question (source)
2021-03-20 07:22:09 -0500 received badge  Famous Question (source)
2021-02-12 10:44:19 -0500 received badge  Necromancer (source)
2021-01-25 09:48:15 -0500 received badge  Teacher (source)
2020-09-21 00:52:48 -0500 received badge  Notable Question (source)
2020-07-17 01:32:44 -0500 answered a question [ROS 2] Machine Learning Tutorial - Could not import 'rosidl_typesupport_c' for package 'turtlebot3_msgs'

I had the same issue and did some research to fix it. For me, the problem was, that I had not declared the dependencies

2020-07-17 01:32:13 -0500 answered a question Missing rosidl type support for custom message in Python [Eloquent]

I had the same issue and did some research to fix it. For me, the problem was, that I had not declared the dependencies

2020-07-17 01:27:40 -0500 received badge  Enthusiast
2020-07-16 07:55:15 -0500 commented question [ROS 2] Machine Learning Tutorial - Could not import 'rosidl_typesupport_c' for package 'turtlebot3_msgs'

Hello, for me the same error message is being generated when I am trying to use a custom service that was created in a C

2020-07-16 05:36:23 -0500 received badge  Supporter (source)
2020-07-16 04:22:42 -0500 commented question Missing rosidl type support for custom message in Python [Eloquent]

I also do have the same issue, however I am creating a custom service using eloquent, not a message using dashing. Has t

2020-07-16 01:17:59 -0500 marked best answer Writing a planner plugin for ROS2 using Python

I found this tutorial, which shows how to create a new planner plugin for ROS2 using C++. However, I was wondering if there are any resources on how to achieve the same goal using Python?

I am aware of the fact, that C++ probably is faster when it's used for path-planning, however I already have a large base of code in Python that I would hate to have to rewrite. Currently, I am considering to send service requests to my Python program from the C++-based planner, however, I would love to hear if there is another (better) option.

Regards.

2020-07-16 01:17:59 -0500 received badge  Scholar (source)
2020-07-16 01:16:48 -0500 received badge  Popular Question (source)
2020-07-15 08:14:03 -0500 received badge  Student (source)
2020-07-15 07:49:28 -0500 asked a question Writing a planner plugin for ROS2 using Python

Writing a planner plugin for ROS2 using Python I found this tutorial, which shows how to create a new planner plugin for

2020-07-08 04:43:01 -0500 received badge  Famous Question (source)
2020-07-08 04:43:01 -0500 received badge  Notable Question (source)
2020-07-05 10:27:11 -0500 received badge  Famous Question (source)
2020-07-05 10:27:11 -0500 received badge  Notable Question (source)
2020-05-11 03:58:00 -0500 received badge  Famous Question (source)
2020-04-10 12:13:20 -0500 received badge  Popular Question (source)
2020-04-10 10:52:44 -0500 commented answer robot_localization not publishing map -> odom transformation

Hello, thank you for your response. To simulate GPS with Gazebo I use the hector gazebo plugin as you already mentioned.

2020-04-10 07:52:55 -0500 asked a question robot_localization not publishing map -> odom transformation

robot_localization not publishing map -> odom transformation Hello everyone, I am trying to set up the localization

2020-04-10 07:49:56 -0500 received badge  Popular Question (source)
2020-03-25 10:17:23 -0500 received badge  Notable Question (source)
2020-03-10 15:12:28 -0500 asked a question Gazebo differential drive robot not turning

Gazebo differential drive robot not turning I tried to model a differential drive robot in gazebo. As stated in my previ

2020-03-09 08:10:59 -0500 received badge  Popular Question (source)
2020-03-08 09:39:19 -0500 commented question Differential drive wheels slipping

@gvdhoom Yes you are completely right. I did not mean to write /odom but /cmd_vel. I corrected in the question. Do you h

2020-03-08 09:38:23 -0500 edited question Differential drive wheels slipping

Differential drive wheels slipping I am trying to model a Robot with two wheels (differential drive) and two caster whee

2020-03-08 01:47:31 -0500 asked a question Differential drive wheels slipping

Differential drive wheels slipping I am trying to model a Robot with two wheels (differential drive) and two caster whee