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

sgermanserrano's profile - activity

2022-12-02 11:44:13 -0500 edited answer Maxon EPOS4 and ROS (Homing method problems)

What's the error message? Also, are you sure the homing method value is -3? Setting the values via dcf overlay should al

2022-12-02 11:41:57 -0500 answered a question Maxon EPOS4 and ROS (Homing method problems)

What's the error message? Also, are you sure the homing method value is -3?

2022-12-02 09:17:09 -0500 answered a question ros_canopen, homing stopping after short time

ros_canopen has a fixed 10sec homing timeout. This PR adds a configurable timeout option, you can check out the branch a

2022-08-05 13:03:01 -0500 answered a question Ament Cmake with header only library

if you have your hpp file in the package include/package_name folder it's a matter of having the following in the CMakeL

2022-08-05 13:03:01 -0500 received badge  Rapid Responder (source)
2022-06-15 01:21:53 -0500 received badge  Student (source)
2021-08-20 02:41:28 -0500 received badge  Famous Question (source)
2021-08-10 13:46:11 -0500 commented question robot_localization: IMU not being used in sensor fusion

is your input IMU topic correct? I've normally seen it published as /imu/data rather than just /imu

2021-07-08 03:26:13 -0500 received badge  Notable Question (source)
2021-07-05 07:13:26 -0500 received badge  Popular Question (source)
2021-07-05 03:11:58 -0500 commented answer ROS2 canopen availability

yes, but that branch is not ported yet it seems all pkgs are ignored

2021-07-03 06:41:04 -0500 edited question ROS2 canopen availability

ROS2 canopen hi all, is there a working version of the canopen nodes (motor_node, etc)? even if it not released as a bi

2021-07-03 06:39:59 -0500 asked a question ROS2 canopen availability

ROS2 canopen hi all, is there a working version of the canopen nodes (motor_node, etc)? even if it not released as a bi

2021-03-03 03:51:53 -0500 answered a question Unable to locate package ros-dashing-acado-vendor

@guillermoherreraf have you done apt update before trying to install via rosdep? The package appears as released for das

2021-03-03 03:51:53 -0500 received badge  Rapid Responder (source)
2021-01-05 09:48:44 -0500 commented answer Autoware camera-lidar-calibration Error.

@ken_koba please do source install/setup.bash instead of sourcing from the devel folder

2020-10-15 03:57:49 -0500 commented question lidar_euclidean_cluster_detect frame is wrong

@Mackou please feel free to open an issue in the repo and I'd encourage you to have a go at opening a PR to fix the prob

2020-10-15 03:57:35 -0500 answered a question lidar_euclidean_cluster_detect frame is wrong

@Mackou please feel free to open an issue in the repo and I'd encourage you to have a go at opening a PR to fix the prob

2020-10-15 03:57:35 -0500 received badge  Rapid Responder (source)
2020-10-08 04:04:37 -0500 commented question Ros2 euler angles from quaternion

is this what you need? https://answers.ros.org/question/339528/quaternion-to-rpy-ros2/

2020-09-11 09:01:27 -0500 commented answer Bulid Autoware from source, ros dependencies error?

can you try 1.12? 1.13 and 1.14 are not compatible with ubuntu 16 as shown in the table

2020-09-11 09:01:27 -0500 received badge  Commentator
2020-09-11 03:37:37 -0500 answered a question Bulid Autoware from source, ros dependencies error?

@zjt what version of Autoware are you trying to build?

2020-09-11 03:37:37 -0500 received badge  Rapid Responder (source)
2020-04-24 02:33:23 -0500 answered a question Unable to follow path using demo data

@titanum456 please be aware that the rosbag demo instructions are not using any kind of simulator. They are just replayi

2020-02-14 01:10:14 -0500 answered a question Got permission denied while trying to connect to Docker Daemon

@dynamicsoorya have you added your user to the docker group as mentioned here? Otherwise it looks like you'll need to m

2020-02-14 01:10:14 -0500 received badge  Rapid Responder (source)
2020-02-07 04:23:29 -0500 received badge  Nice Answer (source)
2020-02-03 08:25:01 -0500 commented answer Docker never starts with run.sh

you can change the owner of the shared_dir folder once inside the container to the docker user, though you'll likely nee

2020-02-03 02:53:53 -0500 answered a question Docker never starts with run.sh

@pedroexe have you tried skipping the UID modification step? you can add the -s flag to the run.sh so: ./run.sh -s

2020-01-29 04:02:17 -0500 answered a question Rospack find error

@kasy can you provide more information about your problem? are you running using Docker or installed from source? di

2020-01-29 04:02:17 -0500 received badge  Rapid Responder (source)
2019-12-13 06:37:22 -0500 answered a question Finding a simulator for Autoware, any suggestions?

@DanC19 have a look the Autoware Wiki Simulation Demo

2019-12-13 06:37:22 -0500 received badge  Rapid Responder (source)
2019-12-13 03:48:28 -0500 answered a question I want to compile a list of libararies that Autoware depends on

maybe you can try with: rosdep install -s --reinstall --from-paths src --ignore-src

2019-12-13 03:48:28 -0500 received badge  Rapid Responder (source)
2019-12-12 11:42:05 -0500 received badge  Teacher (source)
2019-12-12 03:21:05 -0500 answered a question Autoware - can't launch .launch file without runtime manager

@Doug have a look here it outlines how to launch the rosbag demo headless, in particular you might be missing some param

2019-12-12 03:21:05 -0500 received badge  Rapid Responder (source)
2019-12-09 09:38:51 -0500 commented answer Failing to start autoware auto on NVidia Jetson Xavier

@blarghflargle you should be able to follow the steps here for your hardware

2019-12-06 05:42:33 -0500 commented answer Cmake could not find OpenMP_C (Autoware)

@shikishi the issue is in 1.13.0, 1.12.0 does not have it. It is currently being addressed here

2019-12-04 02:58:13 -0500 commented answer Autoware.ai - Build package - colcon

@Doug I think @Maximus5684 meant catkin_create_package since the Autoware packages are catkin pkgs but are all build usi

2019-12-04 02:55:17 -0500 commented answer Failing to start autoware auto on NVidia Jetson Xavier

@blarghflargle you'll need to put together a Dockerfile based on ROS Dashing and Melodic, since .auto depends on the ros

2019-12-03 03:18:17 -0500 answered a question Failing to start autoware auto on NVidia Jetson Xavier

@blarghflargle that looks like a compatibility issue with the ade image, since your board is Arm based and looks like th

2019-12-03 03:18:17 -0500 received badge  Rapid Responder (source)
2019-11-28 02:42:25 -0500 answered a question Using Autoware in Matlab simulation

@Mohsen.ciw for the connection you can look at using Matlab's Robotics Systems Toolbox which will give you access to the

2019-11-28 02:42:25 -0500 received badge  Rapid Responder (source)
2019-11-27 05:13:55 -0500 commented answer Cmake could not find OpenMP_C (Autoware)

@Drechsler can you check that in the board that you have the issue you are actually using release 1.12.0, lanelet2 and t

2019-11-22 08:17:44 -0500 edited answer Why rttest allocates 8GB of memory?

@r7vme I have done a little bit of research on this 96boards blog post. My results, which could be wrong, show that the

2019-11-22 08:16:19 -0500 answered a question Why rttest allocates 8GB of memory?

@r7vme I have done a little bit of research on this here. My results, which could be wrong, show that the default rttest