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

fbelmonteklein's profile - activity

2023-04-21 10:21:30 -0500 received badge  Famous Question (source)
2023-04-21 10:21:30 -0500 received badge  Notable Question (source)
2023-04-21 10:21:30 -0500 received badge  Popular Question (source)
2023-04-17 06:37:01 -0500 answered a question How to create a custom clock using roscpp

I was overcomplicating it. Here is a simple example: #include "ros/init.h" #include "ros/node_handle.h" #include "ros/

2023-04-17 06:37:01 -0500 received badge  Rapid Responder (source)
2023-04-17 06:33:06 -0500 answered a question how to create a simulated time clock publisher

Never mind, I was overcomplicating it. Here is a simple example: #include "ros/init.h" #include "ros/node_handle.h" #in

2023-04-17 06:33:06 -0500 received badge  Rapid Responder (source)
2023-04-17 04:33:32 -0500 edited question how to create a simulated time clock publisher

simulated time using rosbag I was thinking of a way of creating a custom clock that I can use to step all my nodes. I

2023-04-17 04:33:05 -0500 asked a question how to create a simulated time clock publisher

simulated time using rosbag I was thinking of a way of creating a custom clock that I can use to step all my nodes. I

2023-04-17 04:32:09 -0500 asked a question How to create a custom clock using roscpp

How to create a custom clock using roscpp I was thinking of a way of creating a custom clock that I can use to step all

2023-01-23 10:39:14 -0500 received badge  Commentator
2022-12-16 08:14:12 -0500 edited answer Migrating rosbag message

For the inattentive bunch (to which I am included): If you followed http://wiki.ros.org/rosbag/migration, in the myrule

2022-12-16 08:13:44 -0500 answered a question Migrating rosbag message

For the inattentive bunch (to which I am included): If you followed http://wiki.ros.org/rosbag/migration, in the myrule

2021-05-31 02:13:19 -0500 received badge  Great Answer (source)
2021-02-28 17:09:47 -0500 received badge  Associate Editor (source)
2021-02-28 17:09:47 -0500 edited answer How to use ROS in Colab?

Well, a colab notebook is basically a docker instance, so you can install ROS in a colab notebook! What I did: !sudo

2021-02-28 17:09:02 -0500 edited answer How to use ROS in Colab?

Well, a colab notebook is basically a docker instance, so you can install ROS in a colab notebook! What I did: !sudo

2021-02-28 17:04:34 -0500 commented answer How to use ROS in Colab?

You are right. There is something strange happening, because after some time it works. I think maybe the roscore is stil

2021-02-19 23:24:43 -0500 received badge  Necromancer (source)
2021-02-18 10:50:21 -0500 commented answer Unable to communicate to some of ROS services

so, it turns out that ROS register the names of hosts with the variables of the terminal in which the roslaunch/rosrun c

2021-02-18 10:50:07 -0500 commented answer Unable to communicate to some of ROS services

so, it turns out that ROS register the names of hosts with the variables of the terminal in which the roslaunch/rosrun c

2021-02-18 10:49:15 -0500 commented answer Unable to communicate to some of ROS services

so, it turns out that ROS register the names of hosts with the variables of the terminal in which the roslaunch/rosrun c

2021-02-05 06:37:56 -0500 edited answer How to use ROS in Colab?

Well, a colab notebook is basically a docker instance, so you can install ROS in a colab notebook! What I did: !sudo

2021-02-05 06:37:25 -0500 answered a question How to use ROS in Colab?

Well, a colab notebook is basically a docker instance, so you can install ROS in a colab notebook! What I did: !sudo

2021-02-05 06:04:21 -0500 commented question How to use ROS in Colab?

Rospy simple seem to work, but since we don't have a master it's kinda useless. If you have a valid external IP, I suppo

2020-10-08 15:37:39 -0500 received badge  Good Answer (source)
2019-10-15 15:03:37 -0500 received badge  Famous Question (source)
2019-09-04 04:57:34 -0500 received badge  Nice Answer (source)
2019-07-17 02:12:16 -0500 received badge  Famous Question (source)
2019-06-14 10:54:38 -0500 received badge  Necromancer (source)
2019-05-06 09:10:52 -0500 commented question Best package to estimate object pose using camera

maybe this is relevant: https://paperswithcode.com/task/6d-pose-estimation

2019-05-06 09:02:44 -0500 commented question moveit demo.launch

can you try launching planning_context.launch to check if your urdf, srdf and yaml files are being loaded correctly?

2019-04-27 17:02:55 -0500 received badge  Notable Question (source)
2019-04-27 17:02:55 -0500 received badge  Popular Question (source)
2019-04-15 11:26:54 -0500 edited answer Custom message including numpy arrays

It is kind of hacky, but the way I solved this problem was by using sensor_msgs.msg.Image and cvbridge instead of the nu

2019-04-15 11:23:32 -0500 edited answer Custom message including numpy arrays

It is kind of hacky, but the way I solved this problem was by using sensor_msgs.msg.Image and cvbridge instead of the nu

2019-04-15 11:17:05 -0500 edited answer Custom message including numpy arrays

It is kind of hacky, but the way I solved this problem was by using sensor_msgs.msg.Image and cvbridge instead of the nu

2019-04-15 11:14:17 -0500 edited answer Custom message including numpy arrays

It is kind of hacky, but the way I solved this problem was by using sensor_msgs.msg.Image and cvbridge instead of the nu

2019-04-15 11:08:37 -0500 edited answer Custom message including numpy arrays

It is kind of hacky, but the way I solved this problem was by using sensor_msgs.msg.Image and cvbridge instead of the nu

2019-04-15 09:45:26 -0500 edited answer Custom message including numpy arrays

It is kind of hacky, but the way I solved this problem was by using sensor_msgs.msg.Image and cvbridge instead of the nu

2019-04-15 09:41:37 -0500 edited answer Custom message including numpy arrays

It is kind of hacky, but the way I solved this problem was by using sensor_msgs.msg.Image and cvbridge instead of the nu

2019-04-15 09:17:22 -0500 commented answer Custom message including numpy arrays

Fair point. The other alternative is using multiarray and that is kind of awkward. I will edit my answer to contain both

2019-04-15 06:05:17 -0500 answered a question Custom message including numpy arrays

It is kind of hacky, but the way I solved this problem was by using sensor_msgs.msg.Image and cvbridge instead of the nu

2019-03-11 13:16:54 -0500 received badge  Nice Answer (source)
2019-03-11 09:54:49 -0500 edited answer Passing arguments to callback in Python

Additionally to the answer presented you can use a lambda like: def callback(data, dict_1, dict_2): ... callback_la

2019-03-11 09:53:36 -0500 answered a question Passing arguments to callback in Python

Additionally to the answer presented you can use a lambda like: def callback(data, dict_1, dict_2): ... callback_la

2019-02-21 12:55:13 -0500 received badge  Student (source)
2019-02-21 12:39:02 -0500 edited question sensor_msgs/Image generates float instead of int with python3

sensor_msgs/Image generates float instead of int with python3 I am trying to compile ros from source to run some python

2019-02-21 12:37:38 -0500 edited question sensor_msgs/Image generates float instead of int with python3

sensor_msgs/Image generates float instead of int with python3 I am trying to compile ros from source to run some python

2019-02-21 12:17:17 -0500 asked a question sensor_msgs/Image generates float instead of int with python3

sensor_msgs/Image generates float instead of int with python3 I am trying to compile ros from source to run some python