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

afrixs's profile - activity

2022-09-20 06:39:19 -0500 received badge  Good Answer (source)
2022-08-31 08:59:26 -0500 received badge  Student (source)
2022-08-11 05:19:24 -0500 received badge  Nice Answer (source)
2022-08-11 03:32:14 -0500 commented answer How can I suppress sigint-timeout and sigterm-timout options from roslaunch ?

As far as I know, there is no remote launch support directly included in ROS2, but you can still use ExecuteProcess with

2022-08-11 03:31:38 -0500 commented answer How can I suppress sigint-timeout and sigterm-timout options from roslaunch ?

As far as I know, there is no remote launch support directly included in ROS2, but you can still use ExecuteProcess with

2022-08-10 08:21:52 -0500 received badge  Nice Answer (source)
2022-04-26 12:41:44 -0500 received badge  Necromancer (source)
2022-04-26 11:59:52 -0500 edited answer Remotely Launch Nodes in ROS2

I've just found a way to perform a remote launch from a python launch file using the ExecuteProcess launch action. There

2022-04-26 07:13:26 -0500 edited answer Remotely Launch Nodes in ROS2

I've just found a way to perform a remote launch from a python launch file using the ExecuteProcess launch action. There

2022-04-26 07:10:40 -0500 edited answer Remotely Launch Nodes in ROS2

I've just found a way to perform a remote launch from a python launch file using the ExecuteProcess launch action. There

2022-04-26 06:56:02 -0500 edited answer Remotely Launch Nodes in ROS2

I've just found a way to perform a remote launch from a python launch file using the ExecuteProcess launch action. There

2022-04-26 06:55:18 -0500 edited answer Remotely Launch Nodes in ROS2

I've just found a way to perform a remote launch from a python launch file using the ExecuteProcess launch action. There

2022-04-26 06:39:56 -0500 edited answer Remotely Launch Nodes in ROS2

I've just found a way to perform a remote launch from a python launch file using the ExecuteProcess launch action. There

2022-04-26 06:36:08 -0500 edited answer Remotely Launch Nodes in ROS2

I've just found a way to perform a remote launch from a python launch file using the ExecuteProcess launch action. There

2022-04-26 06:23:11 -0500 answered a question Remotely Launch Nodes in ROS2

I've just found a way to perform a remote launch from a python launch file using the ExecuteProcess launch action. There

2022-03-08 05:51:28 -0500 edited answer How to handle exceptions in the user-defined-callback in service-server and how to inform service-client about the failed-service-call in ros2 rclcpp ?

Hi, I just faced the same problem and investigated the rclcpp code a bit, it seems like making the service fail is not c

2022-03-02 09:01:45 -0500 commented question How to handle exceptions in the user-defined-callback in service-server and how to inform service-client about the failed-service-call in ros2 rclcpp ?

@SmallJoeMan I think it is currently the most elegant solution... (Most of ROS2 services use the name success for the bo

2022-03-02 08:58:19 -0500 edited answer How to handle exceptions in the user-defined-callback in service-server and how to inform service-client about the failed-service-call in ros2 rclcpp ?

Hi, I just faced the same problem and investigated the rclcpp code a bit, it seems like making the service fail is not c

2022-03-02 08:57:20 -0500 answered a question How to handle exceptions in the user-defined-callback in service-server and how to inform service-client about the failed-service-call in ros2 rclcpp ?

Hi, I just faced the same problem and investigated the rclcpp code a bit, it seems like making the service fail is not c

2022-01-01 21:05:06 -0500 received badge  Necromancer (source)
2022-01-01 21:05:06 -0500 received badge  Teacher (source)
2021-12-08 01:19:06 -0500 commented answer "what(): can't subtract times with different time sources [2 != 1]" error when spawning diff_drive_controller on ros2_control

Building ros2_control and (for simulation) gazebo_ros2_control from source solved the issue for me too (diff_drive_contr

2021-11-08 03:00:48 -0500 edited answer How can I suppress sigint-timeout and sigterm-timout options from roslaunch ?

You can edit remoteprocess.py inside the installed ros package and remove the arguments, i.e. sudo nano /opt/ros/noetic

2021-11-08 03:00:48 -0500 received badge  Editor (source)
2021-11-04 05:57:39 -0500 edited answer How can I suppress sigint-timeout and sigterm-timout options from roslaunch ?

You can edit remoteprocess.py inside the installed ros package and remove the arguments, i.e. sudo nano /opt/ros/noetic

2021-11-04 05:57:06 -0500 answered a question How can I suppress sigint-timeout and sigterm-timout options from roslaunch ?

You can edit remoteprocess.py inside the installed ros package and remove the arguments, i.e. sudo nano /opt/ros/noetic

2019-05-28 04:00:35 -0500 commented question Custom rviz plugin MultiLibraryClassLoader crash when loading rosbag

Well that looks like you will have to clone (or download) the ros_comm package and build it from source (or wait for add

2019-04-23 09:06:44 -0500 received badge  Famous Question (source)
2019-04-23 09:06:44 -0500 received badge  Notable Question (source)
2019-02-21 11:55:20 -0500 received badge  Popular Question (source)
2019-01-31 07:31:18 -0500 asked a question Custom rviz plugin MultiLibraryClassLoader crash when loading rosbag

Custom rviz plugin MultiLibraryClassLoader crash when loading rosbag Hello, I'm not really familiar with plugin building

2018-11-20 20:08:27 -0500 received badge  Famous Question (source)
2018-11-02 16:29:05 -0500 received badge  Notable Question (source)
2018-11-02 06:21:33 -0500 answered a question robot_localization ignoring IMU frame orientation

Ok, so I managed to solve my problem, although the actual problem was elsewhere. I found that the IMU sensor was mounted

2018-11-02 06:01:00 -0500 received badge  Popular Question (source)
2018-11-02 05:59:10 -0500 answered a question How do you upgrade pcl to the current release?

Thisi is what worked for me: download, cmake, make and make install PCL from github download perception_pcl from githu

2018-10-15 10:29:20 -0500 received badge  Enthusiast
2018-10-09 11:20:16 -0500 asked a question robot_localization ignoring IMU frame orientation

robot_localization ignoring IMU frame orientation Hello, I'm trying to implement robot_localization in my robot, with IM

2018-09-20 04:33:56 -0500 received badge  Supporter (source)
2018-09-19 10:37:29 -0500 answered a question gmapping not updating map

I had exactly the same problem when I published laser data without timestamp. Check the header of your published scan me