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

Mike Scheutzow's profile - activity

2023-08-08 07:44:25 -0500 edited answer Trying to publish information from subscriber node.

Your code is not doing this correctly. Please look at section 2 of http://wiki.ros.org/rospy/Overview/Time for the prope

2023-08-08 07:36:15 -0500 received badge  Rapid Responder (source)
2023-08-08 07:36:15 -0500 answered a question Trying to publish information from subscriber node.

Your code is not doing this correctly. Please look at section 2 of http://wiki.ros.org/rospy/Overview/Time for the prope

2023-08-06 11:13:04 -0500 commented answer Can't get a good connection remotle with roscore

oh yeah, I forgot about that.

2023-08-06 07:35:17 -0500 commented answer Can't get a good connection remotle with roscore

Please click on the checkmark in the gray circle to indicate you (the question author) accept this answer. The icon will

2023-08-05 16:06:49 -0500 commented question Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame odom at time 176.254000 according to authority unknown_publisher

Why are you running slam_toolbox? The wiki page says it is a "replacement" for gmapping, which hints to me that you shou

2023-08-05 10:20:04 -0500 commented answer How to constraint end-effector's orientation in base frame coordinates

P.S. There are a bunch of existing questions on this site about the use of orientation constraints. Use a search engine

2023-08-05 10:12:56 -0500 commented answer How to constraint end-effector's orientation in base frame coordinates

