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

Rodolfo8's profile - activity

2023-08-06 22:07:54 -0500 received badge  Rapid Responder (source)
2023-08-06 22:07:54 -0500 answered a question How does python launch file works in ros2?

This link will help: https://github.com/linorobot/linorobot2 He has a Gazebo launch routine in the repo. You can use par

2023-08-06 17:59:05 -0500 asked a question ros2_control_node dies after launch

ros2_control_node dies after launch Using laptop with Ubuntu Jammy and Ros2 Humble, with the Andino Github rover robot p

2023-05-29 23:04:28 -0500 received badge  Nice Answer (source)
2022-12-20 12:22:04 -0500 asked a question Diff drive controller needs angular boost

Diff drive controller needs angular boost What is the best way to boost the turning power of the diff drive controller w

2022-10-16 18:29:53 -0500 marked best answer rosdep refuses to run

This is on Ros Melodic on an Nvidia Jetson TX1 with Ubuntu 18.04. I'm trying to install the dependencies for the Zed-Ros-Wrapper.

Did my installation get corrupted? I removed and reinstalled Rosdep but that didn't change this error from coming up.

uriah@uriah-jetson:~$ rosdep update
Traceback (most recent call last):
  File "/usr/bin/rosdep", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/local/lib/python3.6/dist-packages/pkg_resources/__init__.py", line 1380
    raise SyntaxError(e) from e
                            ^
SyntaxError: invalid syntax
2022-10-16 17:13:31 -0500 answered a question rosdep refuses to run

sudo pip install -U rosdep rosinstall_generator vcstool rosinstall pip install -U rosdep rosinstall_generator vcstool r

2022-10-16 17:13:31 -0500 received badge  Rapid Responder (source)
2022-10-16 16:51:40 -0500 commented question rosdep refuses to run

It begins to look like the Python 2.7 is trying to use Numpy from Python 3.6 and is getting confused, perhaps

2022-10-16 16:32:57 -0500 commented question rosdep refuses to run

uriah@uriah-jetson:~$ rosdep update Traceback (most recent call last): File "/usr/bin/rosdep", line 6, in <module&g

2022-10-16 16:32:00 -0500 answered a question rosdep refuses to run

uriah@uriah-jetson:~$ rosdep update Traceback (most recent call last): File "/usr/bin/rosdep", line 6, in <module&g

2022-10-16 16:32:00 -0500 received badge  Rapid Responder (source)
2022-10-16 16:26:59 -0500 asked a question rosdep refuses to run

rosdep refuses to run uriah@uriah-jetson:~$ rosdep update Traceback (most recent call last): File "/usr/bin/rosdep", l

2022-09-06 20:26:29 -0500 commented answer Program flow not correct with ROS

Yes, I took out the spin line and moved ROS routines up the script, one indentation less. Now it works well. Thanks

2022-09-06 20:25:36 -0500 received badge  Notable Question (source)
2022-08-28 20:33:08 -0500 received badge  Popular Question (source)
2022-08-28 08:39:49 -0500 commented question Program flow not correct with ROS

What I doubt is how I included the relevant ROS commands, and where. The first half of the program is just setting up th

2022-08-27 16:38:00 -0500 answered a question RTABMap not updating map correctly. Suddenly skips regions.

Rtabmap has its own forum and they are the experts with that program

2022-08-27 16:38:00 -0500 received badge  Rapid Responder
2022-08-27 16:35:57 -0500 received badge  Rapid Responder (source)
2022-08-27 16:35:57 -0500 answered a question Publishing multiple messages on same topic at same time

If your data comes from one sensor, wouldn't each point cloud have a different timestamp? Why would you want to change t

2022-08-27 16:30:07 -0500 asked a question Program flow not correct with ROS

Program flow not correct with ROS This is an AI object detection routine for the Oak-D camera. It worked perfectly befor

2022-04-13 08:02:41 -0500 received badge  Nice Answer (source)
2022-04-13 02:51:16 -0500 received badge  Self-Learner (source)
2022-04-12 15:20:43 -0500 commented question ROS2 QoS settings are dynamic?

Thank you for the comments!

2022-04-12 15:19:56 -0500 answered a question ROS2 QoS settings are dynamic?

I moved both computers to be nearer the access point and the problem was solved. It seems that clearly the wireless stre

2022-04-11 14:45:43 -0500 received badge  Famous Question (source)
2022-04-11 14:45:43 -0500 received badge  Notable Question (source)
2022-04-10 13:29:01 -0500 received badge  Popular Question (source)
2022-04-08 16:23:30 -0500 received badge  Rapid Responder (source)
2022-04-08 16:23:30 -0500 answered a question how to use python3.8 with ROS Kinetic in a node (import rospy)?

Can you update your system to a later version of ROS that uses Python 3.8? Noetic should do it.

2022-04-08 16:07:45 -0500 answered a question publish IMU data into topic from CSV file

This will be very hard to do since the time is critical in IMU data. You will also have to simulate the clock! If you h

2022-04-08 16:07:45 -0500 received badge  Rapid Responder (source)
2022-04-08 15:56:58 -0500 answered a question Is it possible to create a subscriber to a bag?

Run the Rosbag normally and grab the topic you want as it is published again. Rostopic echo /cmd_vel >> save_this

2022-04-08 15:56:58 -0500 received badge  Rapid Responder (source)
2022-04-08 15:53:51 -0500 commented question ROS indigo Installation Dependency issue

Why do you want to use such an old version of ROS?

2022-04-08 15:46:40 -0500 asked a question ROS2 QoS settings are dynamic?

ROS2 QoS settings are dynamic? Having trouble getting nodes on two computers communicating. One is Raspberry Pi and othe

2021-09-05 02:20:39 -0500 received badge  Famous Question (source)
2021-08-22 13:22:48 -0500 received badge  Necromancer (source)
2021-08-21 23:51:25 -0500 answered a question how to configure the parameters of D435 camera ?

Probably you've figured out already how to do this? https://github.com/IntelRealSense/realsense-ros/blob/development/r

2021-08-17 03:40:25 -0500 received badge  Notable Question (source)
2021-08-01 22:08:41 -0500 received badge  Popular Question (source)
2021-07-31 16:56:55 -0500 asked a question Actionlib didn't install

Actionlib didn't install sudo apt-get install ros-noetic-actionlib Reading package lists... Done Building dependency tre

2021-07-28 00:37:37 -0500 commented question Installing python-catkin-pkg on ros noetic

Most everything newer has left Python 2.xx at this point.

2021-07-25 23:09:12 -0500 commented answer Noetic won't install

Yes, it worked fine today! Thank you

2021-07-25 03:26:04 -0500 received badge  Notable Question (source)
2021-07-25 01:05:31 -0500 commented answer turtlebot3 navigation parameters

gedit or nano may be used to edit this file and change your parameter. It's just a text file with a yaml extension.

2021-07-24 21:14:46 -0500 commented answer Noetic won't install

Yes, that is the wiki page I followed. No keys are listed. Should they be listed?

2021-07-24 21:12:59 -0500 commented answer Noetic won't install

The 13th line above has this: Unpacking curl (7.68.0-1ubuntu2.6) ... Setting up curl (7.68.0-1ubuntu2.6)

2021-07-24 21:08:06 -0500 commented question Noetic won't install

Ubuntu 20.04, New install.