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

jayess's profile - activity

2023-06-08 15:39:56 -0500 edited question Error: launch.substitutions.substitution_failure.SubstitutionFailure: executed command failed. Command: xacro /path_to_robot_description/robot.urdf.xacro use_ros2_control:=true sim_mode:=false

Error: launch.substitutions.substitution_failure.SubstitutionFailure: executed command failed. Command: xacro /path_to_r

2023-04-07 02:44:15 -0500 commented question izakisyotaro@izakisyotaro-CFFV1-1:~$ ros2 topic echo chatter WARNING: topic [chatter] does not appear to be published yet Could not determine the type for the passed topic

What is your question? What problems are you having (beyond just posting the error)? What have you tried and what were t

2023-04-07 02:36:33 -0500 edited question Error from gazebo_ros_joint_state_publisher: Joint <joint_name> does not exist!

Error from gazebo_ros_joint_state_publisher: Joint <joint_name> does not exist! Hi Everyone, ROS2 Humble, Gazebo1

2023-04-07 02:35:27 -0500 commented question UR3e+Robotiq85 gazebo simulation error

Closed as duplicate of #q397745

2023-04-07 02:35:15 -0500 commented question UR3e+Robotiq85 gazebo simulation error

Closed as duplicate of q#397745

2023-04-02 00:39:52 -0500 received badge  Nice Answer (source)
2023-02-24 13:47:06 -0500 commented answer robot_localization tf tree structure

@peter_feng you should create a new question instead of making a comment on a nearly 8 year old answer. This will give

2023-02-21 01:00:40 -0500 commented question catkin_make: cannot find 'std_msg'

@Haadi_Cool you should create a new question instead of leaving a comment on a 4 year old question. This will get you mo

2023-01-20 16:53:11 -0500 received badge  Necromancer (source)
2023-01-18 10:16:22 -0500 received badge  Nice Answer (source)
2022-10-17 17:46:46 -0500 commented question PCL: Input dataset is not from a projective device!

@Pran-Seven please don't use an answer to leave a comment. I've moved your answer to a comment for you

2022-09-22 15:50:59 -0500 edited answer Could not determine the type for the passed topic

Hello, @PeteBlackerThe3rd I'm using custom message like below. adc.msg -------------------- uint16[32] high_speed_adc

2022-09-22 15:49:48 -0500 edited answer tf2::toMsg throws Error even if I use the same functions as in tf2_geometry_msgs.h

Hey @ravijoshi thank you! No I get the following error strangely: undefined reference to `void tf2::fromMsg<geometr

2022-09-18 22:11:50 -0500 edited question MD5sum error:Client [/move_group] wants topic /move_group/goal to have datatype/md5sum [moveit_msgs/MoveGroupActionGoal/..], but our version has [moveit_msgs/MoveGroupActionGoal/...]. Dropping connection.

MD5sum error:Client [/move_group] wants topic /move_group/goal to have datatype/md5sum [moveit_msgs/MoveGroupActionGoal/

2022-09-18 22:09:57 -0500 edited answer I want to display GoogleMap within Rviz but Rviz does not.

Send base station information to UbuntuPC. ./str2str -in ntrip://rtk2go.com:2101/[MountPoint] -out serial://ttyACM0:230

2022-09-18 22:05:49 -0500 commented answer How can i get the robot to move after clicking 2d nav goal on rviz?

This is it right here. The car.throttle attribute is a float, but a geometry_msgs.msg._Vector3.Vector3 was given instead

2022-09-18 22:02:37 -0500 edited question How can i get the robot to move after clicking 2d nav goal on rviz?

How can i get the robot to move after clicking 2d nav goal on rviz? Hey guys, i'm trying to implement the ros navigation

2022-09-18 22:02:22 -0500 edited question How can i get the robot to move after clicking 2d nav goal on rviz?

How can i get the robot to move after clicking 2d nav goal on rviz? Hey guys, i'm trying to implement the ros navigation

2022-09-18 22:02:09 -0500 edited question How can i get the robot to move after clicking 2d nav goal on rviz?

How can i get the robot to move after clicking 2d nav goal on rviz? Hey guys, i'm trying to implement the ros navigation

2022-08-23 02:03:51 -0500 received badge  Nice Answer (source)
2022-08-22 04:13:14 -0500 received badge  Great Answer (source)
2022-08-22 04:13:14 -0500 received badge  Guru (source)
2022-06-29 21:19:52 -0500 edited question [ROS 2] Machine Learning Tutorial - Could not import 'rosidl_typesupport_c' for package 'turtlebot3_msgs'

[ROS 2] Machine Learning Tutorial - Could not import 'rosidl_typesupport_c' for package 'turtlebot3_msgs' Hello, I found

2022-06-02 14:53:43 -0500 edited answer colcon not adding Python module built with cmake to PYTHONPATH

It turns out we had already solved this problem in a different project. See https://github.com/tesseract-robotics/tesser

2022-05-20 17:24:25 -0500 edited answer Undefined reference to `GeographicLib::UTMUPS::Forward(...)

