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

saltus's profile - activity

2022-06-28 01:58:50 -0500 received badge  Enlightened (source)
2022-06-28 01:58:50 -0500 received badge  Good Answer (source)
2022-06-27 16:04:23 -0500 received badge  Nice Answer (source)
2022-06-27 14:26:40 -0500 answered a question Moveit RobotTrajectory time_from_start not correct

You are only accessing the nanoseconds (minor unit) property of duration, and then are actually dividing by the incorrec

2022-06-27 14:26:40 -0500 received badge  Rapid Responder (source)
2022-06-27 13:58:21 -0500 received badge  Notable Question (source)
2022-06-09 13:40:03 -0500 commented answer Resource manager accessing wrong hw_interface

Happy to help. At the very end of your launch file in "return LaunchDescription", can you try moving gripper_spawn_contr

2022-06-09 13:39:56 -0500 commented answer Resource manager accessing wrong hw_interface

You're welcome. At the very end of your launch file in "return LaunchDescription", can you try moving gripper_spawn_cont

2022-06-09 13:39:35 -0500 commented answer Resource manager accessing wrong hw_interface

At the very end of your launch file in "return LaunchDescription", can you try moving gripper_spawn_controllers to the e

2022-06-09 13:31:13 -0500 received badge  Enthusiast
2022-05-31 19:17:13 -0500 answered a question Resource manager accessing wrong hw_interface

From the output of your terminal log, it seems like it may be that the program is trying to connect the controller to th

2022-05-31 10:48:34 -0500 received badge  Popular Question (source)
2022-05-26 20:59:20 -0500 received badge  Critic (source)
2022-05-26 20:55:51 -0500 answered a question ROS2_control general procedure

In ros2_control, the hardware interfaces are done through a hardware abstraction layer in the form of a plugin which is

2022-05-26 20:23:48 -0500 asked a question ros2_control shutdown protocol

ros2_control shutdown protocol I'm working on implementing a ros2_control hardware abstraction for a robot, and am havin

2022-04-16 04:05:55 -0500 received badge  Famous Question (source)
2020-08-12 03:16:20 -0500 received badge  Great Answer (source)
2020-03-05 14:49:42 -0500 received badge  Good Answer (source)
2020-01-15 06:58:22 -0500 received badge  Notable Question (source)
2019-12-20 17:01:46 -0500 commented answer How to download and install ROS Fuerte in 2019?

Thanks for the tip! The SnapshotRepository is exactly what I'm looking for. That could also let you avoid the VM, wh

2019-12-20 17:01:22 -0500 commented answer How to download and install ROS Fuerte in 2019?

Thanks for the tip! The SnapshotRepository is exactly what I'm looking for. That could also let you avoid the VM, w

2019-12-20 17:01:05 -0500 commented answer How to download and install ROS Fuerte in 2019?

Thanks for the tip! The SnapshotRepository is exactly what I'm looking for. That could also let you avoid the VM, w

2019-12-20 16:47:29 -0500 marked best answer How to download and install ROS Fuerte in 2019?

I am currently trying to implement someone else's project code to recreate their results. They've left build instructions, and running instructions, which is great. The only issue is, the original project was implemented on Ubuntu 12.04 Precise Pangolin with ROS Fuerte, and is too sprawling for me to have a reasonable chance of successfully migrating it to a newer Ubuntu/ROS.

I was able to get a virtual machine running with Ubuntu 12.04 on it. When it came to installing ROS Fuerte, I followed the instructions here, but when I try to install the pre-built binaries with apt-get (Step 1.4), I get the error

E: Unable to locate package ros-fuerte-desktop-full

I'm assuming that because Fuerte has long since passed its EOL date, the binaries have been taken off the server. I also tried to install it from source, but ran into an error in step 1.2.2:

ERROR in config: Unable to download URL [http://packages.ros.org/cgi-bin/gen_r...]: HTTP Error 404: Not Found

Have these files been moved somewhere? What is the best way to go about installing ROS Fuerte in 2019?

2019-12-20 16:47:29 -0500 received badge  Scholar (source)
2019-12-20 16:47:27 -0500 received badge  Supporter (source)
2019-12-20 16:14:12 -0500 received badge  Popular Question (source)
2019-12-20 14:11:24 -0500 asked a question How to download and install ROS Fuerte in 2019?

How to download and install ROS Fuerte in 2019? I am currently trying to implement someone else's project code to recrea

2019-11-21 14:17:15 -0500 received badge  Nice Answer (source)
2019-05-03 13:03:25 -0500 received badge  Necromancer (source)
2019-05-03 13:03:25 -0500 received badge  Teacher (source)
2018-08-28 18:07:33 -0500 answered a question Extracting the (x,y,z) coordinates from pointcloud2 data in Python

I know I'm a little late here, but a function is included in ros_numpy package for this exact purpose. http://docs.ros.o