The question you asked was answered. If you think the answer is correct, please click the checkmark in the gray circle (

2023-08-05 10:09:10 -0500 commented answer How to constraint end-effector's orientation in base frame coordinates

The question you asked was answered. If you think the answer is correct, please click the checkmark in the gray circle (

2023-08-05 09:52:30 -0500 commented question Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame odom at time 176.254000 according to authority unknown_publisher

Please edit your description and show us the output of rosnode list.

2023-08-05 09:12:32 -0500 answered a question How to pass array from .launch file to .xacro file?

The likely problem is that your arg values contain space characters (and note: this mechanism passes strings, not arrays

2023-08-05 08:20:03 -0500 edited answer How to constraint end-effector's orientation in base frame coordinates

This is very simple: you specify which frame the constraints apply to in the constraint message: orientation_constraint

2023-08-05 08:18:14 -0500 received badge  Rapid Responder (source)
2023-08-05 08:18:14 -0500 answered a question How to constraint end-effector's orientation in base frame coordinates

Your question is puzzling. You specify which frame the constraints apply to in the constraint message: orientation_cons

2023-08-05 07:58:06 -0500 edited answer Undefined symbol after source ros

Most likely some ros package and your "vmpbcvt" pkg both rely on the same shared library, but they want different versio

2023-08-05 07:57:19 -0500 received badge  Rapid Responder (source)
2023-08-05 07:57:19 -0500 answered a question Undefined symbol after source ros

Most likely ros and your "vmpbcvt" pkg both rely on the same shared library, but they want different versions of that li

2023-08-03 07:56:22 -0500 edited answer Is there a big difference between ros2foxy and ros2humble?

All of robotics covers a very large number of technical areas (mechanical, electrical, software, algorithms), so I would

2023-08-03 07:54:48 -0500 answered a question Is there a big difference between ros2foxy and ros2humble?

All of robotics covers a very large number of technical areas (mechanical, electrical, software, algorithms), so I would

2023-08-03 07:54:48 -0500 received badge  Rapid Responder (source)
2023-08-02 09:03:49 -0500 commented question Is there a big difference between ros2foxy and ros2humble?

It would be better if the title of your post was the question you are asking. You can edit it using the little "edit" li

2023-07-31 10:22:37 -0500 answered a question Map update loop missed its desired rate

To achieve good performance, costmap_2d needs to be a Release build, not a Debug build: catkin_make -DCMAKE_BUILD_TYPE=

2023-07-31 09:10:30 -0500 commented question Map update loop missed its desired rate

You did not answer the 2nd question. Is there a reason you are not using the ros apt repository?

2023-07-31 08:43:25 -0500 edited question Map update loop missed its desired rate

Map update loop missed its desired rate Hi, I encounter this well known issue with the global costmap: [ WARN] [169

2023-07-31 08:38:21 -0500 commented question Map update loop missed its desired rate

Are you building the costmap_2d from source code? Why does the path say tamago and not noetic?

2023-07-30 10:38:01 -0500 edited answer rqt could not connect to display

I will assume you are asking about a real physical robot, not a simulation, and you are not running ros in a Virtual Mac

2023-07-30 10:37:05 -0500 answered a question rqt could not connect to display

I will assume you are asking about a real physical robot, not a simulation, and you are not running ros in a Virtual Mac

2023-07-30 10:15:04 -0500 commented question Odometry optimisation

[encoder output] up and down like a yoyo (within a range), and the multimeter output is similar Unfortunately this

2023-07-30 07:38:12 -0500 received badge  Rapid Responder (source)
2023-07-30 07:38:12 -0500 answered a question Double network bandwidth consumption than rostopic bw! ROS1 with VPN

VPNs work by wrapping one IP packet with another IP packet. What you're seeing is the network stack counting each VPN pa

2023-07-29 16:59:22 -0500 edited question Some questions about C++ header file references when programming ROS2humble

Some questions about C++ header file references when programming ROS2humble This header file always fails to be referenc

2023-07-29 16:58:23 -0500 edited question Some questions about C++ header file references when programming ROS2humble

Some questions about C++ header file references when programming ROS2humble include "tutorial_interfaces/msg/num.hpp" T

2023-07-29 16:41:46 -0500 commented question Odometry optimisation

I can see two possible explanations for your data: the hardware is not counting all the encoder output edges (possibly

2023-07-29 15:54:28 -0500 commented question Double network bandwidth consumption than rostopic bw! ROS1 with VPN

Please tell us: How many images per second are you trying to publish? Please edit your description to show us some exa

2023-07-29 15:54:07 -0500 commented question Double network bandwidth consumption than rostopic bw! ROS1 with VPN

How many images per second are you trying to publish? Please edit your description to show us some exact output from t

2023-07-29 11:46:40 -0500 edited answer MoveIt Inverse Kinematics Issue

For an arm with 6 rotating joints, a particular cartesian pose can have multiple valid IK solutions. Conceptually, solve

2023-07-29 10:50:08 -0500 commented answer MoveIt Inverse Kinematics Issue

there would typically be a maximum of 8 solutions for any IK query Yes, OK. I was thinking of the Rethink Sawyer ro

2023-07-29 09:29:24 -0500 commented question Odometry optimisation

Some thoughts: Are your encoders measuring rotation of the wheel axel or rotation of motor spindle? According to the s

2023-07-29 09:27:06 -0500 commented question Odometry optimisation

Some thoughts: Are your encoders measuring rotation of the wheel axel or rotation of motor spindle? According to the s

2023-07-29 09:26:43 -0500 commented question Odometry optimisation

Are your encoders measuring rotation of the wheel axel or rotation of motor spindle? According to the spec sheet for t

2023-07-29 09:02:48 -0500 commented question Map update loop missed its desired rate

How big is your map, in pixels? What is the output of the command rospack find costmap_2d ?

2023-07-29 08:43:20 -0500 commented answer Hector Slam : Saving and Loading a Map

@burf2000 After a map is built, we also switch to using map_server. Extending an existing map using hector slam was disc

2023-07-29 08:12:28 -0500 commented question Gazebo ignores self collide and gravity in urdf

This issue looks related, and is still open: https://github.com/gazebosim/sdformat/issues/71 (but I'm no longer sure whi

2023-07-29 08:02:19 -0500 commented question Gazebo ignores self collide and gravity in urdf

This issue looks related, and is still open: https://github.com/gazebosim/sdformat/issues/71 This comment indicates som

2023-07-29 07:44:17 -0500 edited answer Issue with changing the precedence order of ROS_PACKAGE_PATH

Your catkin workspace "remembers" the things you previously sourced. Making it "forget" requires these steps, in this or

2023-07-29 07:31:43 -0500 answered a question Issue with changing the precedence order of ROS_PACKAGE_PATH

Your catkin workspace "remembers" the things you previously sourced. Making it "forget" requires these steps, in this or

2023-07-29 07:31:43 -0500 received badge  Rapid Responder (source)
2023-07-29 05:55:14 -0500 commented answer ROS2 topic bandwidth seem doubled on netstat apps

@JeyP4 The topic publish and subscribe code is completely different between ros1 and ros2, so please open your own quest

2023-07-28 10:15:54 -0500 commented answer Laser_scan_matcher with AMCL amd move_base

This site tries to follow a (single) question & answer format. The question you asked on this post is "Laser_scan_ma

2023-07-28 07:46:07 -0500 edited answer MoveIt Inverse Kinematics Issue

For an arm with 6 rotating joints, a particular cartesian pose can have a very large number of IK solutions. Conceptuall