Add robot_localization into CmakeList.txt and package.xml In CmakeList.txt ---> find_package(catkin REQUIRED COMPONE

2022-04-10 15:06:24 -0500 edited question Rotor Simulator don't compile

Rotor Simulator don't compile Hello i'm trying to compile rotors_simulator (You can find here) but i have this error :

2022-04-10 15:05:50 -0500 edited question bounding box PTR input

bounding box PTR input Hello everyone, I'm working on object tracking and I'm trying to apply euclidian cluster extracti

2022-04-10 15:05:24 -0500 edited answer 4 wheeled Robot does not Drive

I'm pretty sure you basically glued your robot to the floor by creating a fixed joint between world and base_footprint (

2022-04-10 15:00:48 -0500 edited question How to add a PUBKEY ?

How to add a PUBKEY ? Hello every one, I'm really new to Ubuntu and ROS, I'm trying to install ROS2 Foxy Fitsroy on Ub

2022-04-02 14:20:28 -0500 received badge  Nice Answer (source)
2022-03-07 22:38:30 -0500 commented question Problems with ROS/Tutorials/ WritingServiceClient(python)

you can find it here #!/usr/bin/env python from beginner_tutorials.srv import * import rospy def handle_add_two_ints(

2022-03-07 22:37:59 -0500 commented question Problems with ROS/Tutorials/ WritingServiceClient(python)

!/usr/bin/env python from beginner_tutorials.srv import * import rospy def handle_add_two_ints(req): print "Return

2022-03-04 09:30:35 -0500 received badge  Taxonomist
2022-02-04 17:20:05 -0500 commented question CP210x driver issue with running rplidar a2 via ROS

Duplicate of #q395648

2022-02-04 17:19:51 -0500 commented question CP210x driver issue with RPIDAR A2 on ROS

Duplicate of #q395648

2022-02-04 17:19:33 -0500 edited question Driving Rplidar a2 on jetson TX2 - CP210X driver not found

Driving Rplidar a2 on jetson TX2 - CP210X driver not found when i write usb-devices, i get this below for Rplidar: T:

2022-02-04 17:14:02 -0500 edited question CP210x driver issue with running rplidar a2 via ROS

CP210x driver issue with running rplidar a2 via ROS when i write usb-devices, i get this below for Rplidar: T: Bus=01

2022-01-30 14:46:27 -0500 commented answer Getting Intel Realsense d435 to work in Gazebo

Can you please update your answer with the relevant information from the video? External links can and often do go down

2022-01-08 15:40:04 -0500 received badge  Nice Answer (source)
2021-11-18 00:52:04 -0500 received badge  Nice Answer (source)
2021-11-07 23:20:41 -0500 received badge  Good Answer (source)
2021-10-26 18:40:35 -0500 commented answer Multiple robots simulation and navigation

Please don't use an answer to ask a question. This isn't a forum. Please create a new question and reference this one in

2021-10-22 16:40:19 -0500 commented answer Weird Error related to Costmap

Perhaps you can add your solution as an answer to help others out who may encounter a similar issue?

2021-10-20 09:27:38 -0500 marked best answer How to declare dependency on other ROS package for launch files

I'm creating a package that exclusively uses launch files from other ROS packages. In other words, I'm not creating any nodes I'm just making a package to conveniently group and launch nodes from other packages. How am I supposed to declare those other ROS packages as dependencies, if I do at all? Is it in the package.xml using the <run_depend> or some other tag such as <exec_depend>?

I've checked REP 140, REP 127, the package.xml wiki entry, and Roslaunch tips for large projects and I'm not 100% how to do it. From what I can tell, REP 140 says to use <exec_depend> for

...packages providing shared libraries, executable commands, Python modules, launch scripts or any other files required for running your package.

which, to me, sounds like if I want to use the launch files from another package then I should declare that package as a dependency in package.xml using <exec_depend>.

So, again, the question is how am I supposed to declare those other ROS packages as dependencies, if I do at all?

Edit: I should have tested the <exec_depend> tag before mentioning it because I get the following error:

The manifest (with format version 1) must not contain the following tags: exec_depend
2021-10-06 03:55:55 -0500 received badge  Nice Answer (source)
2021-10-03 00:04:19 -0500 received badge  Guru (source)
2021-10-03 00:04:19 -0500 received badge  Great Answer (source)
2021-09-30 18:56:29 -0500 edited answer Invalid roslaunch XML syntax: mismatched tag: line 7, column 4

You need to change your first <arg> tag to be a self-closing tag <arg/>: <arg name="world_name" value="$

2021-09-22 15:39:48 -0500 edited question cant visualize gpu ray in rviz

cant visualize gpu ray in rviz When i try to use the gpu ray sensor in my velodyne model urdf file, it is not publishing

2021-09-08 13:55:46 -0500 edited question My program is not finishing if the number of iterations are to high

My program is not finishing if the number of iterations are to high I am trying to make the rrbot do something similar t