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

m2-farzan's profile - activity

2022-07-24 06:24:10 -0500 received badge  Nice Answer (source)
2022-06-30 07:42:19 -0500 received badge  Necromancer (source)
2022-06-28 09:50:30 -0500 answered a question [ROS 2] Machine Learning Tutorial - Could not import 'rosidl_typesupport_c' for package 'turtlebot3_msgs'

This might be caused by your .action files being in a location other than {package_directory}/action/. Move them to the

2022-05-18 13:38:15 -0500 answered a question ROS2 launch nodes by python script

This can be accomplished using the LaunchService class. Basic example: main.py: from launch import LaunchService fro

2021-11-29 17:01:54 -0500 received badge  Supporter (source)
2021-11-11 06:38:29 -0500 received badge  Enthusiast
2021-11-10 12:31:28 -0500 commented answer Compile ROS2 foxy binaries for other linux distro

Based on what that PKGBUILD does (package() function in the bottom), can't you just make a debian package that contains

2021-11-10 12:17:44 -0500 commented answer Compile ROS2 foxy binaries for other linux distro

@xander-m2k Sorry, maybe I didn't fully understand the problem. Are you trying to avoid colcon for some reason or you're

2021-11-09 17:41:08 -0500 answered a question Compile ROS2 foxy binaries for other linux distro

Some suggestions: 1. Study Archlinux PKGBUILDS: Archlinux lacks ROS2 binaries, so the Arch community created "PKGBUILD

2021-11-09 17:41:08 -0500 received badge  Rapid Responder (source)
2021-11-09 17:00:19 -0500 answered a question Calling Service from Node does not work, but calling it from CLI works.

Short answer: Replace time.sleep with rclpy.spin_once Long answer: Remember that async != multithreading. When you use

2021-11-09 17:00:19 -0500 received badge  Rapid Responder (source)
2021-06-10 01:24:07 -0500 received badge  Necromancer (source)
2021-06-10 01:24:07 -0500 received badge  Teacher (source)
2021-06-04 13:29:46 -0500 answered a question how to launch a launch file from python code

In ROS 2 you need to follow these steps: Create a LaunchDescription object. If you have seen a regular python launch f

2021-04-07 09:19:23 -0500 answered a question Failure in building ROS2 Rolling via source

If you have already installed a previous version of ROS (like foxy), that might be the source of the problem. It's becau