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

TheBee's profile - activity

2022-03-24 05:18:15 -0500 received badge  Famous Question (source)
2022-03-24 05:18:15 -0500 received badge  Notable Question (source)
2022-01-17 23:18:10 -0500 received badge  Nice Answer (source)
2021-12-30 08:14:15 -0500 commented answer [ROS2 Windows] Running C++ Node By Direct DLL/Lib Reference

@edgarmg Check out the GitHub repo and create issues there, that way others with the same issues can find the solution a

2021-12-30 08:14:11 -0500 received badge  Necromancer (source)
2021-12-30 08:14:11 -0500 received badge  Teacher (source)
2021-12-30 08:11:46 -0500 edited answer [ROS2 Windows] Running C++ Node By Direct DLL/Lib Reference

Adding my comment as an answer so everyone gets notified: I've managed to get it to work - two things that are worth no

2021-12-30 08:09:10 -0500 edited answer [ROS2 Windows] Running C++ Node By Direct DLL/Lib Reference

Adding my comment as an answer so everyone gets notified: I've managed to get it to work - two things that are worth no

2021-12-30 08:08:18 -0500 edited answer [ROS2 Windows] Running C++ Node By Direct DLL/Lib Reference

Adding my comment as an answer so everyone gets notified: I've managed to get it to work - two things that are worth no

2021-12-30 08:05:51 -0500 commented question [ROS2 Windows] Running C++ Node By Direct DLL/Lib Reference

Hey there! I've updated https://github.com/ItsMeTheBee/VisualStudioROS to also add sample code on how to call the wrappe

2021-12-30 08:05:11 -0500 commented question [ROS2 Windows] Running C++ Node By Direct DLL/Lib Reference

Hey there! I've updated https://github.com/ItsMeTheBee/VisualStudioROS to also add sample code on how to call the wrappe

2021-12-15 02:51:13 -0500 answered a question [ROS2 Windows] Running C++ Node By Direct DLL/Lib Reference

Adding my comment as an answer so everyone gets notified: I've managed to get it to work - two things that are worth no

2021-12-15 02:45:38 -0500 commented question [ROS2 Windows] Running C++ Node By Direct DLL/Lib Reference

Hey all! I've managed to get it to work - two things that are worth noting: 1. You need to call rclcpp::init() and 2.You

2021-08-06 13:57:42 -0500 received badge  Popular Question (source)
2021-07-29 01:42:44 -0500 commented question Import rclpy in a capsuled python environment

I've seen this question but in that case the python environment was different because of anaconda, in my case I have no

2021-07-28 07:10:34 -0500 asked a question Import rclpy in capsulated python environment

Import rclpy in capsulated python environment Hey there! I want to use Ros / Ros2 with Blender, which provides an exten

2021-07-28 07:10:10 -0500 received badge  Student (source)
2021-07-28 07:09:29 -0500 asked a question Import rclpy in a capsuled python environment

Import rclpy in a capsuled python environment Hey there! I want to use Ros / Ros2 with Blender, which provides an exten

2021-04-01 12:33:06 -0500 received badge  Famous Question (source)
2021-01-29 04:06:52 -0500 commented question [ROS2 Windows] Running C++ Node By Direct DLL/Lib Reference

Have you been able to fix this issue? I have a lot of LNK2019 errors even though a have the same setup as you :b

2021-01-29 03:54:08 -0500 commented question [ROS2 Windows] Running C++ Node By Direct DLL/Lib Reference

Have you been able to fix this issue?

2020-12-24 05:29:27 -0500 received badge  Favorite Question (source)
2020-10-12 06:11:40 -0500 commented answer ROS1 & ROS2 multiple machine

I´m guessing because melodic doesn´t run on Ubuntu 20.04 but noetic does so it would be quite hard to install melodic pr

2020-08-12 09:14:21 -0500 commented question [rclcpp] How to unsubscribe from a topic

Hey there! Did you manage to stop/deactivate/shut down your subscriber without shutting down the entire node? I´m worki

2020-08-12 03:45:06 -0500 answered a question [rclcpp] How to unsubscribe from a topic

Hey there! Did you manage to stop/deactivate/shut down your subscriber without shutting down the entire node? I´m worki

2020-08-09 03:56:35 -0500 received badge  Notable Question (source)
2020-08-09 01:28:20 -0500 edited question Linking between two workspaces

Linking between two workspaces Hey there! To keep everything neat and clean I decided to have a dev_ws with my packages

2020-08-09 01:28:11 -0500 edited question Linking between two workspaces

Linking between two workspaces Hey there! To keep everything neat and clean I decided to have a dev_ws with my packages

2020-08-09 01:28:11 -0500 received badge  Editor (source)
2020-08-07 13:51:19 -0500 received badge  Popular Question (source)
2020-08-07 05:56:04 -0500 asked a question Linking between two workspaces

Linking between two workspaces Hey there! To keep everything neat and clean I decided to have a dev_ws with my packages

2020-08-03 10:46:24 -0500 asked a question Ros2 Pcl not found

Ros2 Pcl not found Hey there! I´m a little confused about the installation of the perception_pcl package. In my workspa

2020-04-21 05:03:26 -0500 received badge  Popular Question (source)
2019-08-29 02:10:18 -0500 received badge  Enthusiast
2019-08-20 05:09:16 -0500 commented question Is CvImagePtr invariable?

Well i am using it with ROS so i thought it might be better here as some other people might wonder the same (i tried goo

2019-08-20 05:07:57 -0500 edited question Is CvImagePtr invariable?

Is CvImagePtr invariable? I am using toCvCopy to work with my camera data. Basically i am writing a small camera adapter

2019-08-20 05:05:46 -0500 commented question Is CvImagePtr invariable?

Well i am using it with ROS so i thought it might be better here as some other people might wonder the same (i tried goo

2019-08-20 04:55:43 -0500 asked a question Is CvImagePtr invariable?

Is CvImagePtr invariable? I am using toCvCopy to work with my camera data. Basically i am writing a small camera adapter